/*
Template Name: WEEPN
Template URL: https://html.vecurosoft.com/ WEEPN
Description:WEEPN - Safe Browsing & Internet Access Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. About
    4.00. Simple Sections
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --color1:#008D36;
  --color2:#399E4A;
  --color3: #FFDE00;
  --color4:#FFFF00;
  --color5:#EA5B0C;
  --color6: #E0801E;
  --color7: #000;
  --color8: #dce829;
  --body-bg: #0E192D;
  --theme-color: #3EC964;
  --theme-color2: #025FCA;
  --secondary-color: #FFA41C;
  --body-color: #1C326C;
  --title-color: #1B2841;
  --smoke-color: #425783;
  --light-color: #f8f9fa;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #2B8CFF;
  --title-font: "Inter", sans-serif;
  --body-font: "Fira Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1320px;
  --container-style1: 1680px;
  --container-style2: 1440px;
  --container-gutters: 30px;
  --section-space: 60px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
  overflow-x: hidden;
}



  .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }

  .video-area {
    width: 100%;
    max-width: 1280px; /* Ajusta este valor según lo grande que quieres el video */
  }

  video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  }

/*------------------- 1.5. carrusel -------------------*/


.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      height: 100%;
     
      margin: auto;
  }

.carousel-inner img {
    border-radius: 15px;
  }





.center-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-breadcrumb{
    color:white;
    font-size: 2rem;
}

.text-overlay h3 {
    margin-top: 5px;
    font-size: 1.5rem;
    color: rgb(0, 141, 54);
    text-align: center;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 28px;
  overflow-Y: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 15px 0;
  color: var(--white-color);
  line-height: 160%;
  font-family: var(--body-font);
}

h1 a,
h12 a,
h13 a,
h14 a,
h15 a,
h16 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h12,
h12,
.h13,
h13,
.h14,
h14,
.h15,
h15,
.h16,
h16 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 116%;
}

.h12,
h12 {
  font-size: 48px;
}

.h13,
h13 {
  font-size: 40px;
  line-height: 134%;
}

.h14,
h14 {
  font-size: 30px;
  line-height: 134%;
}

.h15,
h15 {
  font-size: 24px;
  line-height: 140%;
}

.h16,
h16 {
  font-size: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h12,
  h12 {
    font-size: 36px;
  }
  .h13,
  h13 {
    font-size: 30px;
  }
  .h14,
  h14 {
    font-size: 24px;
  }
  .h15,
  h15 {
    font-size: 20px;
  }
  .h16,
  h16 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h12,
  h12 {
    font-size: 30px;
  }
  .h13,
  h13 {
    font-size: 26px;
  }
  .h14,
  h14 {
    font-size: 22px;
  }
  .h15,
  h15 {
    font-size: 18px;
  }
  .h16,
  h16 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
.container-style1 {
  max-width: calc(var(--container-style1) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

.container-style2 {
  max-width: calc(var(--container-style2) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}
.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

@media (min-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 20px 0 20px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--body-bg);
  font-size: 14px;
  width: 100%;
  border-radius: 0px;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--body-bg);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0px;
  padding-left: 30px;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
/*input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 4px;
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}*/

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
/*input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.4em;
  line-height: 18.95px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--body-bg);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}*/

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: #616669;
  font-family: var(--body-font);
  font-size: 16px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 20px);
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #A0ABB4;
}
.form-group.has-label > i {
  top: 48px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
  margin: 0;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 4px;
}
.form-messages > pre:last-child {
  margin-bottom: 0;
}
.form-messages > pre:first-of-type {
  margin-top: 0;
}
.form-messages.success {
  background-color: var(--success-color);
  color: var(--white-color);
  display: block;
}
.form-messages.error {
  background-color: var(--error-color);
  color: var(--white-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}

.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: max-content;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 7px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 70px;
  height: 4px;
  line-height: 3px;
  border: none;
  background-color: #CACACA;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover,
/*.slick-dots .slick-active button {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  position: absolute;
  background-color: var(--theme-color);
  top: 50%;
  border: none;
  left: var(--pos-x, -150px);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: var(--icon-font-size, 20px);
  margin-top: calc(var(--icon-size, 120px) / -2);
  z-index: 2;
  border-radius: 50%;
  color: var(--title-color);
  border: 1px solid var(--theme-color);
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -150px);
  left: auto;
}
.slick-arrow:hover {
  background-color: var(--secondary-color);
  border-color: transparent;
}

.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
*/
/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper{
  padding-bottom: 0;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--body-bg);
}
.vs-menu-wrapper a img {
  max-width: 160px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--body-bg);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid rgba(233, 236, 239, 0.1098039216);
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 700;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:hover {
  background-color: var(--secondary-color);
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--black-color);
  display: inline-block;
  border-radius: 6px;
}
.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.preloader-inner img {
  display: block;
  margin: 0 auto 25px auto;
}

.loader {
  display: block;
  position: relative;
  height: 20px;
  width: 140px;
  margin: 0 auto;
  background-image: linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 0, 40px 0, 80px 0, 120px 0;
  animation: animloader 1s linear infinite;
}

@keyframes animloader {
  0% {
    background-image: linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  25% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  50% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  75% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--title-color) 20px, transparent 0);
  }
  100% {
    background-image: linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0), linear-gradient(var(--secondary-color) 20px, transparent 0);
  }
}
/*------------------- 3.2. Buttons -------------------
.vs-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 19px 30px;
  border-radius: 40px;
  z-index: 1;
  overflow: hidden;
}
.vs-btn::after, .vs-btn::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--secondary-color);
  transition: all ease 0.5s;
  z-index: -1;
  border-radius: inherit;
}
.vs-btn:before {
  transform: rotateX(90deg);
}
.vs-btn:after {
  transform: rotateY(90deg);
}
.vs-btn:hover {
  color: var(--title-color);
  background-color: var(--secondary-color);
}
.vs-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.vs-btn:hover:before {
  transform: rotateX(0);
}
.vs-btn:hover:after {
  transform: rotateY(0);
}

.vs-btn2 {
  display: inline-flex;
  align-items: center;
  border: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  background-color: var(--theme-color);
  color: var(--title-color);
  line-height: 1;
  padding: 19px 30px;
  border-radius: 9999px;
  transition: all 0.5s ease;
}
.vs-btn2:hover {
  background-color: var(--secondary-color);
}
*/
.icon-btn {
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  background-color: var(--theme-color);
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--title-color);
  border-radius: 6px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
.icon-btn:hover {
  color: var(--title-color);
  background-color: var(--secondary-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  font-size: 40px;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--secondary-color);
}

.link-btn {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  transition: all ease 0.3s;
}
.link-btn i {
  margin-right: 7px;
}
.link-btn:hover {
  color: var(--theme-color);
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: var(--body-bg);
  border-radius: inherit;
  z-index: 1;
  transition: all ease 0.4s;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .play-btn i {
    font-size: 22px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.title-img {
  margin-bottom: 10px;
}

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

.sec-title {
  font-weight: 700;
}
.sec-title span {
  display: inline-block;
  color: var(--secondary-color);
}

.sec-subtitle {
  font-size: 20px;
  line-height: 150%;
  font-family: var(--title-font);
  color: var(--secondary-color);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
}
.sec-subtitle::before {
  content: "\f2f7";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: var(--theme-color);
}
.sec-subtitle::after {
  content: "\f2f7";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  color: var(--theme-color);
}

.sec-subtitle2 {
  font-size: 20px;
  line-height: 150%;
  font-family: var(--title-font);
  color: var(--secondary-color);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 13px;
}
.sec-subtitle2::before {
  content: "\f2f7";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: var(--theme-color);
}


.img-3 img {
    width: 100%;       /* La imagen ocupará el 100% del ancho del contenedor */
    height: auto;      /* Mantiene la proporción original de la imagen */
    display: block;    /* Elimina espacios en blanco debajo de la imagen */
    max-width: 100%;   /* Evita que la imagen se desborde del contenedor */
}



.sec-text {
  font-family: var(--body-font);
  
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .title-arraw {
    display: none;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.shape-mockup {
  position: absolute;
  z-index: 0;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index {
  position: relative;
  z-index: 0;
}

.z-index1 {
  position: relative;
  z-index: 1;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--black-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.list-style1 ul li {
  color: var(--white-color);
  position: relative;
  text-transform: capitalize;
  padding-left: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 160%;
}
.list-style1 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.list-style1 ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.title-shep {
  position: relative;
}
.title-shep:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 40px;
  height: 4px;
  background-color: var(--theme-color);
  clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}
.title-shep:after {
  content: "";
  position: absolute;
  left: 43px;
  bottom: 0px;
  width: 20px;
  height: 4px;
  background-color: var(--secondary-color);
  transform: skew(40deg);
}

.shep {
  position: absolute;
}

.vs-sort-bar {
  margin-bottom: 35px;
}
.vs-sort-bar select {
  height: 50px;
  border: 1px solid #eee;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  padding: 0 45px 0 25px;
  font-size: 16px;
  margin: 0;
  background-position: right 22px center;
}
.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
}
.vs-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.vs-sort-bar p.woocommerce-result-count span {
  color: var(--white-color);
}
.vs-sort-bar .nice-select {
  width: 100%;
  min-width: 250px;
  padding-right: 50px;
  padding-left: 26px;
  height: 60px;
  line-height: 64px;
  border-radius: 6px;
  font-size: 16px;
  font-family: var(--title-font);
  border: 1px solid var(--vs-border-color4);
  color: var(--white-color);
  background-color: var(--title-color);
  /* Small devices */
}
.vs-sort-bar .nice-select .current {
  font-weight: 600;
}
.vs-sort-bar .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: 1px solid var(--vs-border-color4);
  box-shadow: none;
  z-index: 2;
  border-radius: 6px;
  background-color: var(--body-color);
}
.vs-sort-bar .nice-select::after {
  border-bottom: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
  height: 8px;
  margin-top: -4px;
  right: 25px;
  width: 8px;
}
@media (max-width: 767px) {
  .vs-sort-bar .nice-select {
    margin-left: auto;
    margin-right: auto;
  }
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: var(--theme-color);
}

@media (min-width: 1921px) {
  .d-hd-none {
    display: none !important;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

/* Small devices */
@media (max-width: 767px) {
  .fs-20,
  .fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-vs-light {
  background-color: var(--light-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-body {
  background-color: var(--body-color) !important;
}

.bg-body2 {
  background-color: var(--body-bg) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.rotate-reverse {
  --rotate-angle: -360deg;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadein, .hero-layout1 .img-wrap .img-2 {
  animation: fadein-custom 2s ease-in-out;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name2: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated, .hero-layout2 .vs-btn, .hero-layout2 .sec-text, .hero-layout2 .sec-title, .hero-layout2 .sec-subtitle2, .hero-layout1 .vs-btn, .hero-layout1 .hero-img, .hero-layout1 .sec-text, .hero-layout1 .sec-title, .hero-layout1 .sec-subtitle2, .hero-layout1 .sec-subtitle {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

.spin {
  animation: spin 45s infinite linear;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-170px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(170px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_categories ul {
  padding: 0;
  margin: -0.4em 0 0 0;
  list-style: none;
}
.widget_nav_menu .children,
.widget_pages .children,
.widget_meta .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul {
  margin-bottom: -20px;
}
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_archive ul ul {
  margin-bottom: 0;
}
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_archive a {
  position: relative;
  color: #444444;
  padding-left: 15px;
  margin-bottom: 12px;
  display: block;
}
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.widget_archive a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: var(--icon-font);
}
.widget_meta a:after,
.widget_nav_menu a:after,
.widget_pages a:after,
.widget_archive a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover {
  color: var(--theme-color);
}
.widget_meta a:hover:after,
.widget_nav_menu a:hover:after,
.widget_pages a:hover:after,
.widget_archive a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_archive li {
  display: block;
  position: relative;
}
.widget_meta li > span,
.widget_nav_menu li > span,
.widget_pages li > span,
.widget_archive li > span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  background-color: var(--white-color);
  right: 5px;
  top: 5px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  transition: all ease 0.4s;
  border-radius: 50%;
}

.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories li:not(:last-child) {
  margin-bottom: 7px;
}
.widget_categories li:hover a {
  background-color: var(--theme-color);
  color: var(--title-color);
}
.widget_categories li:hover span {
  color: var(--theme-color);
  background-color: var(--title-color);
}
.widget_categories a {
  display: block;
  font-family: var(--body-font);
  color: var(--white-color);
  background-color: var(--body-color);
  font-size: 16px;
  padding: 22px 60px 22px 30px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--title-font);
  border-radius: 9999px;
  transition: color ease 0.2s, background-color ease 0.4s;
}
.widget_categories li {
  display: block;
  position: relative;
}
.widget_categories li > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  background-color: var(--theme-color);
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  transition: all ease 0.4s;
  border-radius: 50%;
}

.widget_meta a {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding-left: 0;
}
.widget_meta a:after, .widget_meta a:before {
  display: none;
}
.widget_meta > ul {
  margin-bottom: -0.3em;
}
.widget_meta > ul > li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--title-color);
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid var(--vs-border-color5);
}
.widget select,
.widget input {
  height: 60px;
  border: none;
  background-color: var(--input-bg, #F0F4F5);
  border-radius: 9999px;
}

.widget_title {
  position: relative;
  color: var(--white-color);
  font-weight: 700;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  font-family: var(--title-font);
}

.widget .search-form {
  position: relative;
  display: flex;
  background-color: var(--body-color);
  border-radius: 9999px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid var(--vs-border-color5);
}
.widget .search-form input {
  flex: 1;
  height: auto;
  background-color: var(--body-color);
  color: var(--white-color);
}
.widget .search-form input::placeholder {
  color: var(--white-color);
}/*
.widget .search-form button {
  border: none;
  background-color: var(--theme-color);
  color: var(--title-color);
  height: 49px;
  width: 49px;
  line-height: 1;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.widget .search-form button:hover {
  background-color: var(--secondary-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 20px;
  margin-right: 5px;
  margin-bottom: 0px;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--black-color) !important;
  border-color: transparent;
}
.wp-block-tag-cloud a:hover:before,
.tagcloud a:hover:before {
  background-color: var(--black-color);
}
*/
.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 100px;
}
.recent-post .media-img img {
  border-radius: 6px;
  width: 100%;
}
.recent-post .post-title {
  color: var(--white-color);
  font-size: 18px;
  line-height: 155%;
  margin: 0 0 -0.1em 0;
}
.recent-post .recent-post-meta {
  margin: -0.15em 0 8px 0;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  line-height: 160%;
}
.recent-post .recent-post-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}

.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area .newsletter-form .vs-btn:hover {
  color: var(--secondary-color);
  background-color: var(--white-color);
}

.widget_newsletter {
  position: relative;
  background-color: var(--theme-color);
  border: none;
  overflow: hidden;
}
.widget_newsletter .widget_title {
  color: var(--title-color);
  border-bottom-color: rgba(231, 231, 231, 0.14);
}
.widget_newsletter .widget_title.title-shep::before {
  background-color: var(--body-color);
}
.widget_newsletter .widget_title.title-shep::after {
  background-color: var(--body-color);
}
.widget_newsletter .newsletter-form .search-btn {
  position: relative;
}
.widget_newsletter .newsletter-form .search-btn .form-control {
  height: 70px;
  color: var(--white-color);
  margin-bottom: 0;
  background-color: var(--title-color);
}
.widget_newsletter .newsletter-form .search-btn .form-control::placeholder {
  text-transform: capitalize;
  color: var(--white-color);
}
.widget_newsletter .newsletter-form .search-btn .icon-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondary-color);
  border-radius: 50%;
}
.widget_newsletter .newsletter-form .search-btn .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.widget_newsletter .newsletter-form .form_text {
  color: var(--title-color);
}
.widget_newsletter .shep {
  bottom: 0;
  right: 0;
}

.widget_shopping_cart {
  text-align: left;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  border-bottom: 1px solid var(--theme-color);
  padding: 0 0 32px 0px;
  margin: 0 0 27px 0;
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.widget_shopping_cart .mini_cart_item a {
  color: var(--title-color);
}
.widget_shopping_cart .mini_cart_item > a > img {
  max-width: 80px;
  margin-right: 15px;
}
.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--title-color);
  line-height: 1;
  font-size: 18px;
}
.widget_shopping_cart .remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--border-color);
}
.widget_shopping_cart .product-title {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: var(--black-color);
  font-size: 16px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  margin-top: 0px;
}
.widget_shopping_cart .qut-btn {
  border: 1px solid var(--border-color);
  background-color: transparent;
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.widget_shopping_cart .qut-btn:hover {
  background-color: var(--title-color);
  border-color: transparent;
  color: var(--white-color);
}
.widget_shopping_cart .qty-input {
  border: 1px solid var(--border-color);
  text-align: center;
  width: max-content;
  min-width: 40px;
  font-size: 12px;
  padding: 0;
  height: 25px;
  margin: 0 -1px;
}
.widget_shopping_cart .subtotal {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 19px;
}
.widget_shopping_cart .subtotal > span:not(.amount) {
  color: var(--body-color);
  font-weight: 300;
}
.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}
.widget_shopping_cart .total {
  color: var(--title-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: var(--black-color);
}
.widget_shopping_cart .buttons {
  margin: 0;
  gap: 15px;
}
.widget_shopping_cart .buttons .vs-btn {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.widget_shopping_cart .buttons .vs-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .recent-post .post-title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget_title {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  color: var(--white-color);
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 38px;
  padding-bottom: 2px;
  border: none;
  text-transform: capitalize;
}
.footer-widget .widget_title::before {
  display: none;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 45px;
}
.footer-widget.widget_meta ul ul, .footer-widget.widget_pages ul ul, .footer-widget.widget_archive ul ul, .footer-widget.widget_categories ul ul, .footer-widget.widget_nav_menu ul ul {
  margin-top: 0;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-text {
  color: var(--white-color);
  margin-bottom: 25px;
  font-family: var(--body-font);
  max-width: 38ch;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer-widget .footer-menu a {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.header-logo {
  max-width: 270px;
  padding: 15px 0;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--title-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.will-sticky .sticky-active.active .menu-area {
  margin-bottom: 0;
}
.will-sticky .sticky-active.active .header-logo {
  position: relative;
  top: 0;
  transform: unset;
}
.will-sticky .sticky-active.active .header-logo img {
  transform: translate(0);
}
.will-sticky .sticky-active.active .header-logo::before {
  display: none;
}
.will-sticky .sticky-active.active.sticky-active {
  position: fixed;
  transform: translateY(0px);
  border-radius: 0;
}
.will-sticky .sticky-active.active.sticky-active .menu-bg::before {
  display: none;
}

.main-menu {
  text-align: left;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 160%;
  font-size: 16px;
  color: var(--white-color);
  text-transform: capitalize;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}
.main-menu a:hover {
  color: var(--secondary-color);
}
.main-menu > ul > li {
  margin: 0 16px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--body-bg);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 32px;
  width: 1px;
  background-color: var(--border-color);
  height: calc(100% - 65px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 3.3em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--secondary-color);
  font-weight: 700;
  background-color: var(--body-bg);
  box-shadow: inset 0px 2px 4px 0px rgba(12, 119, 53, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.menu-style1 > ul > li {
  position: relative;
  margin-left: 0;
}
.menu-style1 > ul > li > a {
  padding: 27px 20px 26px 0px;
  position: relative;
}
.menu-style1 > ul > li > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: var(--smoke-color);
}
.menu-style1 > ul > li:last-child a {
  padding-right: 0;
}
.menu-style1 > ul > li:last-child a::before {
  display: none;
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
  margin: 0 15px 0 0;
  line-height: 170%;
  position: relative;
  padding-right: 17px;
  text-transform: capitalize;
}
.header-links li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: var(--smoke-color);
}
.header-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-links li:last-child::after {
  display: none;
}
.header-links i {
  color: var(--title-color);
  margin-right: 10px;
  transition: all 0.5s ease;
}
.header-links a {
  color: inherit;
}
.header-links a:hover {
  color: var(--white-color);
}
.header-links a:hover i {
  color: var(--white-color);
}

.header-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.header-icons .link-btn {
  margin-right: 10px;
}
.header-icons .link-btn:hover {
  color: var(--secondary-color);
}

.header-search {
  position: relative;
}
.header-search .searchBoxTggler {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 6px;
  right: 0;
  color: var(--title-color);
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.header-search .searchBoxTggler:hover {
  background-color: var(--secondary-color);
}
.header-search input {
  height: 40px;
  border-radius: 6px;
  color: var(--white-color);
  background-color: var(--body-color);
  padding: 0 40px 0 20px;
  font-size: 14px;
  border: none;
}
.header-search input::placeholder {
  text-transform: capitalize;
  color: var(--white-color);
}

.header-top {
  overflow: clip;
}
.header-top .header-bg {
  padding: 7px 0;
  position: relative;
}
.header-top .header-bg::before {
  content: "";
  position: absolute;
  left: 250px;
  top: 0px;
  bottom: 0px;
  width: 99999px;
  height: 100%;
  max-height: 44px;
  z-index: -1;
  background-color: var(--theme-color);
  transform: skewX(34deg);
}
.header-top .social-style1 a:hover {
  color: var(--secondary-color);
}

.header-right {
  display: flex;
}
.header-right .header-links {
  display: flex;
  align-items: center;
}

.vs-header .social-style1 {
  padding-right: 10px;
  margin-right: 20px;
  position: relative;
}
.vs-header .social-style1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: var(--smoke-color);
}

.header-layout1 {
  background-color: var(--body-bg);
  padding-bottom: 0.5px;
}
.header-layout1 .header-top .header-bg {
  padding: 7px 0px 7px 220px;
}
.header-layout1 .will-sticky .sticky-active.active .menu-area {
  margin-bottom: 0;
}
.header-layout1 .will-sticky .sticky-active.active .header-logo {
  padding-left: 0;
}
.header-layout1 .menu-area {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  max-width: var(--main-container);
}
.header-layout1 .main-menu {
  padding-left: 44px;
}
.header-layout1 .header-logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.header-layout1 .header-logo a {
  position: relative;
  z-index: 1;
}
.header-layout1 .header-logo a img {
  transform: translateY(18px);
  max-width: 224px;
}
.header-layout1 .header-logo::before {
  content: "";
  position: absolute;
  right: 0%;
  top: -3px;
  width: 99999px;
  height: 124px;
  z-index: 0;
  background-color: var(--body-bg);
}
.header-layout1 .header-links {
  padding-left: 75px;
}

.header-layout2 {
  overflow-x: clip;
}
.header-layout2 .header-top {
  padding-bottom: 41px;
  background-color: var(--title-color);
}
.header-layout2 .header-bg::before {
  content: "";
  display: none;
}
.header-layout2 .menu-bg {
  position: relative;
}
.header-layout2 .menu-bg::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  bottom: 0px;
  width: 200%;
  height: 100%;
  max-height: 80px;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 10px 0px 0px 10px;
}
.header-layout2 .header-links li {
  color: var(--white-color);
}
.header-layout2 .header-links li i {
  color: var(--theme-color);
}
.header-layout2 .header-links li a:hover {
  color: var(--theme-color);
}
.header-layout2 .social-style1 a i {
  color: var(--white-color);
}
.header-layout2 .social-style1 a:hover i {
  color: var(--theme-color);
}
.header-layout2 .sticky-wrapper {
  margin-top: -40px;
  z-index: 1;
  position: relative;
}
.header-layout2 .header-logo {
  margin-left: 40px;
}
.header-layout2 .header-links {
  padding-left: 40px;
}
.header-layout2 .menu-style1 > ul > li > a {
  color: var(--title-color);
}
.header-layout2 .menu-style1 > ul > li > a:hover {
  color: var(--white-color);
}
.header-layout2 .searchBoxTggler {
  color: var(--title-color);
  background-color: var(--secondary-color);
  transition: all 0.5s ease;
}
.header-layout2 .searchBoxTggler:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.header-layout2 .icon-btn {
  color: var(--theme-color);
  background-color: var(--title-color);
  transition: all 0.5s ease;
}
.header-layout2 .icon-btn:hover {
  color: var(--title-color);
  background-color: var(--secondary-color);
}
.header-layout2 .vs-menu-toggle {
  color: var(--title-color);
  background-color: var(--secondary-color);
  border-radius: 6px;
}
.header-layout2 .vs-menu-toggle:hover {
  background-color: var(--theme-color2);
}
.header-layout2 .sticky-active.active {
  background-color: var(--theme-color);
}
.header-layout2 .sticky-active.active .header-logo {
  margin-left: 0;
}

.header-layout3 .header-bg::before {
  content: "";
  display: none;
}
.header-layout3 .header-top {
  background-color: var(--title-color);
}
.header-layout3 .header-links li {
  color: var(--white-color);
}
.header-layout3 .header-links li a:hover {
  color: var(--theme-color);
}
.header-layout3 .header-links li i {
  color: var(--theme-color);
}
.header-layout3 .social-style1 a i {
  color: var(--white-color);
}
.header-layout3 .social-style1 a:hover i {
  color: var(--theme-color);
}
.header-layout3 .sticky-active {
  background-color: var(--theme-color);
}
.header-layout3 .sticky-active.active {
  background-color: var(--theme-color);
}
.header-layout3 .menu-style1 > ul > li > a {
  color: var(--title-color);
}
.header-layout3 .menu-style1 > ul > li > a:hover {
  color: var(--white-color);
}
.header-layout3 .searchBoxTggler {
  color: var(--title-color);
  background-color: var(--secondary-color);
}
.header-layout3 .searchBoxTggler:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.header-layout3 .icon-btn {
  color: var(--secondary-color);
  background-color: var(--title-color);
}
.header-layout3 .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.header-layout3 .vs-menu-toggle {
  color: var(--title-color);
  background-color: var(--secondary-color);
  border-radius: 6px;
}
.header-layout3 .vs-menu-toggle:hover {
  background-color: var(--theme-color2);
}

@media (max-width: 1800px) {
  .header-top {
    background-color: var(--theme-color);
  }
  .header-top .header-bg::before {
    display: none;
  }
  .header-layout1 .header-logo {
    position: relative;
    top: 0;
    transform: unset;
  }
  .header-layout1 .header-logo::before {
    display: none;
  }
  .header-layout1 .header-logo a img {
    transform: unset;
  }
  .header-layout1 .header-links {
    padding-left: 0;
  }
  .header-layout1 .header-top .header-bg {
    padding: 7px 0px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-logo {
    position: relative;
    top: 0;
    transform: unset;
  }
  .header-logo::before {
    display: none;
  }
  .header-logo a img {
    transform: unset;
  }
  .header-layout1 .header-top {
    background-color: var(--theme-color);
  }
  .header-layout1 .header-top .header-bg::before {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-search {
    position: relative;
    display: none;
  }
}
@media (max-width: 1299px) {
  .header-layout2 .header-search {
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .header-top {
    display: none;
  }
  .main-menu {
    text-align: right;
  }
  .header-layout2 .sticky-active {
    background-color: var(--theme-color);
  }
  .header-layout2 .sticky-active .menu-bg::before {
    display: none;
  }
  .header-layout2 .sticky-active .header-logo {
    margin-left: 0;
  }
  .header-layout2 .sticky-wrapper {
    margin-top: 0;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .menu-area .container {
    padding-right: 0;
  }
  .header-layout2 .menu-area .container {
    padding-right: 0;
  }
  .header-layout3 .menu-area .container {
    padding-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-logo {
    max-width: 150px;
    padding: 15px 0;
  }
  .header-layout1 .header-logo {
    padding-left: 0px;
  }
  .header-layout1 .header-logo a img {
    max-width: 160px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 80px;
  padding-bottom: 65px;
}

.footer-layout1 {
  padding: 80px 0 40px;
}
.footer-layout1 .newsletter-icon {
  width: 100%;
}
.footer-layout1 .newsletter-icon img {
  width: 100%;
  filter: invert(67%) sepia(96%) saturate(500%) hue-rotate(1deg) brightness(166%) contrast(102%);
}
.footer-layout1 .copyright-text {
  font-weight: 400;
}
.footer-layout1 .copyright-text a {
  font-weight: 700;
  color: var(--title-color);
}
.footer-layout1 .copyright-text a:hover {
  color: var(--white-color);
}

.footer-widget .widget_title::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 2px;
  background-color: var(--secondary-color);
  bottom: -12px;
  left: 0;
  line-height: 140%;
}

.footer-logo {
  margin-bottom: 0;
}

.footer-widget {
  margin-bottom: 0;
  border-radius: 0;
}
.footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget ul li {
  list-style: none;
  margin-bottom: 7px;
}
.footer-widget ul li a {
  color: var(--white-color);
  font-family: var(--body-font);
  line-height: 160%;
  border-radius: 0;
  display: inline-block;
}
.footer-widget ul li a i {
  font-size: 14px;
  margin-right: 6px;
}
.footer-widget ul li a:hover {
  transform: translateX(10px);
  color: var(--theme-color);
}

.footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--secondary-color);
}

.media-style1 {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  transition: all 0.5s ease;
}
.media-style1:hover {
  border-color: var(--theme-color);
}
.media-style1 .media-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color);
  margin-right: 20px;
  transition: all 0.5s ease;
}
.media-style1 .media-body .media-title {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
}
.media-style1 .media-body .media-info {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  transition: all 0.5s ease;
}
.media-style1 .media-body .media-info a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 700;
  transition: all 0.5s ease;
}
.media-style1:hover .media-icon {
  background-color: var(--secondary-color);
}
.media-style1:hover a:hover {
  color: var(--theme-color);
}

.footer-social a {
  color: var(--title-color);
}
.footer-social a:not(:last-child) {
  margin-right: 5px;
}

.newsletter1 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.newsletter1 .newsletter-form {
  max-width: 532px;
  width: 100%;
}
.newsletter1 .newsletter-inner {
  width: 100%;
  max-width: 200px;
}
.newsletter1 .form-control {
  border: 1px solid var(--theme-color);
}

.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 40px;
}
.newsletter-inner .newsletter-icon {
  color: var(--secondary-color);
  font-size: 50px;
  margin-right: 20px;
  display: inline-block;
  max-width: 50px;
}
.newsletter-inner .newsletter_title {
  color: var(--white-color);
  margin-bottom: 0;
}

.newsletter-form .vs-btn2 {
  position: absolute;
  line-height: 160%;
  right: 5px;
  top: 50%;
  padding: 17px 50px;
  transform: translateY(-50%);
  background-color: var(--theme-color);
}
.newsletter-form .vs-btn2:hover {
  background-color: var(--secondary-color);
}

.footer-layout3 .footer-form {
  background-color: var(--theme-color);
  padding: 40px;
  border-radius: 20px;
}
.footer-layout3 .copyright-wrap {
  text-align: center;
  padding: 30px 0px;
  background-color: transparent;
  border-radius: 0;
}
.footer-layout3 .copyright-wrap .copyright-text {
  color: var(--white-color);
}
.footer-layout3 .copyright-wrap .copyright-text a {
  color: var(--theme-color);
}
.footer-layout3 .copyright-wrap .copyright-text a:hover {
  color: var(--secondary-color);
}
.footer-layout3 .copyright-wrap .copyright-menu a {
  color: var(--white-color);
}
.footer-layout3 .copyright-wrap .copyright-menu a:hover {
  color: var(--secondary-color);
}
.footer-layout3 .newsletter-inner {
  justify-content: start;
}
.footer-layout3 .newsletter-text,
.footer-layout3 .newsletter_title {
  color: var(--title-color);
}
.footer-layout3 .newsletter-form {
  max-width: 100%;
}
.footer-layout3 .newsletter-form .vs-btn2 {
  background-color: var(--secondary-color);
}
.footer-layout3 .newsletter-form .vs-btn2:hover {
  background-color: var(--theme-color);
}
.footer-layout3 .widget-area {
  padding-top: 0px;
  padding-bottom: 80px;
}

.copyright-wrap {
  text-align: center;
  padding: 16px;
  background-color: var(--theme-color);
  border-radius: 10px;
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
}
.copyright-text a {
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
}
.copyright-text a:hover {
  color: var(--secondary-color);
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  margin-right: 20px;
  display: inline-block;
}
.copyright-menu a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
}
.copyright-menu a:hover {
  color: var(--white-color);
}

.subscribe-layout1 {
  position: relative;
  z-index: 9;
  transform: translateY(48%);
}

.footer-layout2 {
  position: relative;
  background-color: var(--title-color);
}
.footer-layout2 .widget-area {
  padding-top: 0;
  padding-bottom: 90px;
}
.footer-layout2 .newsletter1 .newsletter-form {
  max-width: 100%;
}
.footer-layout2 .newsletter-inner {
  justify-content: start;
}
.footer-layout2 .form-control {
  border-radius: 10px;
}
.footer-layout2 .vs-btn2 {
  border-radius: 6px;
  background-color: var(--secondary-color);
}
.footer-layout2 .vs-btn2:hover {
  background-color: var(--theme-color);
}
.footer-layout2 .newsletter_title {
  color: var(--title-color);
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 125%;
}
.footer-layout2 .newsletter-icon {
  color: var(--white-color);
  margin-right: 30px;
}
.footer-layout2 .newsletter-text {
  font-size: 14px;
  font-family: var(--body-font);
  color: var(--title-color);
  line-height: 170%;
}
.footer-layout2 .footer-top {
  padding: 37px 0;
  border-bottom: none;
}
.footer-layout2 .copyright-wrap {
  border: none;
  background-color: transparent;
}
.footer-layout2 .copyright-text {
  color: var(--white-color);
  font-family: var(--title-font);
}
.footer-layout2 .copyright-text a {
  color: var(--theme-color);
}
.footer-layout2 .copyright-text a:hover {
  color: var(--secondary-color);
}
.footer-layout2 .copyright-menu a {
  color: var(--white-color);
  line-height: 160%;
}
.footer-layout2 .copyright-menu a:hover {
  color: var(--secondary-color);
}
.footer-layout2 .copyright-wrap {
  padding: 30px 0;
}
.footer-layout2 .widget_newsletter {
  border-radius: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .newsletter-inner {
    justify-content: end;
    margin-right: 0;
  }
  .footer-layout2 .newsletter-inner {
    justify-content: center;
  }
  .footer-layout3 .newsletter-inner {
    justify-content: center;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .newsletter1 {
    display: block;
  }
  .newsletter1 .newsletter-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    justify-content: center;
  }
  .newsletter1 .search-btn {
    text-align: center;
  }
  .newsletter1 .vs-btn2 {
    margin-top: 20px;
    position: relative;
    right: 0;
    top: 0;
    transform: unset;
    width: 100%;
    justify-content: center;
  }
  .newsletter1 .vs-btn2:hover {
    color: var(--white-color);
    background-color: var(--theme-color2);
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .media-style1 .media-body .media-info {
    font-size: 16px;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu-wrap {
  text-align: center;
}

.breadcumb-menu {
  max-width: 100%;
  margin: 10px 0 0 0;
  list-style-type: none;
  position: relative;
  text-align: center;
  display: inline-block;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 162%;
}
.breadcumb-menu li a {
  font-weight: 600;
}
.breadcumb-menu li a:hover {
  color: var(--white-color);
}
.breadcumb-menu li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
.breadcumb-menu li:not(:last-child) a {
  margin-right: 10px;
}
.breadcumb-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: var(--body-color);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 16px;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  word-break: break-word;
  white-space: normal;
  font-size: 16px;
  color: var(--body-bg);
  font-family: var(--title-font);
  text-transform: capitalize;
}
.breadcumb-menu .fa-home-lg {
  margin-right: 10px;
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--white-color);
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 168px;
}

/* Medium devices */
@media (max-width: 991px) {
  .breadcumb-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 0px;
  text-align: center;
  margin-top: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-pagination span,
.vs-pagination a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color);
  display: inline-block;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  background-color: var(--title-color);
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination li:last-child {
  margin-right: 0;
}

.post-pagination {
  border-bottom: 1px solid var(--smoke-color);
}
.post-pagination .pagi-icon {
  font-size: 40px;
  color: var(--theme-color);
  transition: all 0.4s ease;
}
.post-pagination .pagi-icon:hover {
  color: var(--secondary-color);
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0px;
}
.post-pagi-box > a img {
  border-radius: 6px;
}
.post-pagi-box > a span {
  display: inline-block;
  font-family: var(--title-font);
}
.post-pagi-box > a:hover {
  color: var(--theme-color);
}
.post-pagi-box .pagi-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--title-font);
  line-height: 30px;
  flex: 1;
}
.post-pagi-box.prev .pagi-title {
  text-align: left;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .post-pagination {
    margin: 40px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .post-pagi-box .pagi-title {
    font-size: 16px;
  }
  .tagcloud a {
    padding: 5px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    vertical-align: middle;
  }
  .post-pagi-box {
    padding: 20px 0px;
  }
  .post-pagi-box > a {
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .post-pagi-box {
    padding: 20px;
    display: block;
  }
  .post-pagi-box img {
    margin-bottom: 10px;
  }
  .post-pagi-box .pagi-title {
    font-size: 12px;
    display: block;
  }
  .pagi-icon {
    display: none;
  }
  .tagcloud a {
    padding: 5px 10px;
  }
  .post-pagination {
    margin: 40px 0;
    padding-bottom: 0;
  }
}
/*------------------- 4.6. Blog  -------------------*/
.blog-style1 {
  background-color: var(--title-color);
  padding: 40px 30px;
  border-radius: 20px;
}
.blog-style1 .blog-img {
  position: relative;
  border-radius: 20px;
}
.blog-style1 .blog-img img {
  border-radius: 20px;
  width: 100%;
  transition: all 0.5s ease;
}
.blog-style1 .blog-img .shep-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
}
.blog-style1 .blog-img .shep-btn svg path {
  fill: var(--title-color) !important;
}
.blog-style1 .blog-date {
  bottom: unset;
  top: -20px;
  right: 20px;
}
.blog-style1 .blog-inner {
  position: relative;
  margin-top: 40px;
}
.blog-style1 .icon-btn {
  color: var(--white-color);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
.blog-style1 .icon-btn i {
  transform: rotate(0);
  transition: all 0.5s ease;
}
.blog-style1 .icon-btn:hover {
  transform: rotate(-30deg);
}

.blog-layout1 {
  background-color: var(--title-color);
  position: relative;
  overflow: hidden;
}
.blog-layout1 .blog-style1 {
  background: linear-gradient(#ff6f01 60% ,#7ade00 100%);
  margin-bottom: 0;
  height: 600px;
}
.blog-layout1 .blog-style1 .shep-btn svg path {
  fill: var(--body-color) !important;
}
.blog-layout1 .title-area {
  margin-top: -5px;
}
.blog-layout1.custom-space {
  padding-top: 120px;
  padding-bottom: 240px;
}

.title-arraw .icon-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--white-color);
  background-color: var(--body-color);
}
.title-arraw .icon-btn:not(:last-child) {
  margin-right: 5px;
}
.title-arraw .icon-btn:hover {
  background-color: var(--secondary-color);
}

blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  top: auto;
  right: 38px;
  bottom: 15px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #49413A;
}
blockquote cite {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-left: 32px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 2px;
  font-style: normal;
  font-family: var(--title-font);
  color: var(--white-color);
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
  border-radius: 30px;
  border-top: 2px solid var(--theme-color);
}

blockquote.vs-quote {
  text-align: left;
  padding: 35px 50px;
  border-left: 0px solid var(--theme-color);
  border-radius: 30px;
  border: 1px solid var(--vs-border-color7);
  margin: 30px 0;
  position: relative;
  background-color: var(--title-color);
  overflow: visible;
}
blockquote.vs-quote::after {
  position: absolute;
  content: "";
  height: 125px;
  width: 4px;
  background-color: var(--theme-color);
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 5px 5px 0;
}
blockquote.vs-quote p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: var(--body-font);
}

.video-img img {
  border-radius: 20px;
}

.blog-details .blog-img {
  position: relative;
}
.blog-details .blog-img img {
  border-radius: 30px;
}
.blog-details .blog-inner-title {
  color: var(--white-color);
  margin-bottom: 50px;
  padding-bottom: 14px;
}

.blog-date {
  width: 70px;
  color: var(--title-color);
  background-color: var(--secondary-color);
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  border-radius: 10px;
  line-height: 110%;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.blog-date span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.blog-date .month {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 8px;
  font-family: var(--body-font);
  line-height: 170%;
}
.blog-date .year {
  color: var(--theme-color);
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--title-color);
  width: 100%;
  padding: 3px;
  font-family: var(--body-font);
}

.vs-comment-form .vs-btn:hover {
  background-color: var(--secondary-color);
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 160%;
  font-family: var(--body-font);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.blog-meta a:hover {
  color: var(--theme-color);
}
.blog-meta a:hover i {
  color: var(--theme-color);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: var(--white-color);
  text-transform: capitalize;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.vs-blog {
  margin-bottom: 30px;
}

.share-links-title {
  font-size: 20px;
  line-height: 150%;
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
}

.share-links {
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
  padding: 40px 0;
  position: relative;
}
.share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.share-links .tagcloud {
  display: inline-block;
}
.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links .social-links li {
  display: inline-block;
  margin-right: 4px;
}
.share-links .social-links li:last-child {
  margin-right: 0;
}
.share-links .social-links a {
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  color: var(--theme-color);
  background-color: var(--title-color);
  border: none;
  padding: 0;
  display: inline-block;
  text-align: center;
  color: var(--title-color);
  border-radius: 6px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
.share-links .social-links a i {
  color: var(--theme-color);
}
.share-links .social-links a:hover {
  color: var(--title-color);
  background-color: var(--theme-color);
}
.share-links .social-links a:hover i {
  color: var(--title-color);
}

.blog-inner-author {
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--body-font);
  color: var(--title-color);
  font-weight: 700;
}
.blog-inner-author a {
  color: inherit;
}
.blog-inner-author .blog-date {
  margin-left: 3px;
}
.blog-inner-author .blog-date:before {
  content: "-";
  margin-right: 5px;
}
.blog-inner-author img {
  width: 67px;
  height: 67px;
  padding: 3px;
  margin-right: 10px;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.blog-single {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #bfbfbf;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog-single .blog-meta {
  margin-bottom: 4px;
}
.blog-single .blog-text {
  margin-bottom: 26px;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
  margin: -1px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--secondary-color);
  border-radius: 50%;
  font-size: 20px;
}
.blog-single .blog-img {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.blog-single .blog-content {
  overflow: hidden;
  padding: 26px 40px 35px 40px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-details .blog-title {
  color: var(--white-color);
}
.blog-details .blog-single .blog-content {
  padding: 0;
  border: none;
}

.blog-group-imgs img {
  border-radius: 20px;
}

.video-img {
  position: relative;
}
.video-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.blog-layout2 {
  position: relative;
}
.blog-layout2 .blog-title {
  margin-bottom: 0;
}
.blog-layout2 .blog-inner {
  position: relative;
  margin: 0px 0 25px;
}

.blog-style2 {
  padding: 40px 30px 32px;
  background-color: var(--body-color);
  border-radius: 20px;
}
.blog-style2 .blog-date {
  bottom: 25px;
  top: unset;
  right: 20px;
  background-color: var(--theme-color);
}
.blog-style2 .blog-img {
  overflow: hidden;
  border-radius: 20px;
}
.blog-style2 .blog-img img {
  width: 100%;
}
.blog-style2 .blog-img .shep-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: unset;
  transform: rotate(0deg);
}
.blog-style2 .blog-img .shep-btn svg path {
  fill: var(--body-color) !important;
}
.blog-style2 .icon-btn {
  color: var(--white-color);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.blog-style2 .icon-btn i {
  transform: rotate(0);
  transition: all 0.5s ease;
}
.blog-style2 .icon-btn:hover {
  transform: rotate(-30deg);
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 18px;
    padding: 23px 30px 26px 30px;
  }
  blockquote.vs-quote {
    padding: 26px 60px 26px 130px;
  }
  blockquote.vs-quote p {
    font-size: 20px;
    line-height: 30px;
  }
  blockquote.vs-quote:before {
    font-size: 5rem;
    left: 25px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-details .blog-date {
    right: 20px;
    bottom: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    padding: 23px 15px 26px 15px;
  }
  blockquote:before {
    right: 30px;
    bottom: 30px;
    font-size: 2rem;
  }
  blockquote cite {
    margin-top: 17px;
    font-size: 14px;
  }
  blockquote cite::before {
    bottom: 6px;
  }
  blockquote.vs-quote {
    padding: 26px 20px 26px 20px;
  }
  blockquote.vs-quote:before {
    content: "\f10e";
    left: auto;
    top: auto;
    transform: none;
    right: 20px;
    bottom: 20px;
  }
  blockquote.vs-quote p {
    font-size: 18px;
  }
  .share-links {
    padding: 17px 20px;
  }
  .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single:not(.has-post-thumbnail) .blog-content {
    padding: 40px 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.6;
  }
  .blog-single .blog-meta > span:not(:last-child):after,
  .blog-single .blog-meta a:not(:last-child):after {
    content: "";
    margin: 0 10px 0 14px;
  }
  .blog-details:not(.has-post-thumbnail) .blog-content {
    padding: 0;
  }
  .blog-style2 .blog-date {
    bottom: 10px;
    top: unset;
    right: 10px;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  position: relative;
  padding: 0px;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-control {
  border: 2px solid var(--body-color);
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 6px;
}
.comment-respond .form-control::-moz-placeholder {
  color: var(--white-color);
}
.comment-respond .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}
.comment-respond .form-control:-ms-input-placeholder {
  color: var(--white-color);
}
.comment-respond .form-control::placeholder {
  color: var(--white-color);
}
.comment-respond .form-group i {
  color: var(--white-color);
}
.comment-respond input[type=checkbox] ~ label:before {
  background-color: var(--title-color);
  border: 1px solid var(--theme-color);
  border-radius: 3px;
  top: 5.5px;
}
.comment-respond input[type=checkbox]:checked ~ label:before {
  background-color: var(--theme-color);
  border-color: transparent;
}
.comment-respond .blog-inner-title {
  color: var(--white-color);
  border: none;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 14px;
}
.comment-respond .form-text {
  margin-bottom: 25px;
  font-size: 16px;
  color: var(--body-color);
}

.vs-comments-wrap {
  padding: 0;
  margin: 70px 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  padding: 30px 30px 25px 30px;
  position: relative;
  display: flex;
  margin: 30px 0 30px 0;
  position: relative;
  background-color: var(--title-color);
  border-radius: 20px;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 130px;
  height: 130px;
  margin-right: 20px;
  background-color: var(--smoke-color);
  border-radius: 20px;
  overflow: hidden;
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  align-self: center;
}
.vs-comments-wrap .commented-on {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
}
.vs-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 10px;
  font-size: 20px;
}
.vs-comments-wrap .name {
  color: var(--white-color);
  margin-bottom: 6px;
  font-size: 24px;
  display: inline-block;
  line-height: 140%;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 170%;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: -0.25em;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 100px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 1;
}
.vs-comments-wrap .replay-btn {
  color: var(--white-color);
  background-color: var(--body-color);
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 6px;
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-comments-wrap .review-rating {
  background-color: var(--theme-color);
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 9px 15px;
}
.vs-comments-wrap .review .vs-post-comment {
  padding: 0;
}
.vs-comments-wrap .review .comment-avater {
  width: 170px;
  height: auto;
}

.woocommerce-Reviews .vs-comments-wrap {
  padding: 0;
  background-color: transparent;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 40px;
}

.star-rating i {
  font-size: 18px;
  color: var(--secondary-color);
  transition: all 0.5s ease;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .comment-section {
    padding: 40px 40px 0px 40px;
  }
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 30px 30px 30px;
    margin: 30px 0 30px 0;
  }
  .vs-comments-wrap .comment-avater {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 15px 0 0;
    font-size: 20px;
  }
  .comment-respond {
    padding: 30px;
  }
  .comment-respond .form-control {
    height: 60px;
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap {
    padding: 30px 30px 10px 30px;
    margin: 0;
  }
  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 30px 20px 20px 20px;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .review .vs-post-comment {
    padding: 30px;
  }
  .comment-respond .form-text {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap {
    padding: 40px 20px 10px 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 0 7px 0;
    font-size: 20px;
    display: block;
  }
  .vs-comments-wrap .review-rating {
    position: relative;
    right: 0;
    top: 0;
    margin: 10px 0 10px 0;
    width: max-content;
  }
  .vs-comments-wrap .review .vs-post-comment {
    padding: 30px 20px;
  }
  .comment-respond {
    padding: 40px 20px 40px 20px;
  }
  .comment-respond textarea,
  .comment-respond input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .comment-respond label {
    font-size: 14px;
  }
  .comment-section {
    padding: 40px 20px 0px 20px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.hero-layout1 {
  position: relative;
  max-height: 860px;
  z-index: 1;
  overflow: hidden;
}
.hero-layout1 .title-area {
  margin-bottom: 42px;
}
.hero-layout1 .hero-slide {
    padding-top: 100px;
  padding-bottom: 100px;
}
.hero-layout1 .sec-subtitle {
  animation-delay: 0.5s;
}
.hero-layout1 .sec-subtitle2 {
  animation-delay: 0.5s;
}
.hero-layout1 .sec-title {
  animation-delay: 0.6s;
}
.hero-layout1 .sec-text {
  margin-bottom: 0;
  animation-delay: 0.7s;
}
.hero-layout1 .img-wrap {
  position: relative;
}
.hero-layout1 .img-wrap .img-2 {
  position: absolute;
  height: 400px;
  width: 600px;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-layout1 .hero-img {
  animation-delay: 0.5s;
  position: relative;
  text-align: right;
}
.hero-layout1 .vs-btn {
  color: var(--title-color);
  line-height: 160%;
  padding: 18px 50px;
  animation-delay: 1s;
}
.hero-layout1 .vs-btn:hover {
  background-color: var(--secondary-color);
}
.hero-layout1.style2 {
  max-height: 996px;
  margin-top: -40px;
}
.hero-layout1.style2 .container {
  position: relative;
  z-index: 1;
}
.hero-layout1.style2 .shape-mockup {
  width: 100%;
  text-align: center;
  z-index: 0;
}
.hero-layout1.style2 .hero-slide {
  padding: 160px 0 470px;
}
.hero-layout1.style2 .slick-current {
  --animation-name: slideinup;
}
.hero-layout1.style2 .slick-current .hero-img {
  --animation-name: slideinup;
}
.hero-layout1 .slick-current {
  --animation-name: slideinleft;
}
.hero-layout1 .slick-current .hero-img {
  --animation-name: slideinright;
}

.hero-layout2 {
  max-height: 840px;
  padding: 185px 0;
}
.hero-layout2 .hero-img {
  position: relative;
}
.hero-layout2 .shape-mockup {
  z-index: 0;
}
.hero-layout2 .sec-subtitle2 {
  animation-delay: 0.5s;
}
.hero-layout2 .sec-title {
  animation-delay: 0.6s;
}
.hero-layout2 .sec-text {
  margin-bottom: 0;
  animation-delay: 0.7s;
}
.hero-layout2 .vs-btn {
  animation-delay: 1s;
}
.hero-layout2 .vs-btn:hover {
  background-color: var(--secondary-color);
}
.hero-layout2 .slick-current {
  --animation-name: slideinleft;
}
.hero-layout2 .slick-current .hero-img {
  --animation-name: slideinleft;
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-layout1 {
    max-height: 100%;
  }
  .hero-layout1 .hero-slide {
    padding: 10px 0 0;
  }
  .hero-layout2 {
    max-height: 100%;
    padding: 120px 0;
  }
  .hero-layout1.style2 .hero-slide {
    padding: 120px 0 350px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .hero-layout1.style2 .hero-slide {
    padding: 160px 0 220px;
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}
.error-content .vs-btn:hover {
  background-color: var(--secondary-color);
}

.error-text {
  max-width: 60ch;
  text-align: center;
  margin: 0 auto 45px;
  font-family: var(--body-font);
}

/*------------------- 4.10. About  -------------------*/
.about-layout1 {
  position: relative;
  overflow: hidden;
}
.about-layout1 .title-area {
  margin-bottom: 40px;
}
.about-layout1 .list-style1 {
  margin: 30px 0 32px;
}
.about-layout1 .list-style1 ul li {
  margin-bottom: 15px;
}
.about-layout1 .list-style1 .text {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
  line-height: 170%;
  font-family: var(--body-font);
}
.about-layout1 .vs-btn {
  display: inline-flex;
  padding: 22px 50px;
}
.about-layout1 p {
  font-family: var(--body-font);
}
.about-layout1.style2 .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: var(--title-color);
  border-radius: 10px;
  top: 6px;
  cursor: pointer;
}
.about-layout1.style2 .icon img {
  transition: all 0.5s ease;
}
.about-layout1.style2 .icon:hover img {
  filter: invert(67%) sepia(96%) saturate(500%) hue-rotate(1deg) brightness(102%) contrast(102%);
}
.about-layout1.style2 .list-style1 {
  padding-right: 100px;
}
.about-layout1.style2 .list-style1 ul li {
  font-size: 20px;
  padding-left: 120px;
  margin-bottom: 25px;
}
.about-layout1.style2 .text {
  margin-top: 5px;
}
.about-layout1.style2 .about-text {
  margin-bottom: 0;
}
.about-layout1.style2 .list-style1 {
  margin: 18px 0 40px;
}

.about-img {
  position: relative;
  text-align: center;
}

.about-layout2 .title-area {
  margin-bottom: 40px;
}
.about-layout2 .about-content .about-text {
  margin-bottom: 25px;
}

/* Large devices */
@media (max-width: 1199px) {
  .about-layout1.style2 .list-style1 ul li .text {
    max-width: 50ch;
  }
  .about-layout1.style2 .about-img {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .about-layout2 .about-btn {
    text-align: center;
  }
}
/*------------------- 4.11. Contact  -------------------*/
.contact-layout1 {
  position: relative;
}
.contact-layout1.contact-space {
  padding-bottom: 158px;
}
.contact-layout1 .nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: var(--white-color);
  background-color: var(--body-color);
  border-color: var(--border-color);
}
.contact-layout1 .nice-select:after {
  border-color: var(--white-color);
  width: 10px;
  height: 10px;
  right: 24px;
  margin-top: -7px;
}
.contact-layout1 .nice-select .list {
  width: 100%;
  background-color: var(--body-color);
}
.contact-layout1 .nice-select .list li {
  color: var(--white-color);
}
.contact-layout1 .form-control {
  height: 60px;
  line-height: 30px;
  color: var(--white-color);
  background-color: var(--body-color);
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 400;
}
.contact-layout1 .vs-comment-form {
  padding: 60px;
  border-radius: 20px;
  background-color: var(--title-color);
  margin-bottom: 0px;
}
.contact-layout1 .contact-img {
  text-align: right;
}

.contact-media {
  padding: 110px 60px 120px;
  background-color: var(--secondary-color);
  border-radius: 0px 20px 20px 20px;
  position: absolute;
  transform: translateY(-39px);
  z-index: 1;
}
.contact-media .contact-title {
  padding-bottom: 12px;
  line-height: 125%;
  margin-bottom: 60px;
}
.contact-media .title-shep::before, .contact-media .title-shep::after {
  background-color: var(--title-color);
  color: var(--title-color);
}
.contact-media .media-style1:not(:last-child) {
  margin-bottom: 30px;
}
.contact-media .media-style1 .media-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  background-color: var(--title-color);
}
.contact-media .media-style1 .media-info {
  font-size: 16px;
  line-height: 160%;
  color: var(--title-color);
}
.contact-media .media-style1 .media-info a {
  color: var(--title-color);
}
.contact-media .media-style1 .media-info a:hover {
  color: var(--white-color);
}
.contact-media .media-style1 .media-title {
  color: var(--title-color);
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
}

.map-layout1 {
  position: relative;
}

.contact-shep {
  position: absolute;
  top: 0;
  transform: translateX(-99px);
}

/* Large devices */
@media (max-width: 1199px) {
  .contact-layout1.contact-space {
    padding-bottom: 100px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .contact-layout1 .vs-comment-form {
    padding: 30px;
  }
  .contact-layout1.contact-space {
    padding-bottom: 80px;
  }
  .contact-media {
    display: none;
  }
}
/*------------------- 4.12. Common  -------------------*/
#particles-js {
  position: absolute;
  top: -70px;
  left: -93px;
  z-index: 0;
  width: 720px;
  height: 817px;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/*------------------- 4.13. Faq  -------------------*/
.ciber-style1 {
  position: relative;
  height: 556px;
  max-height: 100%;
  z-index: 1;
}
.ciber-style1 .ciber-button {
  padding: 15px 52px 15px 30px;
  font-size: 20px;
  text-align: left;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 150%;
  position: relative;
  max-width: 100%;
  color: #ffffff;
  text-transform: capitalize;
  background-color: var(--body-color);
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
}
.ciber-style1 .ciber-button.collapsed .number {
  background-color: var(--title-color);
  color: var(--white-color);
}
.ciber-style1 .ciber-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--title-color);
  transform: translateY(-50%);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 300;
  transition: all ease 0.4s;
}/*
.ciber-style1 .ciber-button:hover::before {
  color: var(--title-color);
  background-color: var(--secondary-color);
}
.ciber-style1 .ciber-button:hover:not(.collapsed):before {
  color: var(--white-color);
}
.ciber-style1 .ciber-button::after {
  display: none;
}
.ciber-style1 .ciber-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.ciber-style1 .ciber-button:not(.collapsed):before {
  content: "\f068";
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.ciber-style1 .ciber-body {
  padding: 24px 30px;
}
.ciber-style1 .ciber-body p {
  font-family: var(--body-font);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 170%;
}
.ciber-style1 .ciber-item {
  border-bottom: none;
  background-color: var(--body-color);
  border-radius: 6px;
}
.ciber-style1 .ciber-item:not(:last-child) {
  margin: 0 0 20px 0;
}
.ciber-style1 .ciber-collapse {
  border: none;
}
.ciber-style1.layout2 .ciber-button {
  max-width: 100%;
}
.ciber-style1.layout2 .ciber-item {
  padding: 0 0 36px 0;
  margin: 0 0 42px 0;
  border-color: #ebebeb;
}
.ciber-style1.layout2 .ciber-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ciber-style1.layout2 .ciber-item:first-child {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
}

.faq-layout1 {
  position: relative;
  overflow: hidden;
    background: linear-gradient(90deg, #d8dbd9 30%, #727272 100%);
}
.faq-layout1 .vs-pagination {
  margin-top: 60px;
}
.faq-layout1 .faq-btn {
  margin-top: 35px;
}

/* Medium devices */
@media (max-width: 991px) {
  .faq-layout1 .faq-btn {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .ciber-style1 {
    height: auto;
  }
}
/*------------------- 4.14. Service  -------------------
.service-layout1 {
  background-color: var(--color2);
}
.service-layout1 .service-wrap {
  position: relative;
  border-radius: 0px;
}

.service-style1 {
  background-color: var(--color1);
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
}
.service-style1 .service-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--body-color);
  border-radius: 10px;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}
.service-style1 .service-icon img {
  transition: all 0.5s ease;
}
.service-style1 .service-title {
  line-height: 150%;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.service-style1 .service-title a {
  color: var(--white-color);
}
.service-style1 .service-text {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.service-style1 .shep-btn {
  position: absolute;
  right: -2px;
  top: -2px;
}
.service-style1 .shep-btn svg path {
  fill: var(--body-bg) !important;
}
.service-style1 .icon-btn {
  color: var(--title-color);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.service-style1 .icon-btn i {
  transform: rotate(0);
  transition: all 0.5s ease;
}
.service-style1 .icon-btn:hover {
  transform: rotate(-30deg);
}
.service-style1:hover {
  background-color: var(--theme-color);
}
.service-style1:hover .service-title {
  transition: all 0.5s ease;
}
.service-style1:hover .service-title a {
  color: var(--title-color);
}
.service-style1:hover .service-text {
  color: var(--title-color);
  transition: all 0.5s ease;
}
.service-style1:hover .service-icon {
  background-color: var(--body-bg);
}
.service-style1:hover .service-icon img {
  filter: invert(67%) sepia(96%) saturate(500%) hue-rotate(1deg) brightness(102%) contrast(102%);
}

.service-layout2 {
  position: relative;
  background-color: var(--title-color);
  z-index: 1;
}
.service-layout2.service-space {
  padding-bottom: 380px;
}
.service-layout2 .title-btn {
  margin-top: 35px;
}
.service-layout2 .video-style1 {
  transform: translateY(90px);
}
.service-layout2 .video-style1 .video-area {
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
}
.service-layout2 .video-style1 .shep-btn {
  position: absolute;
  top: unset;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
}

.service-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.service-style3 {
  position: relative;
  background-color: var(--body-color);
  border-radius: 10px 14px 10px 10px;
  padding: 34px 30px 36px;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}
.service-style3 .service-icon {
  color: var(--title-color);
  font-weight: 600;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--theme-color);
  z-index: 1;
  transition: all 0.5s ease;
}
.service-style3 .service-icon:hover {
  background-color: var(--secondary-color);
}
.service-style3 .shep-btn {
  position: absolute;
  right: -2px;
  top: -2px;
}
.service-style3 .shep-btn svg path {
  fill: var(--title-color);
}
.service-style3 .service-text {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 170%;
  transition: all 0.5s ease;
}
.service-style3 .service-title {
  max-width: 83%;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--smoke-color);
}
.service-style3 .service-title a {
  color: var(--white-color);
  transition: all 0.5s ease;
}
.service-style3 .service-title a:hover {
  color: var(--secondary-color);
}
.service-style3:hover {
  background-color: var(--theme-color);
}
.service-style3:hover .service-text {
  color: var(--title-color);
}
.service-style3:hover .service-title a {
  color: var(--title-color);
}
.service-style3:hover .service-icon {
  background-color: var(--secondary-color);
}

.service-details .service-content {
  border-radius: 20px;
  padding: 60px 40px;
  background-color: var(--title-color);
}
.service-details .service-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.service-details .service-img img {
  border-radius: 20px;
}
.service-details .service-img .shep-btn {
  position: absolute;
  right: -1px;
  top: -1px;
}
.service-details .service-img .shep-btn svg path {
  fill: var(--title-color) !important;
}
.service-details .service-icon {
  color: var(--title-color);
  font-weight: 600;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  z-index: 1;
  transition: all 0.5s ease;
}
.service-details .service-title {
  display: inline-block;
  color: var(--white-color);
}
.service-details .title-line {
  display: block;
}
.service-details .service-group-imgs img {
  border-radius: 20px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .service-layout1.service-space {
    padding-top: 120px;
  }
  .service-layout2.service-space {
    padding-bottom: 120px;
  }
  .service-layout2.service-space .video-style1 {
    margin-top: 90px;
  }
  .service-layout2 .video-style1 {
    position: relative;
    transform: unset;
  }
  .service-layout2 .video-style1 .shep-btn svg path {
    fill: var(--title-color) !important;
  }
  .space-xl-top {
    padding-top: 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .service-style3 .service-title {
    font-size: 20px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .service-style3 .service-title {
    font-size: 18px;
  }
  .service-wrap {
    overflow: unset;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .service-layout1.service-space {
    padding-top: 80px;
  }
  .service-layout2.service-space {
    padding-bottom: 80px;
  }
  .service-layout2.service-space .video-style1 {
    margin-top: 50px;
  }
  .service-layout2 .title-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .space-xl-top {
    padding-top: 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .service-details .service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .service-details .service-icon img {
    max-width: 40px;
  }
}
/*------------------- 4.15. counte  -------------------*/
.counter-style1 {
  background-color: var(--theme-color);
  padding: 80px 120px;
  border-radius: 20px;
  position: relative;
  transform: translateY(45%);
  overflow: hidden;
}
.counter-style1 .media-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-style1 .media-count .count-icon {
  display: inline-block;
  font-size: 40px;
  color: var(--theme-color);
  position: relative;
  top: 3px;
}
.counter-style1 .media-count .count-icon::after {
  content: "\f067";
  position: relative;
  right: 0;
  top: -2px;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
}
.counter-style1 .media-title {
  margin-bottom: 0;
  font-size: 40px;
  color: var(--theme-color);
  font-weight: 700;
}
.counter-style1 .media-text {
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--title-font);
}
.counter-style1 .media-counter {
  max-width: 100%;
  width: 234px;
  background-color: var(--title-color);
  padding: 25px 40px 24px;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
}

.counter-style2 {
  display: inline-flex;
  align-items: center;
  background-color: var(--secondary-color);
  padding: 35px 40px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.counter-style2 .media-count {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.counter-style2 .media-count .count-icon {
  display: inline-block;
  font-size: 30px;
  color: var(--title-color);
  position: relative;
  top: 2px;
}
.counter-style2 .media-count .count-icon::after {
  content: "\f067";
  position: relative;
  right: 0;
  margin-left: 3px;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  top: -2px;
}
.counter-style2 .media-title {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--title-color);
  line-height: 132%;
  font-weight: 700;
}
.counter-style2 .media-counter {
  display: flex;
  align-items: center;
}
.counter-style2 .media-text {
  color: var(--title-color);
  font-size: 14px;
  font-family: var(--body-font);
  margin-bottom: 0;
  line-height: 130%;
  max-width: 12ch;
  margin-right: 20px;
}
.counter-style2 .media-style {
  position: relative;
}
.counter-style2 .media-style:first-child .media-count {
  margin-right: 15px;
}
.counter-style2 .media-style:first-child .count-icon::after {
  content: "\f067";
  position: relative;
  right: 0;
  margin-left: 3px;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  top: -3px;
}
.counter-style2 .media-style:not(:last-child) {
  margin-right: 20px;
}
.counter-style2 .media-style:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: var(--smoke-color);
}

.cta-wrap {
  position: relative;
}

#particles-js,
#particles-js2,
#particles-js4,
#footer-particle1,
#footer-particle2,
#faq-particle1,
#process-particle1,
#process-particle2,
#packag-particle1,
#particles-js8 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: -1;
  /* Medium devices */
}
@media (max-width: 991px) {
  #particles-js,
  #particles-js2,
  #particles-js4,
  #footer-particle1,
  #footer-particle2,
  #faq-particle1,
  #process-particle1,
  #process-particle2,
  #packag-particle1,
  #particles-js8 {
    display: none;
  }
}

#particles-js {
  top: 0;
  left: 0;
  width: 40%;
}

#particles-js2 {
  top: 0;
  right: 0;
  width: 40%;
}

@media (max-width: 1299px) {
  .counter-style1 {
    padding: 80px 70px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .counter-style2 .media-counter {
    display: block;
  }
  .counter-style2 .media-text {
    max-width: 18ch;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .counter-style1 {
    padding: 80px 30px;
    margin-top: 80px;
    margin-bottom: 80px;
    transform: unset;
  }
  .counter-style1 .media-counter {
    max-width: 100%;
    width: 100%;
    padding: 25px 30px 24px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .counter-style1 {
    padding: 80px 30px;
  }
  .counter-style1 .media-counter {
    width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .about-layout1.style2 .list-style1 {
    padding-right: 0px;
  }
  .counter-style2 {
    display: block;
    margin-bottom: 60px;
  }
  .counter-style2 .media-count {
    margin-right: 0;
  }
  .counter-style2 .media-style:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .counter-style2 .media-style::before {
    display: none;
  }
  .counter-style2 .media-style .media-text {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .counter-style2 .media-style:first-child .media-count {
    margin-right: 0;
  }
}
/*------------------- 4.16. price  -------------------*/
.price-layout1 {
  padding-top: 240px;
  position: relative;
}
.price-layout1.price-space {
  padding: 345px 0 375px 0;
}

.package-filter {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: var(--title-color);
}
.package-filter .vs-btn {
  color: var(--white-color);
  background-color: var(--title-color);
  padding: 20px 38px;
}
.package-filter .vs-btn:hover {
  color: var(--title-color);
  border-color: var(--theme-color);
}
.package-filter .vs-btn.active {
  color: var(--title-color);
  background-color: var(--theme-color);
}

.package-list {
  display: none;
}
.package-list.active {
  display: block;
}

.tab-content .active .package-list {
  display: block;
}

.package-style1 {
  padding: 60px 40px;
  background-color: var(--title-color);
  border-radius: 20px;
  position: relative;
  transition: all 0.5s ease;
}
.package-style1 .package-name {
  color: var(--white-color);
  line-height: 132%;
  margin-bottom: 5px;
  font-weight: 700;
}
.package-style1 .shep-btn {
  position: absolute;
  right: -1px;
  top: -1px;
}
.package-style1 .shep-btn svg path {
  fill: var(--body-bg) !important;
}
.package-style1 .package-text {
  font-family: var(--body-font);
}
.package-style1 .package-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.package-style1 .package-icon img {
  max-width: 50px;
}
.package-style1 .package-price {
  font-size: 48px;
  line-height: 120%;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--secondary-color);
  transition: all 0.5s ease;
}
.package-style1 .package-price .duration {
  font-size: 16px;
  color: var(--white-color);
  display: inline-block;
  margin-left: 5px;
  transition: all 0.5s ease;
}
.package-style1 .list-style1 {
  padding: 35px 30px;
  background-color: var(--body-color);
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.package-style1 .list-style1 ul {
  margin-bottom: 0;
}
.package-style1 .list-style1 ul li {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
.package-style1 .list-style1 ul li i {
  color: var(--secondary-color);
  transition: all 0.5s ease;
}
.package-style1 .shep {
  bottom: 0;
  right: 0;
}
.package-style1 .shield-cross-icon {
  position: relative;
  display: inline-block;
  color: var(--white-color);
}
.package-style1 .shield-cross-icon .fa-shield {
  font-size: 1em;
}
.package-style1 .shield-cross-icon .icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 0.6em;
  color: var(--title-color);
}
.package-style1 .price-btn {
  width: 100%;
}
.package-style1 .price-btn .vs-btn {
  display: block;
  background: var(--theme-color);
  transition: all 0.5s ease;
}
.package-style1 .price-btn .vs-btn::before, .package-style1 .price-btn .vs-btn::after {
  background: var(--title-color);
}
.package-style1 .notice {
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 160%;
  background-color: var(--theme-color2);
  border-radius: 30px;
  padding: 6px 30px;
  text-align: left;
  margin-bottom: 30px;
}
.package-style1 .package-notice {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: var(--white-color);
  padding-left: 25px;
  font-weight: 700;
}
.package-style1 .package-notice i {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.package-style1.active, .package-style1:hover {
  background-color: var(--theme-color);
}
.package-style1.active .price-btn .vs-btn, .package-style1:hover .price-btn .vs-btn {
  color: var(--white-color);
  background-color: var(--title-color);
}
.package-style1.active .package-price, .package-style1:hover .package-price {
  color: var(--title-color);
}
.package-style1.active .package-price .duration, .package-style1:hover .package-price .duration {
  color: var(--title-color);
}
.package-style1.active .package-text,
.package-style1.active .package-name, .package-style1:hover .package-text,
.package-style1:hover .package-name {
  color: var(--title-color);
}
.package-style1.active .list-style1 ul li i, .package-style1:hover .list-style1 ul li i {
  color: var(--theme-color);
}
.package-style1.active .list-style1 ul li i.icon2, .package-style1:hover .list-style1 ul li i.icon2 {
  color: var(--title-color);
}
.package-style1.active .package-notice i, .package-style1:hover .package-notice i {
  color: var(--secondary-color);
}
.package-style1.active .package-icon, .package-style1:hover .package-icon {
  background-color: var(--theme-color);
}

.package-wraper {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0px 20px 20px;
}

.price-layout2 {
  position: relative;
}
.price-layout2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 570px;
  background-color: var(--theme-color);
  z-index: -1;
}
.price-layout2 .shape-mockup {
  z-index: -1;
  width: 100%;
  text-align: center;
}
.price-layout2 .package-icon {
  transition: all 0.5s ease;
}
.price-layout2 .package-style1 .shep-btn svg path {
  fill: var(--theme-color) !important;
}
.price-layout2 .package-style1.active, .price-layout2 .package-style1:hover {
  background-color: var(--secondary-color);
}
.price-layout2 .package-style1.active .package-icon, .price-layout2 .package-style1:hover .package-icon {
  background-color: var(--secondary-color);
}
.price-layout2 .package-filter .vs-btn:hover {
  color: var(--title-color);
  border-color: var(--secondary-color);
}
.price-layout2 .package-filter .vs-btn.active {
  color: var(--title-color);
  background-color: var(--secondary-color);
}
.price-layout2 .title-area .sec-subtitle2 {
  color: var(--title-color);
}
.price-layout2 .title-area .sec-subtitle2::before {
  color: var(--title-color);
}
.price-layout2 .title-area .sec-title {
  color: var(--color7);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .price-layout1.price-space {
    padding: 120px 0;
  }
  .price-layout2 {
    background-color: var(--theme-color);
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .package-wraper {
    overflow: unset;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .price-layout1 {
    padding-top: 80px;
  }
  .price-layout1.price-space {
    padding: 80px 0;
  }
  .price-layout1 .title-area {
    text-align: center;
  }
  .package-filter {
    margin-bottom: 40px;
  }
  .package-style1 {
    padding: 60px 30px;
  }
}
/*------------------- 4.17. process  -------------------*/
.process-layout1 .container-style1 {
  background-color: var(--title-color);
  border-radius: 20px;
  position: relative;
}
.process-layout1 .process-img {
  position: relative;
}
.process-layout1 .process-list {
  height: 520px;
}

.process-style1 {
  align-items: start;
  position: relative;
  margin-bottom: 60px;
  padding-left: 110px;
  height: 80px;
  width: max-content;
}
.process-style1:not(:last-child) {
  transition: all 0.3s ease;
}
.process-style1:not(:last-child)::after {
  content: "";
  bottom: -50px;
  left: 40px;
  position: absolute;
  height: 40px;
  width: 2px;
  background-color: var(--smoke-color);
  transition: all 0.3s ease;
}
.process-style1:not(:last-child).active {
  height: 100px;
}
.process-style1:not(:last-child).active .ciber-collapse.show .process-text {
  display: block;
}
.process-style1:hover .process-icon {
  background-color: var(--secondary-color);
}
.process-style1:hover .process-icon img {
  filter: invert(42%) sepia(0%) saturate(387%) hue-rotate(15deg) brightness(45%) contrast(165%);
}
.process-style1:hover .process-icon .numbar {
  color: var(--title-color);
  background-color: var(--theme-color);
}
.process-style1.active::after {
  height: 60px;
}
.process-style1.active .process-icon {
  background-color: var(--secondary-color);
}
.process-style1.active .process-icon img {
  filter: invert(42%) sepia(0%) saturate(387%) hue-rotate(15deg) brightness(45%) contrast(165%);
}
.process-style1.active .process-icon .numbar {
  color: var(--title-color);
  background-color: var(--theme-color);
}
.process-style1.active .process-title {
  color: var(--theme-color);
}
.process-style1 .process-icon {
  width: 100%;
  height: 80px;
  line-height: 80px;
  max-width: 80px;
  text-align: center;
  background-color: var(--body-color);
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
}
.process-style1 .process-icon .numbar {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color2);
  display: block;
  transition: all 0.5s ease;
}
.process-style1 .process-icon img {
  transition: all 0.5s ease;
}
.process-style1 .process-title {
  font-size: 30px;
  padding: 0;
  border: none;
  margin-bottom: 32px;
  top: 22px;
  line-height: 132%;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--white-color);
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  text-align: left;
}
.process-style1 .process-title::after {
  content: "";
  display: none;
}
.process-style1 .process-title:hover {
  color: var(--theme-color);
}
.process-style1 .process-title:focus {
  border: none;
  box-shadow: none;
}
.process-style1 .ciber-collapse {
  border: none;
}
.process-style1 .process-title:not(.collapsed) {
  background-color: transparent;
}
.process-style1 .process-text {
  color: var(--white-color);
  max-width: 50ch;
  margin-bottom: 0;
}
.process-style1 .process-content {
  padding: 0;
}

.process-style2 {
  position: relative;
  transform: translateY(-100px);
  padding: 60px 60px 20px 60px;
  background-color: var(--body-bg);
  border-radius: 10px;
  z-index: 1;
  height: 100%;
}
.process-style2 .process-item {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--title-color);
  position: relative;
  height: 100%;
  transition: all 0.5s ease;
}
.process-style2 .process-item:hover {
  background-color: var(--theme-color);
}
.process-style2 .process-item:hover .process-title {
  color: var(--title-color);
  transition: all 0.5s ease;
}
.process-style2 .process-item:hover .process-text {
  color: var(--title-color);
  transition: all 0.5s ease;
}
.process-style2 .process-item:hover .process-icon {
  background-color: var(--title-color);
}
.process-style2 .process-item:hover .icon-btn {
  background-color: var(--secondary-color);
}
.process-style2 .process-inner {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.process-style2 .process-icon {
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: var(--body-color);
  border-radius: 10px;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.process-style2 .process-icon img {
  max-width: 30px;
}
.process-style2 .process-title {
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 125%;
  transition: all 0.5s ease;
}
.process-style2 .process-text {
  font-size: 14px;
  line-height: 170%;
  font-family: var(--body-font);
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.process-style2 .shep-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.process-style2 .shep-btn svg path {
  fill: var(--body-bg) !important;
}
.process-style2 .icon-btn {
  color: var(--title-color);
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

/* Medium devices */
@media (max-width: 991px) {
  .process-layout1 .process-list {
    height: auto;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .process-style1 {
    width: 100%;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .process-style2 {
    position: relative;
    transform: unset;
    padding: 0;
    background-color: var(--body-bg);
  }
  .process-style2 .process-inner {
    align-items: center;
  }
  .container-style2 {
    margin: 80px auto;
  }
  .process-style1 .process-icon {
    margin-right: 15px;
  }
  .process-style1.active {
    height: 100%;
  }
  .process-style1:not(:last-child).active {
    height: 100%;
  }
  .process-style1::after {
    display: none;
  }
  .process-style1 .process-title {
    font-size: 20px;
  }
}
/*------------------- 4.18. download  -------------------*/
.download-layout1 {
  padding-bottom: 390px;
  position: relative;
}
.download-layout1 .container {
  position: relative;
}
.download-layout1 .download-img {
  position: relative;
}
.download-layout1 .download-text {
  font-family: var(--body-font);
  color: black;
  margin-bottom: 30px;
}
.download-layout1 .title-area {
  margin-bottom: 45px;
}
.download-layout1 .download-btn .vs-btn2 {
  padding: 22px 50px;
}

.vs-btn-group {
  display: flex;
  margin-bottom: 40px;
}
.vs-btn-group .vs-btn2 {
  border: 2px solid var(--white-color);
  border-radius: 10px;
  background-color: var(--color2);
  padding: 8px 11px;
}
.vs-btn-group .vs-btn2 img {
  transition: all 0.5s ease;
}
.vs-btn-group .vs-btn2:not(:last-child) {
  margin-right: 20px;
}
.vs-btn-group .vs-btn2:hover {
  border-color: var(--theme-color);
  background-color: var(--color6);
}
.vs-btn-group .vs-btn2:hover img {
  filter: invert(100%) brightness(0%);
}

/* Large devices */
@media (max-width: 1199px) {
  .download-layout1 {
    padding-bottom: 120px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .download-layout1 {
    padding-bottom: 80px;
  }
}
/*------------------- 4.19. cta  -------------------*/
/*
.cta-style1 {
  background-color: var(--theme-color);
  border-radius: 30px;
  position: absolute;
  overflow: hidden;
  max-height: 540px;
  width: 100%;
  max-width: 1320px;
  height: auto;
  transform: translateY(22%);
  z-index: 1;
}
.cta-style1 .cta-img {
  padding-top: 30px;
}
.cta-style1 .cta-img img {
  width: 100%;
}
.cta-style1 .cta-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 95px 0px 95px 100px;
}
.cta-style1 .sec-subtitle2 {
  color: var(--title-color);
  margin-bottom: 10px;
}
.cta-style1 .sec-subtitle2::before {
  color: var(--theme-color2);
}
.cta-style1 .sec-title {
  color: var(--title-color);
}
.cta-style1 .vs-btn {
  background-color: var(--secondary-color);
}
.cta-style1 .vs-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.cta-style1 .title-area {
  margin-bottom: 40px;
}
.cta-style1 .cta-notice {
  color: var(--title-color);
  font-family: var(--title-font);
  display: inline-block;
  line-height: 160%;
  font-weight: 600;
}
.cta-style1 .cta-notice i {
  margin-right: 10px;
  color: var(--theme-color2);
}
.cta-style1 .download-btn {
  margin-bottom: 25px;
}
.cta-style1 .download-btn .vs-btn2 {
  background-color: var(--secondary-color);
}
.cta-style1 .download-btn .vs-btn2:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}

/* Large devices */
@media (max-width: 1199px) {
  .cta-style1 {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    transform: translateY(0%);
    margin-top: 80px;
    z-index: 1;
    text-align: center;
  }
  .cta-style1 .cta-content {
    padding: 80px 30px 30px;
  }
}
/*------------------- 4.20. World Map  -------------------*/
.map-layout1 {
  background: linear-gradient(to right, #ff7700 0%, #ff5900c3 100% );
}
.map-layout1 .map-area {
  text-align: center;
}
.map-layout1 .map-area .map-btn {
  margin-top: 50px;
  display: inline-flex;
}
.map-layout1.map-space {
  padding-top: 125px;
}
.map-layout1 .map-item {
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px;
  background: linear-gradient(#ff9d00, #f375009c);
}
.map-layout1 .map-item .map-logo {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.map-layout1 .map-body {
  margin-bottom: 50px;
}
.map-layout1 .map-text {
  margin-bottom: 35px;
}

.map-content .title {
  font-size: 20px;
  line-height: 150%;
  color: var(--white-color);
  margin-bottom: 5px;
  text-transform: capitalize;
}
.map-content .text {
  font-size: 14px;
  color: var(--theme-color);
  margin-bottom: 0;
  line-height: 170%;
}

.map {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}

.map img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

/* Pin styling */
.rpin {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) translateY(0);
  transition: all 0.3s ease;
  background: var(--theme-color);
  border-radius: 50%;
}

.rpin:hover {
  cursor: pointer;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
}

/* Pin Placement */
.ireland {
  bottom: 66.5%;
  left: 46.3%;
}

.brazil {
  bottom: 36%;
  left: 29%;
}

.russia {
  bottom: 87.9065%;
  left: 81.2945%;
}

.canada {
  bottom: 82.4868%;
  left: 11.3139%;
}

.nigeria {
  bottom: 49%;
  left: 48%;
}

.australia {
  bottom: 16%;
  left: 87%;
}

.newyork {
  bottom: 65%;
  left: 18%;
}

.ukraine {
  bottom: 84%;
  left: 68%;
}

/* Animation */
.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(62, 201, 99, 0.4941176471);
  animation: pulse 2s infinite;
}

.pulse-med {
  animation: pulse 3s infinite;
}

.pulse-slow {
  animation: pulse 4s infinite;
}

.pulse:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(62, 201, 99, 0.4941176471);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(192, 208, 40, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(192, 208, 40, 0);
  }
}
/* Tooltip styling */
.tooltip h13 {
  font-size: 16px;
  text-align: center;
  line-height: 150%;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}

.tooltip {
  opacity: 1;
}
.tooltip p {
  color: var(--theme-color);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 170%;
  font-family: var(--body-font);
}

.tooltip .top {
  width: 120px;
  height: 63px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 8px 10px;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  position: absolute;
  z-index: 1000; /* Increased to ensure it appears on top */
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; /* Adjusted transition */
}

.tooltip.active .top, .tooltip:hover .top {
  visibility: visible;
  opacity: 1;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #eeeeee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .map-layout1.map-space {
    padding-top: 120px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .map-layout1.map-space {
    padding-top: 120px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .map-layout1.map-space {
    padding-top: 80px;
  }
}
/*------------------- 4.21. team  -------------------*/
.team-style1 {
  padding: 40px 40px 30px;
  width: 350px;
  height: 550px;
  border-radius: 20px;
  background-color: var(--color2);
  transition: all 0.5s ease;
}
.team-style1 .team-img {
  border-radius: 20px;
  position: relative;
}
.team-style1 .team-img img {
  border-radius: 20px;
  width: 100%;
  border-radius: 75px 20px 20px 20px;
}
.team-style1 .team-img::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 65px;
  height: 65px;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #000000 transparent transparent transparent;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.team-style1 .shep-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.team-style1 .shep-btn svg path {
  fill: var(--body-color) !important;
  transition: all 0.5s ease;
}
.team-style1 .icon-btn {
  color: var(--white-color);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
  cursor: pointer;
}
.team-style1 .member-links {
  position: absolute;
  right: 0;
  top: 50%;
}
.team-style1 .member-links {
  width: 40px;
  text-align: center;
  background-color: var(--theme-color);
  border-radius: 18px 0 0px 18px;
  padding: 12px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.team-style1 .member-links a {
  color: var(--title-color);
  font-size: 14px;
  display: block;
  transition: all 0.5s ease;
}
.team-style1 .member-links a:not(:last-child) {
  margin-bottom: 5px;
}
.team-style1 .member-links a:hover {
  color: var(--white-color);
}
.team-style1 .member-links.active {
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}
.team-style1 .member-name {
  margin-bottom: 3px;
}
.team-style1 .team-title {
  color: var(--white-color);
  font-weight: 700;
}
.team-style1 .degi {
  font-size: 14px;
  color: var(--white-color);
  text-transform: capitalize;
}
.team-style1 .member-content {
  margin-top: 30px;
}
.team-style1:hover {
  background-color: var(--theme-color);
}
.team-style1:hover .team-img::before {
  border-color: var(--theme-color) transparent transparent transparent;
}
.team-style1:hover .shep-btn svg path {
  fill: var(--theme-color) !important;
}
.team-style1:hover .icon-btn {
  background-color: var(--secondary-color);
}

.team-layout2 .member-name {
  margin-bottom: 3px;
}
.team-layout2 .member-name .team-title {
  color: var(--white-color);
  font-weight: 700;
  transition: all 0.5s ease;
}
.team-layout2 .degi {
  font-size: 14px;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.team-layout2 .team-img {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 5px solid var(--theme-color);
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
.team-layout2 .member-links {
  margin-top: 20px;
}
.team-layout2 .icon-btn:not(:last-child) {
  margin-right: 5px;
}
.team-layout2 .team-style2 {
  padding: 40px;
  background-color: var(--title-color);
  border-radius: 20px;
  text-align: center;
  transition: all 0.5s ease;
}
.team-layout2 .team-style2:hover {
  background-color: var(--theme-color);
}
.team-layout2 .team-style2:hover .team-img {
  border-color: var(--secondary-color);
}
.team-layout2 .team-style2:hover .degi,
.team-layout2 .team-style2:hover .team-title {
  color: var(--title-color);
}
.team-layout2 .team-style2:hover .icon-btn {
  color: var(--theme-color);
  background-color: var(--title-color);
}
.team-layout2 .team-style2:hover .icon-btn:hover {
  color: var(--title-color);
  background-color: var(--secondary-color);
}
.team-layout2 .title-arraw {
  margin-top: 30px;
}
.team-layout2.team-space {
  padding-top: 380px;
  padding-bottom: 370px;
}

.team-details .team-title {
  color: var(--white-color);
  line-height: 130%;
  margin-bottom: 10px;
}
.team-details .team-degi {
  font-family: var(--title-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: var(--theme-color);
  display: inline-block;
  margin-bottom: 20px;
}
.team-details .team-img {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.team-details .team-bottom {
  margin-top: 80px;
}

.progress-box {
  margin: 0 0 25px 0;
}
.progress-box__number, .progress-box__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--title-font);
  color: var(--white-color);
  display: inline-block;
  margin: 0 0 11px 0;
}
.progress-box__number {
  float: right;
  margin: 5px 0 0 0;
}
.progress-box__progress {
  height: 10px;
  border-radius: 2px;
  background-color: var(--body-color);
}
.progress-box__bar {
  height: 100%;
  background-color: var(--theme-color);
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 2px;
}
.progress-box.style2 .progress-box__title, .progress-box.style2 .progress-box__number {
  color: var(--body-color);
  font-weight: 400;
  font-family: var(--body-font);
}
.progress-box.style2 .progress-box__progress, .progress-box.style2 .progress-box__bar {
  border-radius: 0;
}
.progress-box.style2:last-child {
  margin-bottom: 0;
}

.team-contact-list {
  padding-left: 0;
}
.team-contact-list li {
  position: relative;
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  margin-bottom: 12px;
}
.team-contact-list sub {
  display: inline-block;
  width: 210px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  font-family: var(--title-font);
  color: var(--white-color);
}
.team-contact-list span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}

/* Extra large devices */
@media (max-width: 1500px) {
  .team-layout2.team-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .team-layout2 .video-style1 {
    margin-top: 120px;
    position: relative;
    transform: unset;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .team-layout1 .title-area {
    text-align: center;
  }
  .team-layout2.team-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .team-layout2 .video-style1 {
    margin-top: 80px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .team-contact-list li {
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .team-contact-list li sub {
    width: 100%;
    line-height: 36px;
  }
  .team-details .team-bottom {
    margin-top: 60px;
  }
}
/*------------------- 4.22. testimonial -------------------*/
.testi-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color);
  z-index: 1;
  transition: all 0.5s ease;
}

.testi-style1 {
  background-color: var(--title-color);
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  position: relative;
  transition: all 0.5s ease;
}
.testi-style1 .shep-btn svg path {
  fill: var(--body-bg) !important;
  transition: all 0.5s ease;
}
.testi-style1 .shep-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.testi-style1 .testi-title {
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.testi-style1 .testi-image {
  max-width: 70px;
  border: 5px solid var(--theme-color);
  border-radius: 50%;
  width: 100%;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.testi-style1 .testi-image img {
  border-radius: 50%;
  width: 100%;
}
.testi-style1 .testi-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.testi-style1 .testi-text {
  font-family: var(--body-font);
  transition: all 0.5s ease;
}
.testi-style1 .testi-author {
  font-weight: 700;
  margin-bottom: 3px;
  transition: all 0.5s ease;
}
.testi-style1 .testi-author a {
  color: var(--white-color);
  transition: all 0.5s ease;
}
.testi-style1 .testi-degi {
  font-size: 14px;
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.testi-style1:hover {
  background-color: var(--theme-color);
}
.testi-style1:hover .star-rating i {
  color: var(--white-color);
}
.testi-style1:hover .testi-image {
  border-color: var(--title-color);
}
.testi-style1:hover .testi-degi,
.testi-style1:hover .testi-text,
.testi-style1:hover .testi-title,
.testi-style1:hover .testi-author a {
  color: var(--title-color);
}
.testi-style1:hover .testi-icon {
  background-color: var(--secondary-color);
}

.testimonial-layout2 .author-inner {
  display: flex;
  align-items: center;
}
.testimonial-layout2 .testi-top {
  display: block;
  margin-bottom: 15px;
}
.testimonial-layout2 .testi-items {
  background-color: var(--body-color);
  position: relative;
  border-radius: 20px;
  padding: 40px 30px 30px 30px;
}
.testimonial-layout2 .shep-btn {
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
}
.testimonial-layout2 .shep-btn svg path {
  fill: var(--body-bg) !important;
}
.testimonial-layout2 .testi-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.testimonial-layout2 .testi-title {
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.testimonial-layout2 .testi-image {
  max-width: 70px;
  border: 5px solid var(--secondary-color);
  border-radius: 50%;
  width: 100%;
  margin-right: 20px;
  transition: all 0.5s ease;
}
.testimonial-layout2 .testi-image img {
  border-radius: 50%;
  width: 100%;
}
.testimonial-layout2 .testi-text {
  font-family: var(--body-font);
  margin-bottom: 32px;
}
.testimonial-layout2 .testi-author {
  font-weight: 700;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}
.testimonial-layout2 .testi-author a {
  color: var(--white-color);
  transition: all 0.5s ease;
}
.testimonial-layout2 .testi-author a:hover {
  color: var(--secondary-color);
}
.testimonial-layout2 .testi-degi {
  font-size: 14px;
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.testimonial-layout2 .star-rating {
  margin-bottom: 10px;
}
.testimonial-layout2 .testi-arraw {
  position: absolute;
  bottom: -25px;
  right: 30px;
}
.testimonial-layout2 .testi-content {
  position: relative;
  z-index: 1;
}
.testimonial-layout2 .testi-btn {
  display: inline-flex;
}
.testimonial-layout2.style1 .testi-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
}
.testimonial-layout2.style1 .testi-items {
  padding: 120px 30px 140px 18px;
  background-color: var(--title-color);
  position: relative;
  border-radius: 0px 20px 20px 0;
}
.testimonial-layout2.style1 .testi-arraw {
  position: absolute;
  bottom: 19%;
  right: 30px;
}
.testimonial-layout2.style1 .testi-arraw .icon-btn {
  background-color: var(--body-color);
}
.testimonial-layout2.style1 .testi-arraw .icon-btn:not(:last-child) {
  margin-right: 5px;
}
.testimonial-layout2.style1 .testi-arraw .icon-btn:hover {
  background-color: var(--secondary-color);
}
.testimonial-layout2.style1 .testi-img {
  position: relative;
  height: 100%;
}
.testimonial-layout2.style1 .testi-img img {
  height: 100%;
}
.testimonial-layout2.style1 .testi-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 125%;
  height: 100%;
  max-height: 100%;
  z-index: -1;
  background-color: var(--title-color);
  border-radius: 20px 0 0px 20px;
}

.testi-arraw .icon-btn {
  color: var(--white-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: var(--title-color);
}
.testi-arraw .icon-btn:hover {
  background-color: var(--secondary-color);
}

@media (max-width: 1299px) {
  .testimonial-layout2.style1 .testi-items .title-area {
    margin-bottom: 30px;
  }
  .testimonial-layout2.style1 .testi-items .sec-title {
    font-size: 32px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .testimonial-layout2.style1 .testi-items {
    padding: 120px 30px 100px 30px;
  }
  .testimonial-layout2.style1 .team-items {
    padding: 120px 30px 100px 30px;
  }
  .testi-wraper {
    max-height: 663px;
    overflow: hidden;
    border-radius: 20px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .testimonial-layout2.style1 .testi-img::before {
    display: none;
  }
  .testimonial-layout2.style1 .team-items {
    padding: 120px 30px 100px 30px;
  }
  .testimonial-layout2.style1 .testi-img {
    margin-bottom: 60px;
  }
  .testimonial-layout2.style1 .testi-img img {
    width: 100%;
  }
  .testimonial-layout2.style1 .testi-arraw {
    bottom: 30px;
  }
  .testimonial-layout2.style1 .testi-wraper {
    max-height: 100%;
    overflow: initial;
  }
  .testimonial-layout2.style1 .testi-wraper .testi-img img {
    aspect-ratio: initial;
  }
  .testimonial-layout2.style1 .testi-items {
    border-radius: 20px;
  }
}
@media (max-width: 399px) {
  .testimonial-layout2.style1 .testi-items {
    padding: 140px 30px 100px 30px;
  }
}
/*------------------- 4.23.Brand -------------------*/
.brand-style1 {
  padding: 80px 90px;
  border-radius: 20px;
  transform: translateY(-43%);
}
.brand-style1 .slick-current .brand-item img {
  filter: invert(60%) sepia(100%) saturate(400%) hue-rotate(90deg) brightness(95%) contrast(105%);
}

.brand-item {
  background-color: var(--title-color);
  padding: 35px 40px;
  border-radius: 20px;
  height: auto;
  max-width: 240px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.brand-item img {
  transition: all 0.5s ease;
}
.brand-item:hover img {
  filter: invert(60%) sepia(100%) saturate(400%) hue-rotate(90deg) brightness(95%) contrast(105%);
}

.brand-style2 .brand-item {
  border: 1px solid transparent;
  background-color: var(--body-color);
  transition: all 0.5s ease;
}
.brand-style2 .brand-item:hover {
  border-color: var(--theme-color);
}
.brand-style2 .slick-current .brand-item {
  border-color: var(--theme-color);
}
.brand-style2 .slick-current .brand-item img {
  filter: invert(60%) sepia(100%) saturate(400%) hue-rotate(90deg) brightness(95%) contrast(105%);
}

.brand-layout1 {
  padding: 85px 0;
  background-color: var(--title-color);
  border: 1px solid transparent;
}
.brand-layout1 .brand-item {
  background-color: var(--title-color);
  padding: 0;
  border-radius: 20px;
  height: auto;
  width: 100%;
  text-align: center;
}
.brand-layout1 .slick-current .brand-item {
  border-color: var(--theme-color);
}
.brand-layout1 .slick-current .brand-item img {
  filter: invert(60%) sepia(100%) saturate(400%) hue-rotate(90deg) brightness(95%) contrast(105%);
}

.brand-layout3 .brand-item {
  border: 1px solid transparent;
  background-color: var(--title-color);
}
.brand-layout3 .slick-current .brand-item {
  border-color: var(--theme-color);
}
.brand-layout3 .slick-current .brand-item img {
  filter: invert(60%) sepia(100%) saturate(400%) hue-rotate(90deg) brightness(95%) contrast(105%);
}

/* Medium devices */
@media (max-width: 991px) {
  .brand-style1 {
    transform: translateY(-30%);
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .brand-item {
    padding: 20px;
    margin: 0 auto;
  }
  .brand-style1 {
    padding: 80px 30px;
  }
  .brand-style1 .brand-item img {
    max-width: 70px;
  }
}
/*------------------- 4.24.video -------------------*/
.video-layout1.video-space {
  padding-bottom: 390px;
}
.video-layout1.video-space2 {
  padding-top: 400px;
}
.video-layout1 .title-area {
  margin-bottom: 40px;
}
.video-layout1 .video-body {
  text-align: center;
}
.video-layout1 .icon-btn {
  font-size: 40px;
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(62, 201, 100, 0.2784313725);
}
.video-layout1 .icon-btn i {
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.video-layout1 .icon-btn:not(:last-child) {
  margin-right: 20px;
}
.video-layout1 .icon-btn:hover {
  background-color: var(--theme-color);
}
.video-layout1 .icon-btn:hover i {
  color: var(--title-color);
}
.video-layout1 .btn-group {
  margin-bottom: 40px;
}
.video-layout1 .video-text {
  margin-bottom: 35px;
}

.video-style1 {
  padding: 180px 0px;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  max-width: 1320px;
  z-index: 1;
  transform: translateY(120px);
}
.video-style1 .title-area {
  margin-bottom: 0;
}
.video-style1 .sec-title {
  max-width: 25ch;
  text-align: center;
  margin: 0 auto;
}
.video-style1 .shep-btn {
  position: absolute;
  right: -1px;
  top: -1px;
}
.video-style1 .shep-btn svg path {
  fill: var(--body-bg) !important;
}
.video-style1 .video-area {
  position: absolute;
  right: 0;
  top: 0;
}
.video-style1 .video-area .play-btn::after, .video-style1 .video-area .play-btn::before {
  display: none;
}
.video-style1 .video-area .play-btn i {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 35px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .video-layout1 .cta-style1 {
    margin-top: 120px;
    position: relative;
    transform: unset;
  }
  .video-layout1.video-space {
    padding-bottom: 120px;
  }
  .video-layout1.video-space2 {
    padding-top: 120px;
  }
  .team-layout1 .video-style1 {
    margin-top: 120px;
    position: relative;
    transform: unset;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .video-body .btn-group {
    display: block;
  }
  .video-body .btn-group .icon-btn {
    margin-bottom: 10px;
  }
  .video-layout1.video-space {
    padding-bottom: 80px;
  }
  .video-layout1 .cta-style1 {
    margin-top: 80px;
  }
  .video-layout1 .icon-btn:not(:last-child) {
    margin-right: 2px;
  }
}
/*------------------- 4.00. Simple Sections  -------------------*/
.social-style1 a {
  color: var(--title-color);
  font-size: 14px;
  margin-right: 10px;
}
.social-style1 a:hover {
  color: var(--theme-color2);
}
.social-style1 a:last-child {
  margin-right: 0;
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--body-bg);
  color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 2;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--body-bg);
  width: 450px;
  margin-left: auto;
  padding: 40px 30px 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content .footer-logo {
  margin-bottom: 30px;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.offcanvas-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.offcanvas-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.offcanvas-wrapper .closeButton i {
  line-height: inherit;
}
.offcanvas-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--theme-color);
}
.offcanvas-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.offcanvas-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}
.offcanvas-wrapper .footer-text {
  max-width: 100%;
}
.offcanvas-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.offcanvas-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*=================================
    05. Spacing
==================================*/
.pb-30 {
  padding-bottom: 30px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pt-30 {
  padding-top: 30px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.space,
.space-top {
  padding-top: 80px;
  padding-bottom: 30px;
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}




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



/*!
 * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Pro");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-duotone,.fa-light,.fa-regular,.fa-sharp,.fa-sharp-duotone,.fa-sharp-solid,.fa-solid,.fa-thin,.fab,.fad,.fal,.far,.fas,.fasds,.fasl,.fasr,.fass,.fast,.fat{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-light,.fa-regular,.fa-solid,.fa-thin,.fal,.far,.fas,.fat{font-family:"Font Awesome 6 Pro"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-classic.fa-duotone,.fa-duotone,.fad{font-family:"Font Awesome 6 Duotone"}.fa-sharp-duotone,.fasds{font-family:"Font Awesome 6 Sharp Duotone";font-weight:900}.fa-sharp,.fasl,.fasr,.fass,.fast{font-family:"Font Awesome 6 Sharp"}.fa-sharp,.fass{font-weight:900}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-name:fa-beat-fade;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-name:fa-spin;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}


:host,:root{--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../fonts/fa-light-300.woff2) format("woff2"),url(../fonts/fa-light-300.ttf) format("truetype")}.fa-light,.fal{font-weight:300}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}:host,:root{--fa-style-family-classic:"Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:100;font-display:block;src:url(../fonts/fa-thin-100.woff2) format("woff2"),url(../fonts/fa-thin-100.ttf) format("truetype")}.fa-thin,.fat{font-weight:100}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:900;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:400;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Pro";font-display:block;font-weight:300;src:url(../fonts/fa-light-300.woff2) format("woff2"),url(../fonts/fa-light-300.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Duotone";font-display:block;font-weight:900;src:url(../fonts/fa-duotone-900.woff2) format("woff2"),url(../fonts/fa-duotone-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-solid-900.woff2) format("woff2"),url(../fonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-brands-400.woff2) format("woff2"),url(../fonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-regular-400.woff2) format("woff2"),url(../fonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../fonts/fa-v4compatibility.woff2) format("woff2"),url(../fonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}


.ls-container{visibility:hidden;position:relative}.ls-inner{height:100%;background-position:50%;z-index:30}.ls-inner,.ls-wp-fullwidth-container{position:relative;width:100%}.ls-wp-fullwidth-helper{position:absolute}.ls-background-videos,.ls-bg-video-overlay,.ls-layers,.ls-slide-backgrounds,.ls-slide-effects{width:100%;height:100%;position:absolute;left:0;top:0;overflow:hidden;transform:translateZ(0)}.ls-wrapper{padding:0!important;visibility:visible!important;border:0!important;z-index:1}.ls-background-videos{z-index:1}.ls-bg-video-overlay{z-index:21;background-repeat:repeat;background-position:50%}.ls-slide-backgrounds{z-index:2}.ls-slide-effects{z-index:4}.ls-layers{z-index:35}.ls-in-out,.ls-parallax,.ls-z{position:absolute!important}.ls-parallax,.ls-z{width:0!important;height:0!important;top:0!important;left:0!important;bottom:auto!important;right:auto!important;display:block!important;overflow:visible!important}.ls-in-out{display:none}.ls-clip,.ls-loop{position:absolute!important;display:block!important}.ls-in-out,.ls-loop,.ls-parallax,.ls-z{background:none!important}.ls-bg-wrap,.ls-loop,.ls-parallax{margin:0!important}.ls-wrapper>.ls-layer,.ls-wrapper>a>.ls-layer .ls-wrapper>.ls-bg{line-height:normal;white-space:nowrap;word-wrap:normal;margin-right:0!important;margin-bottom:0!important}.ls-wrapper>.ls-layer,.ls-wrapper>a>.ls-layer{position:static!important;display:block!important;transform:translateZ(1px)}.ls-bg-outer,.ls-bg-wrap{width:100%;height:100%;position:absolute;left:0;top:0}.ls-bg-wrap{display:none}.ls-bg-outer{overflow:hidden!important}.ls-wrapper>a.ls-layer-link{cursor:pointer!important;display:block!important;position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;z-index:10;transform:translateZ(100px);background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH15BAEAAAAALAAAAAABAAEAAAIBRAA7)!important}.ls-gui-element{z-index:40;text-decoration:none!important}.ls-loading-container{position:absolute!important;display:none;left:50%!important;top:50%!important}.ls-loading-indicator{margin:0 auto}.ls-media-unmute{visibility:hidden;position:absolute;left:16px;top:16px;width:30px;height:30px;cursor:pointer;opacity:.65}.ls-media-unmute-active{visibility:visible}.ls-media-unmute-bg{position:absolute;left:0;top:0;right:0;bottom:0;border-radius:30px;border:0 solid #fff;transform:scale(.1);background:rgba(0,0,0,.25);box-shadow:0 3px 10px rgba(0,0,0,.2)}.ls-icon-muted,.ls-icon-unmuted{position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-position:50%;background-size:20px;transform:scale(.1)}.ls-media-unmute-active .ls-media-unmute-bg{border:2px solid #fff}.ls-media-unmute-active .ls-icon-muted,.ls-media-unmute-active .ls-icon-unmuted,.ls-media-unmute-active .ls-media-unmute-bg{transform:scale(1)!important}.ls-icon-muted{background-image:url(../img/icon-muted-white.png);opacity:1}.ls-icon-unmuted{background-image:url(../img/icon-unmuted-white.png);opacity:0}.ls-media-unmute:hover{opacity:1}.ls-media-unmute:hover .ls-icon-muted{opacity:0}.ls-media-unmute:hover .ls-icon-unmuted{opacity:1}.ls-icon-muted,.ls-icon-unmuted,.ls-media-unmute,.ls-media-unmute-bg{transition:all .3s ease-in-out!important}.ls-bottom-slidebuttons{text-align:left}.ls-below-thumbnails,.ls-bottom-nav-wrapper{height:0;position:relative;text-align:center;margin:0 auto}.ls-below-thumbnails{display:none}.ls-bottom-nav-wrapper a,.ls-nav-next,.ls-nav-prev{outline:none}.ls-bottom-slidebuttons,.ls-nav-sides,.ls-nav-start,.ls-nav-stop{position:relative}.ls-nothumb{text-align:center!important}.ls-link,.ls-link:hover{position:absolute!important;width:100%!important;height:100%!important;left:0!important;top:0!important}.ls-link{display:none}.ls-link-on-top{z-index:999999!important}.ls-link,.ls-wrapper>a>*{background-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH15BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ls-bottom-nav-wrapper,.ls-nav-next,.ls-nav-prev,.ls-thumbnail-wrapper{visibility:hidden}.ls-bar-timer{position:absolute;width:0;height:2px;background:#fff;border-bottom:2px solid #555;opacity:.55;top:0}.ls-circle-timer{width:16px;height:16px;position:absolute;right:10px;top:10px;opacity:.65;display:none}.ls-container .ls-circle-timer,.ls-container .ls-circle-timer *{box-sizing:border-box!important}.ls-ct-half{border:4px solid #fff}.ls-ct-left,.ls-ct-right{width:50%;height:100%;overflow:hidden;position:absolute}.ls-ct-left{left:0}.ls-ct-right{left:50%}.ls-ct-rotate{width:200%;height:100%;position:absolute;top:0}.ls-ct-left .ls-ct-rotate,.ls-ct-right .ls-ct-half,.ls-ct-right .ls-ct-hider{left:0}.ls-ct-left .ls-ct-half,.ls-ct-left .ls-ct-hider,.ls-ct-right .ls-ct-rotate{right:0}.ls-ct-half,.ls-ct-hider{position:absolute;top:0}.ls-ct-hider{width:50%;height:100%;overflow:hidden}.ls-ct-half{width:200%;height:100%}.ls-ct-center{width:100%;height:100%;left:0;top:0;position:absolute;border:4px solid #000;opacity:.2}.ls-ct-center,.ls-ct-half{border-radius:100px;-moz-border-radius:100px;-webkit-border-radius:100px}.ls-slidebar-container{margin:10px auto}.ls-slidebar,.ls-slidebar-container{position:relative}.ls-progressbar,.ls-slidebar-slider-container{position:absolute;left:0;top:0}.ls-progressbar{width:0;height:100%;z-index:1}.ls-slidebar-slider-container{z-index:2}.ls-slidebar-slider{position:static!important;cursor:pointer}.ls-slidebar{height:10px;background-color:#ddd}.ls-progressbar,.ls-slidebar{border-radius:10px}.ls-progressbar{background-color:#bbb}.ls-slidebar-slider-container{top:50%}.ls-slidebar-slider{width:20px;height:20px;border-radius:20px;background-color:#999}.ls-slidebar-light .ls-slidebar{height:8px;background-color:#fff;border:1px solid #ddd;border-top:1px solid #ccc}.ls-slidebar-light .ls-progressbar,.ls-slidebar-light .ls-slidebar{border-radius:10px}.ls-slidebar-light .ls-progressbar{background-color:#eee}.ls-slidebar-light .ls-slidebar-slider-container{top:50%}.ls-slidebar-light .ls-slidebar-slider{width:18px;height:18px;border-radius:20px;background-color:#eee;border:1px solid #bbb;border-top:1px solid #ccc;border-bottom:1px solid #999}.ls-tn{display:none!important}.ls-thumbnail-hover{display:none;position:absolute;left:0}.ls-thumbnail-hover-inner{display:none}.ls-thumbnail-hover-bg,.ls-thumbnail-hover-inner{width:100%;height:100%;position:absolute;left:0;top:0}.ls-thumbnail-hover-img{position:absolute;overflow:hidden}.ls-thumbnail-hover img{max-width:none!important;position:absolute;display:inline-block;visibility:visible!important;left:50%;top:0}.ls-thumbnail-hover span{left:50%;top:100%;width:0;height:0;display:block;position:absolute;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.ls-thumbnail-wrapper{width:100%}.ls-thumbnail,.ls-thumbnail-wrapper{position:relative;margin:0 auto}.ls-thumbnail-inner,.ls-thumbnail-slide-container{width:100%}.ls-thumbnail-slide-container{overflow:hidden!important;position:relative}.ls-thumbnail-slide{text-align:center;white-space:nowrap;float:left;position:relative}.ls-thumbnail-slide a{overflow:hidden;display:inline-block;width:0;height:0;position:relative}.ls-thumbnail-slide img{max-width:none!important;max-height:100%!important;height:100%;visibility:visible!important}.ls-touchscroll{overflow-x:auto!important}.ls-shadow{display:none;position:absolute;z-index:10!important;top:100%;width:100%;left:0;overflow:hidden!important;visibility:hidden}.ls-shadow img{width:100%!important;height:auto!important;position:absolute!important;left:0!important;bottom:0!important}.ls-media-layer{overflow:hidden}.ls-videopreview,.ls-vpcontainer{width:100%;height:100%;position:absolute;left:0;top:0;cursor:pointer}.ls-videopreview{background-size:cover;background-position:50%;z-index:1}.ls-playvideo{position:absolute;left:50%;top:50%;cursor:pointer;z-index:2}.ls-autoplay .ls-playvideo,.ls-forcehide{display:none!important}.ls-yourlogo{position:absolute;z-index:50}.ls-slide-transition-wrapper{width:100%;height:100%;position:absolute;left:0;top:0;z-index:3}.ls-slide-transition-wrapper,.ls-slide-transition-wrapper *{text-align:left!important}.ls-slide-transition-tile{position:relative;float:left}.ls-slide-transition-tile img{visibility:visible;margin:0!important}.ls-curtiles{overflow:hidden}.ls-curtiles,.ls-nexttiles{position:absolute;width:100%;height:100%;left:0;top:0}.ls-curtile,.ls-nexttile{overflow:hidden;width:100%!important;height:100%!important;transform:translateZ(0)}.ls-nexttile{display:none}.ls-3d-container{position:relative;overflow:visible!important;-ms-perspective:none!important;perspective:none!important}.ls-3d-box,.ls-3d-box div{position:absolute}.ls-3d-box div{overflow:hidden;margin:0;padding:0;background-color:#888}.ls-3d-box .ls-3d-bottom,.ls-3d-box .ls-3d-top{background-color:#555}.ls-slide-transition-tile,.ls-slide-transition-wrapper{-ms-perspective:1500px;perspective:1500px}.ls-3d-box,.ls-curtiles,.ls-nexttiles,.ls-slide-transition-tile{transform-style:preserve-3d}.ls-3d-box,.ls-3d-box div,.ls-curtile,.ls-nexttile{backface-visibility:hidden}.ls-fullsize:not(.ls-hidden),.ls-fullwidth:not(.ls-hidden){max-width:100%}.ls-visible{overflow:visible!important}.ls-unselectable{user-select:none;-o-user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none}.ls-overflow-hidden{overflow:hidden}.ls-overflowx-hidden{overflow-x:hidden}.ls-overflow-visible{overflow:visible!important}.ls-overflowy-hidden{overflow-y:hidden}.ls-hidden{width:0!important;height:0!important;position:absolute;left:-5000px;top:-5000px;z-index:-1;overflow:hidden!important}.ls-hidden,.ls-slide{visibility:hidden!important;display:block!important}.ls-slide{position:absolute!important;overflow:hidden;top:0!important;left:0!important;bottom:auto!important;right:auto!important;background:none;border:none!important;margin:0!important;padding:0!important}.ls-slide>.ls-bg,.ls-slide>.ls-l,.ls-slide>.ls-layer,.ls-slide>a>.ls-bg,.ls-slide>a>.ls-l,.ls-slide>a>.ls-layer{position:absolute!important;white-space:nowrap}.ls-fullscreen{margin:0!important;padding:0!important;width:auto!important;height:auto!important}.ls-fullscreen .ls-container{background-color:#000;margin:0 auto!important}.ls-fullscreen .ls-fullscreen-wrapper{width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;background-color:#000;overflow:hidden!important;position:relative!important}.ls-fullscreen .ls-fullscreen-wrapper .ls-container,.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.ls-layer .split-item{font-weight:inherit!important;font-family:inherit!important;font-size:inherit;color:inherit}#ls-global .ls-bottom-nav-wrapper a,#ls-global .ls-container .ls-fullscreen,#ls-global .ls-container img,#ls-global .ls-nav-next,#ls-global .ls-nav-prev,#ls-global .ls-thumbnail a,html body .ls-bottom-nav-wrapper a,html body .ls-container .ls-fullscreen,html body .ls-container img,html body .ls-nav-next,html body .ls-nav-prev,html body .ls-thumbnail a{transition:none;-ms-transition:none;-webkit-transition:none;line-height:normal;outline:none;padding:0;border:0}#ls-global .ls-slide .ls-layer,#ls-global .ls-slide a .ls-layer,#ls-global .ls-wrapper .ls-bg,#ls-global .ls-wrapper .ls-layer,#ls-global .ls-wrapper>a,#ls-global .ls-wrapper>div,#ls-global .ls-wrapper>h1,#ls-global .ls-wrapper>h12,#ls-global .ls-wrapper>h13,#ls-global .ls-wrapper>h14,#ls-global .ls-wrapper>h15,#ls-global .ls-wrapper>img,#ls-global .ls-wrapper>p,#ls-global .ls-wrapper>span,html body .ls-slide .ls-layer,html body .ls-slide a .ls-layer,html body .ls-wrapper .ls-bg,html body .ls-wrapper .ls-layer,html body .ls-wrapper>a,html body .ls-wrapper>div,html body .ls-wrapper>h1,html body .ls-wrapper>h12,html body .ls-wrapper>h13,html body .ls-wrapper>h14,html body .ls-wrapper>h15,html body .ls-wrapper>img,html body .ls-wrapper>p,html body .ls-wrapper>span{transition:none;-ms-transition:none;-webkit-transition:none;line-height:normal;outline:none;padding:0;margin:0;border-width:0}#ls-global .ls-container img,html body .ls-container img{background:none!important;min-width:0!important;max-width:none!important;border-radius:0;box-shadow:none;border:0;padding:0}#ls-global .ls-wp-container .ls-wrapper>a>*,html body .ls-wp-container .ls-wrapper>a>*{margin:0}#ls-global .ls-wp-container .ls-wrapper>a,html body .ls-wp-container .ls-wrapper>a{text-decoration:none}.ls-container,.ls-gui-element,.ls-gui-element *,.ls-layer,.ls-slide,.ls-slide>*,.ls-wp-fullwidth-container,.ls-wp-fullwidth-helper,.ls-wrapper{box-sizing:content-box!important}#ls-global .ls-yourlogo,html body .ls-yourlogo{margin:0}#ls-global .ls-tn,html body .ls-tn{display:none}.ls-bottom-nav-wrapper,.ls-bottom-nav-wrapper a,.ls-bottom-nav-wrapper span{line-height:0;font-size:0}#ls-global .ls-container video,html body .ls-container video{max-width:none!important;object-fit:cover!important}#ls-global .ls-container.ls-wp-container,#ls-global .ls-fullscreen-wrapper,html body .ls-container.ls-wp-container,html body .ls-fullscreen-wrapper{max-width:none}#ls-global .ls-container,#ls-global .ls-container .ls-bottom-nav-wrapper,#ls-global .ls-container .ls-bottom-nav-wrapper *,#ls-global .ls-container .ls-bottom-nav-wrapper span *,#ls-global .ls-container .ls-slide-transition-wrapper,#ls-global .ls-container .ls-slide-transition-wrapper *,#ls-global .ls-direction-fix,html body .ls-container,html body .ls-container .ls-bottom-nav-wrapper,html body .ls-container .ls-bottom-nav-wrapper *,html body .ls-container .ls-bottom-nav-wrapper span *,html body .ls-container .ls-slide-transition-wrapper,html body .ls-container .ls-slide-transition-wrapper *,html body .ls-direction-fix{direction:ltr!important}#ls-global .ls-container,html body .ls-container{float:none!important}.ls-slider-notification{position:relative;margin:10px auto;padding:10px 10px 15px 88px;border-radius:5px;min-height:60px;background:#de4528;color:#fff!important;font-family:Open Sans,arial,sans-serif!important}.ls-slider-notification a{color:#fff!important;text-decoration:underline!important}.ls-slider-notification-logo{position:absolute;top:16px;left:17px;width:56px;height:56px;font-size:49px;line-height:53px;border-radius:56px;background-color:#fff;color:#de4528;font-style:normal;font-weight:800;text-align:center}.ls-slider-notification strong{color:#fff!important;display:block;font-size:20px;line-height:26px;font-weight:400!important}.ls-slider-notification span{display:block;font-size:13px;line-height:16px;text-align:justify!important}@media screen and (max-width:767px){.ls-container .ls-background-videos .ls-hide-on-phone audio,.ls-container .ls-background-videos .ls-hide-on-phone iframe,.ls-container .ls-background-videos .ls-hide-on-phone video,.ls-container .ls-layers>.ls-hide-on-phone{display:none!important}}@media screen and (min-width:768px) and (max-width:1024px){.ls-container .ls-background-videos .ls-hide-on-tablet audio,.ls-container .ls-background-videos .ls-hide-on-tablet iframe,.ls-container .ls-background-videos .ls-hide-on-tablet video,.ls-container .ls-layers>.ls-hide-on-tablet{display:none!important}}@media screen and (min-width:1025px){.ls-container .ls-background-videos .ls-hide-on-desktop audio,.ls-container .ls-background-videos .ls-hide-on-desktop iframe,.ls-container .ls-background-videos .ls-hide-on-desktop video,.ls-container .ls-layers>.ls-hide-on-desktop{display:none!important}}.ls-container .ls-background-videos .ls-vpcontainer{z-index:10}.ls-container .ls-background-videos .ls-videopreview{background-size:cover!important}.ls-container .ls-background-videos audio,.ls-container .ls-background-videos iframe,.ls-container .ls-background-videos video{position:relative;z-index:20}@media (-ms-transform-3d),(-webkit-transform-3d),(transform-3d){#ls-test3d{position:absolute;left:9px;height:3px}}[data-ls-animating-in],[data-ls-animating-out]{will-change:transform,opacity}.ls-loop{will-change:transform}


.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:1043;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:"";display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:"";position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media (max-width:900px){.mfp-arrow{transform:scale(.75)}.mfp-arrow-left{transform-origin:0}.mfp-arrow-right{transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}

.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(.75) translateY(-21px);transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:1}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}

.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*
Template Name: WEEPN
Template URL: https://html.vecurosoft.com/ WEEPN
Description:WEEPN - Safe Browsing & Internet Access Template
Author: Vecuro
Author URI: https://themeforest.net/user/vecuro_themes
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*
01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.10. About
    4.00. Simple Sections
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Products
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------
:root {
  --body-bg: #0E192D;
  --theme-color: #3EC964;
  --theme-color2: #025FCA;
  --secondary-color: #FFA41C;
  --body-color: #1C326C;
  --title-color: #1B2841;
  --smoke-color: #425783;
  --light-color: #f8f9fa;
  --black-color: #000000;
  --white-color: #ffffff;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #2B8CFF;
  --title-font: "Inter", sans-serif;
  --body-font: "Fira Sans", sans-serif;
  --icon-font: "Font Awesome 5 Pro";
  --main-container: 1320px;
  --container-style1: 1680px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}
*/
/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: auto !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  background-color: var(--body-bg);
  line-height: 28px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 15px 0;
  color: var(--white-color);
  line-height: 160%;
  font-family: var(--title-font);
}

h1 a,
h12 a,
h13 a,
h14 a,
h15 a,
h16 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h12,
h12,
.h13,
h13,
.h14,
h14,
.h15,
h15,
.h16,
h16 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 600;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 116%;
}

.h12,
h12 {
  font-size: 48px;
}

.h13,
h13 {
  font-size: 40px;
}

.h14,
h14 {
  font-size: 30px;
}

.h15,
h15 {
  font-size: 24px;
  line-height: 140%;
}

.h16,
h16 {
  font-size: 20px;
}

/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h12,
  h12 {
    font-size: 36px;
  }
  .h13,
  h13 {
    font-size: 30px;
  }
  .h14,
  h14 {
    font-size: 24px;
  }
  .h15,
  h15 {
    font-size: 20px;
  }
  .h16,
  h16 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 36px;
  }
  .h12,
  h12 {
    font-size: 30px;
  }
  .h13,
  h13 {
    font-size: 26px;
  }
  .h14,
  h14 {
    font-size: 22px;
  }
  .h15,
  h15 {
    font-size: 18px;
  }
  .h16,
  h16 {
    font-size: 16px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*------------------- 1.7. Wordpress Default -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
.container-style1 {
  max-width: calc(var(--container-style1) + var(--container-gutters));
  padding-left: calc(var(--container-gutters) / 2);
  padding-right: calc(var(--container-gutters) / 2);
  margin: 0 auto;
}

@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
@media (min-width: 767px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}
.gy-gx {
  --bs-gutter-y: var(--bs-gutter-x);
}

.gy-30 {
  --bs-gutter-y: 30px;
}

@media (min-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 45px 0 30px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--body-bg);
  font-size: 14px;
  width: 100%;
  border-radius: 0px;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  background-color: var(--body-bg);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0px;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}/*
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 4px;
  background-color: var(--body-bg);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
}*/


input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
/*input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -3px;
  width: 20px;
  height: 20px;
  padding-left: 0.5px;
  font-size: 0.4em;
  line-height: 18.95px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--body-bg);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}*/

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: #616669;
  font-family: var(--body-font);
  font-size: 16px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  position: absolute;
  right: calc(var(--bs-gutter-x) / 2 + 30px);
  top: 17px;
  font-size: 16px;
  color: #A0ABB4;
}
.form-group.has-label > i {
  top: 48px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
  margin: 0;
  padding: 10px 15px;
  margin-top: 15px;
  border-radius: 4px;
}
.form-messages > pre:last-child {
  margin-bottom: 0;
}
.form-messages > pre:first-of-type {
  margin-top: 0;
}
.form-messages.success {
  background-color: var(--success-color);
  color: var(--white-color);
  display: block;
}
.form-messages.error {
  background-color: var(--error-color);
  color: var(--white-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
/*.row > .slick-list {
  padding-left: 0;
  padding-right: 0;
}*/

.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0 0;
  line-height: 0;
  text-align: center;
  height: max-content;
  line-height: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 7px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
/*
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: transparent;
  width: 70px;
  height: 4px;
  line-height: 3px;
  border: none;
  background-color: #CACACA;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover,
.slick-dots .slick-active button {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.slick-arrow {
  display: inline-block;
  padding: 0;
  position: absolute;
  background-color: var(--theme-color);
  top: 50%;
  border: none;
  left: var(--pos-x, -150px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: var(--icon-font-size, 24px);
  margin-top: calc(var(--icon-size, 120px) / -2);
  z-index: 2;
  border-radius: 50%;
  color: var(--title-color);
  border: 1px solid var(--theme-color);
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -150px);
  left: auto;
}/*
.slick-arrow:hover {
  background-color: var(--secondary-color);
  border-color: transparent;
}


.arrow-margin .slick-arrow {
  top: calc(50% - 30px);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}*/

/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --arrow-horizontal: -20px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --arrow-horizontal: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-arrow {
    --icon-size: 40px;
    margin-right: 40px;
  }
  .slick-arrow.slick-next {
    margin-right: 0;
    margin-left: 40px;
  }
  .slick-dots {
    margin: 8px 0 38px 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.vs-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.vs-menu-wrapper .mobile-logo {
  padding-bottom: 0;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--body-bg);
}
.vs-menu-wrapper .mobile-logo a img {
  max-width: 160px;
}
.vs-menu-wrapper .vs-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.vs-menu-wrapper .vs-menu-toggle:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.vs-menu-wrapper .vs-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--body-bg);
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.vs-menu-wrapper.vs-body-visible {
  opacity: 1;
  visibility: visible;
}
.vs-menu-wrapper.vs-body-visible .vs-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.vs-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.vs-mobile-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(242, 0, 58, 0.2);
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.vs-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
}
.vs-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.vs-mobile-menu ul li {
  border-bottom: 1px solid rgba(233, 236, 239, 0.1098039216);
  list-style-type: none;
}
.vs-mobile-menu ul li li:first-child {
  border-top: 1px solid var(--border-color);
}
.vs-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  font-weight: 700;
}
.vs-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: relative;
  left: 0;
  top: 0;
  margin-right: 10px;
  display: inline-block;
}
.vs-mobile-menu ul li.vs-active > a {
  color: var(--theme-color);
}
.vs-mobile-menu ul li.vs-active > a:before {
  transform: rotate(90deg);
}
.vs-mobile-menu ul li ul li {
  padding-left: 20px;
}
.vs-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(242, 0, 58, 0.5);
  border-radius: 50%;
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:hover {
  background-color: var(--secondary-color);
}
.vs-mobile-menu ul .vs-item-has-children > a .vs-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.vs-mobile-menu ul .vs-item-has-children.vs-active > a .vs-mean-expand:before {
  content: "\f068";
}
.vs-mobile-menu > ul {
  padding: 0 40px;
}
.vs-mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.vs-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: var(--theme-color);
  color: var(--black-color);
  display: inline-block;
  border-radius: 0;
}
.vs-menu-toggle.style-text, .vs-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.vs-menu-toggle.style-text i, .vs-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.vs-menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .vs-menu-wrapper .vs-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .vs-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--body-bg);
}
.preloader .vs-btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 0;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid;
  border-color: var(--theme-color) var(--theme-color) transparent transparent;
  box-sizing: border-box;
  animation: rotationloader 1.5s linear infinite;
}
.loader::after, .loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px solid;
  border-color: transparent transparent #bfe603 #bfe603;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBackloader 0.7s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 94px;
  height: 94px;
  border-color: var(--theme-color) var(--theme-color) transparent transparent;
  animation: rotationloader 2s linear infinite;
}

@keyframes rotationloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBackloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*------------------- 3.2. Buttons ------------------
.vs-btn {
  display: inline-block;
  border: none;
  text-align: center;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--title-font);
  background-color: var(--theme-color);
  color: var(--title-color);
  line-height: 1;
  padding: 19px 30px;
  border-radius: 9999px;
}
.vs-btn:hover {
  background-color: var(--secondary-color);
}

.icon-btn {
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  background-color: var(--theme-color);
  border: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--title-color);
  border-radius: 6px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
.icon-btn:hover {
  color: var(--title-color);
  background-color: var(--secondary-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 120px);
  height: var(--icon-size, 120px);
  line-height: var(--icon-size, 120px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-color);
  font-size: 40px;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover:after, .play-btn:hover::before,
.play-btn:hover i {
  background-color: var(--secondary-color);
}

.link-btn {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  transition: all ease 0.3s;
}
.link-btn i {
  margin-right: 7px;
}
.link-btn:hover {
  color: var(--theme-color);
}

.scroll-btn {
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 94;
  opacity: 0;
  visibility: hidden;
  display: inline-block;
  border-radius: 50%;-*/
  /* Small devices */
}
.scroll-btn i {
  display: inline-block;
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  z-index: 2;
  border-radius: inherit;
  position: relative;
  transition: all ease 0.8s;
}
.scroll-btn:before {
  content: "";
  position: absolute;
  left: var(--extra-shape, -6px);
  top: var(--extra-shape, -6px);
  right: var(--extra-shape, -6px);
  bottom: var(--extra-shape, -6px);
  background-color: var(--body-bg);
  border-radius: inherit;
  z-index: 1;
  transition: all ease 0.4s;
}
.scroll-btn:focus i, .scroll-btn:hover i {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.scroll-btn.show {
  bottom: 120px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .scroll-btn {
    --btn-size: 40px;
    --extra-shape: -4px;
    right: 15px;
    bottom: 50px;
  }
  .scroll-btn.show {
    bottom: 15px;
  }
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 500px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
  z-index: 96;
}
.scrollToTop.show {
  bottom: 60px;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
  .play-btn i {
    font-size: 22px;
  }
  .scrollToTop {
    right: 20px;
  }
  .scrollToTop.show {
    bottom: 20px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.title-img {
  margin-bottom: 10px;
}

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

.sec-title {
  color: var(--white-color);
  font-weight: 700;
}

.sec-subtitle {
  font-size: 20px;
  line-height: 150%;
  font-family: var(--title-font);
  color: var(--secondary-color);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
}
.sec-subtitle::before {
  content: "\f2f7";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: var(--theme-color);
}
.sec-subtitle::after {
  content: "\f2f7";
  font-family: "Font Awesome 6 Pro";
  margin-left: 10px;
  color: var(--theme-color);
}

.sec-subtitle2 {
  font-size: 20px;
  line-height: 150%;
  font-family: var(--title-font);
  color: var(--secondary-color);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 15px;
}
.sec-subtitle2::before {
  content: "\f2f7";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  color: var(--theme-color);
}

.sec-text {
  font-family: var(--body-font);
}

/* Medium devices */
@media (max-width: 991px) {
  .title-arraw {
    display: none;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.image-scale-hover:hover img {
  transform: scale(1.2);
}

.shape-mockup {
  position: absolute;
  z-index: 0;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index {
  position: relative;
  z-index: 0;
}

.z-index1 {
  position: relative;
  z-index: 1;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--black-color);
  padding: 0.35em 0.55em;
  border-radius: 50%;
}

.list-style1 ul li {
  color: var(--white-color);
  position: relative;
  text-transform: capitalize;
  padding-left: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 160%;
}
.list-style1 ul li:not(:last-child) {
  margin-bottom: 10px;
}
.list-style1 ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.title-shep {
  position: relative;
}
.title-shep:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 40px;
  height: 4px;
  background-color: var(--theme-color);
  clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
}
.title-shep:after {
  content: "";
  position: absolute;
  left: 43px;
  bottom: 0px;
  width: 20px;
  height: 4px;
  background-color: var(--secondary-color);
  transform: skew(40deg);
}

.shep {
  position: absolute;
}

.vs-sort-bar {
  margin-bottom: 35px;
}
.vs-sort-bar select {
  height: 50px;
  border: 1px solid #eee;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: auto;
  padding: 0 45px 0 25px;
  font-size: 16px;
  margin: 0;
  background-position: right 22px center;
}
.vs-sort-bar label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 500;
  line-height: 1;
}
.vs-sort-bar p.woocommerce-result-count {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.vs-sort-bar p.woocommerce-result-count span {
  color: var(--white-color);
}
.vs-sort-bar .nice-select {
  width: 100%;
  min-width: 250px;
  padding-right: 50px;
  padding-left: 26px;
  height: 60px;
  line-height: 64px;
  border-radius: 6px;
  font-size: 16px;
  font-family: var(--title-font);
  border: 1px solid var(--vs-border-color4);
  color: var(--white-color);
  background-color: var(--title-color);
  /* Small devices */
}
.vs-sort-bar .nice-select .current {
  font-weight: 600;
}
.vs-sort-bar .nice-select .list {
  width: 100%;
  border-radius: 0;
  margin-top: 0px;
  border: 1px solid var(--vs-border-color4);
  box-shadow: none;
  z-index: 2;
  border-radius: 6px;
  background-color: var(--body-color);
}
.vs-sort-bar .nice-select::after {
  border-bottom: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
  height: 8px;
  margin-top: -4px;
  right: 25px;
  width: 8px;
}
@media (max-width: 767px) {
  .vs-sort-bar .nice-select {
    margin-left: auto;
    margin-right: auto;
  }
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: var(--theme-color);
}

@media (min-width: 1921px) {
  .d-hd-none {
    display: none !important;
  }
}
/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

/* Small devices */
@media (max-width: 767px) {
  .fs-20,
  .fs-md {
    font-size: 16px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-vs-light {
  background-color: var(--light-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-body {
  background-color: var(--body-color) !important;
}

.bg-body-bg {
  background-color: var(--body-bg) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.jump-reverse-img,
.jump-img,
.jump-reverse,
.jump {
  animation: jumpping var(--duration, 6s) infinite linear;
}

.jump-reverse-img,
.jump-img {
  --duration: 5s;
}

.jump-reverse-img,
.jump-reverse {
  --jump-y: -20px;
}

.rotate-reverse-img,
.rotate-img,
.rotate-reverse,
.rotate {
  animation: rotate var(--duration, 12s) infinite linear;
}

.rotate-reverse-img,
.rotate-img {
  --duration: 40s;
}

.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.rotate-reverse {
  --rotate-angle: -360deg;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.wow-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadein {
  --animation-name: fadein-custom;
}

.slideinup {
  --animation-name: slideinup;
}

.slideindown {
  --animation-name: slideindown;
}

.slideinleft {
  --animation-name: slideinleft;
}

.slideinright {
  --animation-name: slideinright;
}

.animated {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(var(--rotate-angle, 360deg));
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadein-custom {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes jumpping {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  40% {
    transform: translate3d(0, var(--jump-y, 20px), var(--jump-x, 0));
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_pages ul,
.widget_meta ul,
.widget_archive ul,
.widget_categories ul {
  padding: 0;
  margin: -0.4em 0 0 0;
  list-style: none;
}
.widget_nav_menu .children,
.widget_pages .children,
.widget_meta .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul {
  margin-bottom: -20px;
}
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_archive ul ul {
  margin-bottom: 0;
}
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_archive a {
  position: relative;
  color: #444444;
  padding-left: 15px;
  margin-bottom: 12px;
  display: block;
}
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.widget_archive a:before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: -1px;
  font-family: var(--icon-font);
}
.widget_meta a:after,
.widget_nav_menu a:after,
.widget_pages a:after,
.widget_archive a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}
.widget_meta a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover {
  color: var(--theme-color);
}
.widget_meta a:hover:after,
.widget_nav_menu a:hover:after,
.widget_pages a:hover:after,
.widget_archive a:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_archive li {
  display: block;
  position: relative;
}
.widget_meta li > span,
.widget_nav_menu li > span,
.widget_pages li > span,
.widget_archive li > span {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  background-color: var(--white-color);
  right: 5px;
  top: 5px;
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  transition: all ease 0.4s;
  border-radius: 50%;
}

.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories li:not(:last-child) {
  margin-bottom: 7px;
}
.widget_categories li:hover a {
  background-color: var(--theme-color);
  color: var(--title-color);
}
.widget_categories li:hover span {
  color: var(--theme-color);
  background-color: var(--title-color);
}
.widget_categories a {
  display: block;
  font-family: var(--body-font);
  color: var(--white-color);
  background-color: var(--body-color);
  font-size: 16px;
  padding: 22px 60px 22px 30px;
  font-weight: 600;
  line-height: 1;
  font-family: var(--title-font);
  border-radius: 9999px;
  transition: color ease 0.2s, background-color ease 0.4s;
}
.widget_categories li {
  display: block;
  position: relative;
}
.widget_categories li > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: var(--title-color);
  background-color: var(--theme-color);
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  text-align: center;
  position: absolute;
  transition: all ease 0.4s;
  border-radius: 50%;
}

.widget_meta a {
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
  display: block;
  padding-left: 0;
}
.widget_meta a:after, .widget_meta a:before {
  display: none;
}
.widget_meta > ul {
  margin-bottom: -0.3em;
}
.widget_meta > ul > li:last-child a {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: var(--title-color);
  position: relative;
  margin-bottom: 30px;
  border-radius: 30px;
  border: 1px solid var(--vs-border-color5);
}
.widget select,
.widget input {
  height: 60px;
  border: none;
  background-color: var(--input-bg, #F0F4F5);
  border-radius: 9999px;
}

.widget_title {
  position: relative;
  color: var(--white-color);
  font-weight: 600;
  font-size: 30px;
  line-height: 1em;
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  font-family: var(--title-font);
}

.widget .search-form {
  position: relative;
  display: flex;
  background-color: var(--body-color);
  border-radius: 9999px;
  overflow: hidden;
  padding: 9px;
  border: 1px solid var(--vs-border-color5);
}
.widget .search-form input {
  flex: 1;
  height: auto;
  background-color: var(--body-color);
  color: var(--white-color);
}
.widget .search-form input::placeholder {
  color: var(--white-color);
}
.widget .search-form button {
  border: none;
  background-color: var(--theme-color);
  color: var(--title-color);
  height: 49px;
  width: 49px;
  line-height: 1;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.widget .search-form button:hover {
  background-color: var(--secondary-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 20px;
  margin-right: 5px;
  margin-bottom: 0px;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--black-color) !important;
  border-color: transparent;
}
.wp-block-tag-cloud a:hover:before,
.tagcloud a:hover:before {
  background-color: var(--black-color);
}

.tagcloud {
  margin-right: -5px;
  margin-bottom: -10px;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 20px;
}
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 100px;
}
.recent-post .media-img img {
  border-radius: 6px;
  width: 100%;
}
.recent-post .post-title {
  color: var(--white-color);
  font-size: 18px;
  line-height: 155%;
  margin: 0 0 -0.1em 0;
}
.recent-post .recent-post-meta {
  margin: -0.15em 0 8px 0;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  line-height: 160%;
}
.recent-post .recent-post-meta a i {
  margin-right: 10px;
  color: var(--theme-color);
}

.sidebar-area {
  margin-bottom: -10px;
}
.sidebar-area .newsletter-form .vs-btn:hover {
  color: var(--secondary-color);
  background-color: var(--white-color);
}

.widget_newsletter {
  background-color: var(--theme-color);
  border: none;
}
.widget_newsletter .widget_title {
  color: var(--title-color);
  border-bottom-color: rgba(231, 231, 231, 0.14);
}
.widget_newsletter .widget_title.title-shep::before {
  background-color: var(--body-color);
}
.widget_newsletter .widget_title.title-shep::after {
  background-color: var(--body-color);
}
.widget_newsletter .newsletter-form .search-btn {
  position: relative;
}
.widget_newsletter .newsletter-form .search-btn .form-control {
  height: 70px;
  color: var(--white-color);
  margin-bottom: 0;
  background-color: var(--title-color);
}
.widget_newsletter .newsletter-form .search-btn .form-control::placeholder {
  text-transform: capitalize;
  color: var(--white-color);
}
.widget_newsletter .newsletter-form .search-btn .icon-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--secondary-color);
  border-radius: 50%;
}
.widget_newsletter .newsletter-form .search-btn .icon-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.widget_newsletter .newsletter-form .form_text {
  color: var(--title-color);
}
.widget_newsletter .shep {
  bottom: 0;
  right: 0;
}

.widget_shopping_cart {
  text-align: left;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  border-bottom: 1px solid var(--theme-color);
  padding: 0 0 32px 0px;
  margin: 0 0 27px 0;
  min-height: 90px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.widget_shopping_cart .mini_cart_item a {
  color: var(--title-color);
}
.widget_shopping_cart .mini_cart_item > a > img {
  max-width: 80px;
  margin-right: 15px;
}
.widget_shopping_cart .remove {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--title-color);
  line-height: 1;
  font-size: 18px;
}
.widget_shopping_cart .remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .img {
  position: absolute;
  left: 0;
  top: 3px;
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 1px solid var(--border-color);
}
.widget_shopping_cart .product-title {
  font-size: 14px;
  color: var(--title-color);
  font-weight: 400;
  margin-bottom: 0;
  display: inline-block;
}
.widget_shopping_cart .amount {
  display: block;
  font-weight: 600;
  color: var(--black-color);
  font-size: 16px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  margin-top: 0px;
}
.widget_shopping_cart .qut-btn {
  border: 1px solid var(--border-color);
  background-color: transparent;
  display: inline-block;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.widget_shopping_cart .qut-btn:hover {
  background-color: var(--title-color);
  border-color: transparent;
  color: var(--white-color);
}
.widget_shopping_cart .qty-input {
  border: 1px solid var(--border-color);
  text-align: center;
  width: max-content;
  min-width: 40px;
  font-size: 12px;
  padding: 0;
  height: 25px;
  margin: 0 -1px;
}
.widget_shopping_cart .subtotal {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-top: 19px;
}
.widget_shopping_cart .subtotal > span:not(.amount) {
  color: var(--body-color);
  font-weight: 300;
}
.widget_shopping_cart .subtotal .amount {
  font-size: 12px;
  display: inline-block;
}
.widget_shopping_cart .total {
  color: var(--title-color);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget_shopping_cart .total .amount {
  font-size: inherit;
  display: inline-block;
  color: var(--black-color);
}
.widget_shopping_cart .buttons {
  margin: 0;
  gap: 15px;
}
.widget_shopping_cart .buttons .vs-btn {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.widget_shopping_cart .buttons .vs-btn:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .recent-post .post-title {
    font-size: 18px;
    line-height: 24px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget_title {
    font-size: 22px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .widget {
    padding: 30px 20px;
  }
}
.footer-widget {
  margin-bottom: 40px;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
}
.footer-widget .widget_title {
  color: var(--white-color);
  font-size: 24px;
  margin-bottom: 38px;
  padding-bottom: 0;
  border: none;
  text-transform: capitalize;
}
.footer-widget .widget_title::before {
  display: none;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
  margin-bottom: 45px;
}
.footer-widget.widget_meta ul ul, .footer-widget.widget_pages ul ul, .footer-widget.widget_archive ul ul, .footer-widget.widget_categories ul ul, .footer-widget.widget_nav_menu ul ul {
  margin-top: 0;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  width: max-content;
  display: block;
  border: none;
  font-size: 16px;
  font-weight: 400;
  color: #cccccc;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
}
.footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
  width: auto;
  height: auto;
  position: relative;
  background-color: transparent;
  color: var(--body-color);
  line-height: 1;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.footer-logo {
  margin-bottom: 18px;
}

.footer-text {
  color: var(--white-color);
  margin-bottom: 25px;
  font-family: var(--body-font);
  max-width: 38ch;
}

/* Large devices */
@media (max-width: 1199px) {
  .footer-widget {
    margin-bottom: 60px;
  }
  .footer-widget .widget_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer-widget .footer-menu a {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .footer-widget .widget_title {
    font-size: 22px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.vs-header {
  position: relative;
  z-index: 41;
}

.header-logo {
  max-width: 270px;
  padding: 15px 0;
}

.will-sticky .sticky-active {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  background-color: var(--title-color);
  transition: all ease 0.8s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.137);
}
.will-sticky .sticky-active.active {
  top: 0;
}
.will-sticky .sticky-active.active .menu-area {
  margin-bottom: 0;
}
.will-sticky .sticky-active.active .header-logo {
  position: relative;
  top: 0;
  transform: unset;
}
.will-sticky .sticky-active.active .header-logo img {
  transform: translate(0);
}
.will-sticky .sticky-active.active .header-logo::before {
  display: none;
}

.main-menu {
  text-align: left;
}
.main-menu a {
  display: block;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 160%;
  font-size: 16px;
  color: var(--white-color);
  text-transform: capitalize;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .main-menu a {
    font-size: 16px;
  }
}
.main-menu a:hover {
  color: var(--secondary-color);
}
.main-menu > ul > li {
  margin: 0 16px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 5px;
  top: -0.8px;
  font-size: 0.8rem;
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li:first-child {
  margin-left: 0;
}
.main-menu ul li:hover > ul.sub-menu,
.main-menu ul li:hover ul.mega-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  z-index: 9;
}
.main-menu ul.sub-menu,
.main-menu ul.mega-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--body-bg);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  padding: 7px;
  left: -14px;
  margin-top: 50px;
  opacity: 0;
  z-index: -1;
  border-bottom: 3px solid var(--theme-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.09), 0px 3px 0px 0px rgba(231, 13, 60, 0.004);
  transform-origin: top center;
  transition: margin-top 0.4s ease-in-out 0s, visibility 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s, z-index 0s;
}
.main-menu ul.sub-menu a,
.main-menu ul.mega-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu {
  padding: 18px 20px;
  left: -27px;
}
.main-menu ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 32px;
  width: 1px;
  background-color: var(--border-color);
  height: calc(100% - 65px);
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 3px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  float: right;
  top: 3px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 21px;
}
.main-menu ul.sub-menu li a:before {
  content: "\f111";
  position: absolute;
  top: 3.3em;
  left: 0;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 0.2em;
  line-height: 11.5px;
  color: var(--secondary-color);
  font-weight: 700;
  background-color: var(--body-bg);
  box-shadow: inset 0px 2px 4px 0px rgba(12, 119, 53, 0.4);
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}
.main-menu .mega-menu-wrap {
  position: static;
}
.main-menu ul.mega-menu {
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  max-width: var(--main-container);
  padding: 20px 15px 23px 15px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu ul.mega-menu li {
  display: block;
  width: 100%;
  padding: 0 15px;
}
.main-menu ul.mega-menu li li {
  padding: 4px 0;
}
.main-menu ul.mega-menu li a {
  display: inline-block;
}
.main-menu ul.mega-menu > li > a {
  display: block;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: var(--white-color);
  border-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after, .main-menu ul.mega-menu > li > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--theme-color);
}
.main-menu ul.mega-menu > li > a::after {
  width: calc(100% - 20px);
  left: 20px;
}
.main-menu ul.mega-menu > li > a:hover {
  padding-left: 0;
}

.menu-style1 > ul > li {
  position: relative;
  margin-left: 0;
}
.menu-style1 > ul > li > a {
  padding: 26px 20px 26px 0px;
  position: relative;
}
.menu-style1 > ul > li > a:last-child {
  padding-right: 0;
}
.menu-style1 > ul > li > a:last-child::before {
  display: none;
}
.menu-style1 > ul > li > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: var(--smoke-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: var(--title-color);
  font-family: var(--body-font);
  margin: 0 15px 0 0;
  line-height: 170%;
  position: relative;
  padding-right: 17px;
  text-transform: capitalize;
}
.header-links li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: var(--smoke-color);
}
.header-links li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header-links li:last-child::after {
  display: none;
}
.header-links i {
  color: var(--title-color);
  margin-right: 10px;
  transition: all 0.5s ease;
}
.header-links a {
  color: inherit;
}
.header-links a:hover {
  color: var(--secondary-color);
}
.header-links a:hover i {
  color: var(--secondary-color);
}

.header-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.header-icons .link-btn {
  margin-right: 10px;
}
.header-icons .link-btn:hover {
  color: var(--secondary-color);
}

.header-search {
  position: relative;
}
.header-search .searchBoxTggler {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 20px;
  border: none;
  border-radius: 6px;
  right: 0;
  background-color: var(--theme-color);
  transition: all 0.5s ease;
}
.header-search .searchBoxTggler:hover {
  background-color: var(--secondary-color);
}
.header-search input {
  height: 40px;
  border-radius: 6px;
  color: var(--white-color);
  background-color: var(--body-color);
  padding: 0 40px 0 20px;
  font-size: 14px;
  border: none;
}
.header-search input::placeholder {
  text-transform: capitalize;
  color: var(--white-color);
}

.header-layout1 {
  background-color: var(--body-bg);
  padding-bottom: 0.5px;
}
.header-layout1 .will-sticky .sticky-active.active .menu-area {
  margin-bottom: 0;
}
.header-layout1 .menu-area {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  max-width: var(--main-container);
}
.header-layout1 .main-menu {
  padding-left: 40px;
}
.header-layout1 .header-top {
  overflow: clip;
}
.header-layout1 .header-top .header-bg {
  padding: 7px 0;
  position: relative;
}
.header-layout1 .header-top .header-bg::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0px;
  bottom: 0px;
  width: 99999px;
  height: 100%;
  max-height: 44px;
  z-index: -1;
  background-color: var(--theme-color);
  transform: skewX(34deg);
}
.header-layout1 .header-top .social-style1 a:hover {
  color: var(--secondary-color);
}
.header-layout1 .header-logo {
  position: absolute;
  top: 50%;
  transform: translate(-100%, -100%);
}
.header-layout1 .header-logo a {
  position: relative;
  z-index: 1;
}
.header-layout1 .header-logo a img {
  transform: translateY(18px);
  max-width: 224px;
}
.header-layout1 .header-logo::before {
  content: "";
  position: absolute;
  right: 0%;
  top: -2px;
  bottom: 0px;
  width: 99999px;
  height: 122px;
  z-index: 0;
  background-color: var(--body-bg);
}
.header-layout1 .header-links {
  padding-left: 60px;
}
.header-layout1 .header-right {
  display: flex;
}
.header-layout1 .header-right .header-links {
  display: flex;
  align-items: center;
}
.header-layout1 .social-style1 {
  padding-right: 10px;
  margin-right: 20px;
  position: relative;
}
.header-layout1 .social-style1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  background-color: var(--smoke-color);
}

@media (max-width: 1800px) {
  .header-layout1 .header-logo {
    position: relative;
    top: 0;
    transform: unset;
  }
  .header-layout1 .header-logo::before {
    display: none;
  }
  .header-layout1 .header-logo a img {
    transform: unset;
  }
  .header-layout1 .header-top {
    background-color: var(--theme-color);
  }
  .header-layout1 .header-top .header-bg::before {
    display: none;
  }
  .header-layout1 .header-links {
    padding-left: 0;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .header-logo {
    position: relative;
    top: 0;
    transform: unset;
  }
  .header-layout1 .header-logo::before {
    display: none;
  }
  .header-layout1 .header-logo a img {
    transform: unset;
  }
  .header-layout1 .header-top {
    background-color: var(--theme-color);
  }
  .header-layout1 .header-top .header-bg::before {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-search {
    position: relative;
    display: none;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .main-menu {
    text-align: right;
  }
  .header-top {
    display: none;
  }
  .header-layout3 .header-logo {
    text-align: left;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .header-layout1 .menu-area .container {
    padding-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-logo {
    max-width: 150px;
    padding: 15px 0;
  }
  .header-layout1 .header-logo {
    padding-left: 15px;
  }
  .header-layout1 .header-logo a img {
    max-width: 160px;
  }
}
/*------------------- 4.3. Footer  -------------------*/
.widget-area {
  padding-top: 80px;
  padding-bottom: 65px;
}

.footer-layout1 {
  padding: 80px 0 40px;
}
.footer-layout1 .widget_title::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 2px;
  background-color: var(--secondary-color);
  bottom: -12px;
  left: 0;
  line-height: 140%;
}
.footer-layout1 .footer-logo {
  margin-bottom: 0;
}
.footer-layout1 .footer-widget {
  margin-bottom: 0;
}
.footer-layout1 .footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-layout1 .footer-widget ul li {
  list-style: none;
  margin-bottom: 7px;
}
.footer-layout1 .footer-widget ul li a {
  color: var(--white-color);
  font-family: var(--body-font);
  line-height: 160%;
  border-radius: 0;
}
.footer-layout1 .footer-widget ul li a i {
  font-size: 16px;
  margin-right: 5px;
}
.footer-layout1 .footer-widget ul li a:hover {
  color: var(--theme-color);
}
.footer-layout1 .footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--secondary-color);
}

.media-style1 {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  transition: all 0.5s ease;
}
.media-style1:hover {
  border-color: var(--theme-color);
}
.media-style1 .media-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  background-color: var(--theme-color);
  margin-right: 20px;
}
.media-style1 .media-body .media-title {
  color: var(--white-color);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 0;
}
.media-style1 .media-body .media-info {
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
}
.media-style1 .media-body .media-info a {
  color: var(--white-color);
  transform: all 0.5s ease;
}
.media-style1 .media-body .media-info a:hover {
  color: var(--theme-color);
}

.footer-social a {
  color: var(--title-color);
}
.footer-social a:not(:last-child) {
  margin-right: 5px;
}

.newsletter1 {
  display: flex;
  align-items: center;
  justify-content: end;
}
.newsletter1 .newsletter-form {
  max-width: 532px;
  width: 100%;
}
.newsletter1 .newsletter-inner {
  width: 100%;
  max-width: 200px;
}
.newsletter1 .form-control {
  border: 1px solid var(--theme-color);
}

.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 40px;
}
.newsletter-inner .newsletter-icon {
  color: var(--secondary-color);
  font-size: 50px;
  margin-right: 20px;
  display: inline-block;
}
.newsletter-inner .newsletter_title {
  color: var(--white-color);
  margin-bottom: 0;
}

.newsletter-form .vs-btn {
  position: absolute;
  line-height: 160%;
  right: 5px;
  top: 50%;
  padding: 17px 50px;
  transform: translateY(-50%);
  background-color: var(--secondary-color);
}
.newsletter-form .vs-btn:hover {
  background-color: var(--theme-color);
}

.copyright-wrap {
  text-align: center;
  padding: 16px;
  background-color: var(--theme-color);
  border-radius: 10px;
}

.copyright-text {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
}
.copyright-text a {
  font-weight: 700;
  color: var(--white-color);
  text-transform: uppercase;
}
.copyright-text a:hover {
  color: var(--secondary-color);
}

.copyright-menu ul {
  margin: 0;
}
.copyright-menu li {
  margin-right: 20px;
  display: inline-block;
}
.copyright-menu a {
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 500;
}
.copyright-menu a:hover {
  color: var(--white-color);
}

.subscribe-layout1 {
  position: relative;
  z-index: 9;
  transform: translateY(48%);
}
/*
.footer-layout2 {
  clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%);
  padding-top: 140px;
  padding-bottom: 50px;
}
.footer-layout2 .widget_title {
  position: relative;
}
.footer-layout2 .widget_title::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: var(--theme-color);
  bottom: -8px;
  left: 0;
}
.footer-layout2 .widget-area .widget::before {
  display: none;
}
.footer-layout2 .footer-media .media-style1 {
  display: flex;
  padding-bottom: 0;
  border-bottom: none;
  align-items: center;
}
.footer-layout2 .footer-media .media-style1:not(:last-child) {
  margin-bottom: 12px;
}
.footer-layout2 .footer-media .media-style1 .media-icon {
  width: 50PX;
  height: 50px;
  line-height: 50px;
}
.footer-layout2 .widget_categories a {
  margin-bottom: 28px;
}

/* Large devices *
/* Medium devices /
@media (max-width: 991px) {
  .footer-layout1 .footer-logo {
    text-align: center;
  }
  .footer-layout2 {
    clip-path: none;
    padding-top: 80px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .newsletter1 {
    display: block;
  }
  .newsletter1 .newsletter-inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
    justify-content: center;
  }
}
/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu-wrap {
  text-align: center;
}

.breadcumb-menu {
  max-width: 100%;
  margin: 10px 0 0 0;
  list-style-type: none;
  position: relative;
  text-align: center;
  display: inline-block;
}
.breadcumb-menu li {
  display: inline-block;
  list-style: none;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 162%;
}
.breadcumb-menu li a {
  font-weight: 600;
}
.breadcumb-menu li a:hover {
  color: var(--white-color);
}
.breadcumb-menu li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
}
.breadcumb-menu li:not(:last-child) a {
  margin-right: 10px;
}
.breadcumb-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 15px;
  height: 4px;
  background-color: var(--body-color);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 16px;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  word-break: break-word;
  white-space: normal;
  font-size: 16px;
  color: var(--body-bg);
  font-family: var(--title-font);
  text-transform: capitalize;
}
.breadcumb-menu .fa-home-lg {
  margin-right: 10px;
}
.breadcumb-menu a:hover {
  color: var(--theme-color);
}

.breadcumb-title {
  color: var(--white-color);
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.breadcumb-wrapper {
  background-color: var(--title-color);
  background-size: cover;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 168px;
}

/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.vs-pagination {
  margin-bottom: 0px;
  text-align: center;
  margin-top: 30px;
}
.vs-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.vs-pagination span,
.vs-pagination a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color);
  display: inline-block;
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  background-color: var(--title-color);
}
.vs-pagination span.active, .vs-pagination span:hover,
.vs-pagination a.active,
.vs-pagination a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-pagination li {
  display: inline-block;
  margin: 0 3px;
  list-style-type: none;
}
.vs-pagination li:first-child {
  margin-left: 0;
}
.vs-pagination li:last-child {
  margin-right: 0;
}

.post-pagination {
  border-bottom: 1px solid var(--smoke-color);
}
.post-pagination .pagi-icon {
  font-size: 40px;
  color: var(--theme-color);
  transition: all 0.4s ease;
}
.post-pagination .pagi-icon:hover {
  color: var(--secondary-color);
}

.post-pagi-box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 0px;
}
.post-pagi-box > a img {
  border-radius: 6px;
}
.post-pagi-box > a span {
  display: inline-block;
  font-family: var(--title-font);
}
.post-pagi-box > a:hover {
  color: var(--theme-color);
}
.post-pagi-box .pagi-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--white-color);
  font-family: var(--title-font);
  line-height: 30px;
  flex: 1;
}
.post-pagi-box.prev .pagi-title {
  text-align: left;
}
.post-pagi-box.next {
  flex-direction: row-reverse;
  text-align: right;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .post-pagination {
    margin: 40px 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .post-pagi-box .pagi-title {
    font-size: 16px;
  }
  .tagcloud a {
    padding: 5px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .vs-pagination span,
  .vs-pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    vertical-align: middle;
  }
  .vs-pagination span i,
  .vs-pagination a i {
    vertical-align: middle;
  }
  .post-pagi-box {
    padding: 20px 0px;
  }
  .post-pagi-box > a {
    margin-bottom: 10px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .post-pagi-box {
    padding: 20px;
    display: block;
  }
  .post-pagi-box img {
    margin-bottom: 10px;
  }
  .post-pagi-box .pagi-title {
    font-size: 12px;
    display: block;
  }
  .pagi-icon {
    display: none;
  }
  .tagcloud a {
    padding: 5px 10px;
  }
  .post-pagination {
    margin: 40px 0;
    padding-bottom: 0;
  }
}
/*------------------- 4.6. Blog  -------------------*/
.blog-style1 {
  background-color: var(--title-color);
  padding: 40px 30px;
  border-radius: 20px;
}
.blog-style1 .blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.blog-style1 .blog-img img {
  border-radius: 20px;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}
.blog-style1 .blog-img:hover img {
  transform: scale(1.1);
}
.blog-style1 .blog-img .shep-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
}
.blog-style1 .blog-img .shep-btn svg path {
  fill: var(--title-color) !important;
}
.blog-style1 .blog-date {
  bottom: unset;
  top: -20px;
  right: 20px;
}
.blog-style1 .blog-inner {
  position: relative;
  margin-top: 40px;
}
.blog-style1 .icon-btn {
  color: var(--white-color);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}
.blog-style1 .icon-btn i {
  transform: rotate(0);
  transition: all 0.5s ease;
}
.blog-style1 .icon-btn:hover {
  transform: rotate(-30deg);
}

.blog-layout1 {
  background-color: var(--title-color);
  position: relative;
  overflow: hidden;
}/*
.blog-layout1 .blog-style1 {
  background-color: var(--body-color);
  margin-bottom: 0;
}
.blog-layout1 .blog-style1 .shep-btn svg path {
  fill: var(--body-color) !important;
}
.blog-layout1 .title-area {
  margin-top: -5px;
}*/
/*
.title-arraw .icon-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  color: var(--white-color);
  background-color: var(--body-color);
}
.title-arraw .icon-btn:not(:last-child) {
  margin-right: 5px;
}
.title-arraw .icon-btn:hover {
  background-color: var(--secondary-color);
}*/

blockquote:before {
  content: "\f10e";
  font-family: var(--icon-font);
  position: absolute;
  top: auto;
  right: 38px;
  bottom: 15px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #49413A;
}
blockquote cite {
  display: inline-block;
  font-size: 20px;
  position: relative;
  padding-left: 32px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 2px;
  font-style: normal;
  font-family: var(--title-font);
  color: var(--white-color);
}
blockquote cite:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 4px;
  border-radius: 30px;
  border-top: 2px solid var(--theme-color);
}

blockquote.vs-quote {
  text-align: left;
  padding: 35px 50px;
  border-left: 0px solid var(--theme-color);
  border-radius: 30px;
  border: 1px solid var(--vs-border-color7);
  margin: 30px 0;
  position: relative;
  background-color: var(--title-color);
  overflow: visible;
}
blockquote.vs-quote::after {
  position: absolute;
  content: "";
  height: 125px;
  width: 4px;
  background-color: var(--theme-color);
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0 5px 5px 0;
}
blockquote.vs-quote p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  font-family: var(--body-font);
}

.video-img img {
  border-radius: 20px;
}

.blog-details .blog-img {
  position: relative;
}
.blog-details .blog-img img {
  border-radius: 30px;
}
.blog-details .blog-inner-title {
  color: var(--white-color);
  margin-bottom: 50px;
  padding-bottom: 14px;
}

.blog-date {
  width: 70px;
  color: var(--title-color);
  background-color: var(--secondary-color);
  font-size: 30px;
  font-weight: 700;
  font-family: var(--title-font);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: column;
  border-radius: 10px;
  line-height: 110%;
  overflow: hidden;
  padding-top: 10px;
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.blog-date span {
  display: block;
  font-size: 13px;
  line-height: 1;
}
.blog-date .month {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding-bottom: 8px;
  font-family: var(--body-font);
  line-height: 170%;
}
.blog-date .year {
  color: var(--theme-color);
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 400;
  background-color: var(--title-color);
  width: 100%;
  padding: 3px;
  font-family: var(--body-font);
}

.vs-comment-form .vs-btn:hover {
  background-color: var(--secondary-color);
}

.blog-meta span,
.blog-meta a {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  text-transform: capitalize;
  line-height: 160%;
  font-family: var(--body-font);
}
.blog-meta span:last-child,
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-meta span i,
.blog-meta a i {
  font-size: 16px;
  margin-right: 10px;
  color: var(--white-color);
  transition: all 0.5s ease;
}
.blog-meta a:hover {
  color: var(--theme-color);
}
.blog-meta a:hover i {
  color: var(--theme-color);
}

.blog-category {
  margin-bottom: -10px;
}
.blog-category a {
  display: inline-block;
  color: var(--white-color);
  padding: 4.5px 24.5px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  background-color: var(--theme-color);
}
.blog-category a:hover {
  background-color: var(--white-color);
  color: var(--body-color);
  border-color: var(--theme-color);
}

.blog-title a {
  color: var(--white-color);
  text-transform: capitalize;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.vs-blog {
  margin-bottom: 30px;
}

.share-links-title {
  font-size: 20px;
  line-height: 150%;
  color: var(--white-color);
  font-family: var(--title-font);
  font-weight: 700;
  margin: 0 15px 0 0;
  display: inline-block;
}

.share-links {
  border-top: 1px solid var(--smoke-color);
  border-bottom: 1px solid var(--smoke-color);
  padding: 40px 0;
  position: relative;
}
.share-links .row {
  align-items: center;
  --bs-gutter-y: 15px;
}
.share-links .tagcloud {
  display: inline-block;
}
.share-links .social-links {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.share-links .social-links li {
  display: inline-block;
  margin-right: 4px;
}
.share-links .social-links li:last-child {
  margin-right: 0;
}
.share-links .social-links a {
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  color: var(--theme-color);
  background-color: var(--title-color);
  border: none;
  padding: 0;
  display: inline-block;
  text-align: center;
  color: var(--title-color);
  border-radius: 6px;
  transition: all ease 0.4s;
  position: relative;
  z-index: 1;
}
.share-links .social-links a i {
  color: var(--theme-color);
}
.share-links .social-links a:hover {
  color: var(--title-color);
  background-color: var(--theme-color);
}
.share-links .social-links a:hover i {
  color: var(--title-color);
}

.blog-inner-author {
  font-size: 16px;
  text-transform: uppercase;
  font-family: var(--body-font);
  color: var(--title-color);
  font-weight: 700;
}
.blog-inner-author a {
  color: inherit;
}
.blog-inner-author .blog-date {
  margin-left: 3px;
}
.blog-inner-author .blog-date:before {
  content: "-";
  margin-right: 5px;
}
.blog-inner-author img {
  width: 67px;
  height: 67px;
  padding: 3px;
  margin-right: 10px;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.blog-single {
  position: relative;
  margin-bottom: 50px;
  border: 1px solid #bfbfbf;
}
.blog-single .blog-title {
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.blog-single .blog-meta {
  margin-bottom: 4px;
}
.blog-single .blog-text {
  margin-bottom: 26px;
}
.blog-single .blog-audio,
.blog-single .blog-img {
  position: relative;
  background-color: var(--smoke-color);
  margin: -1px;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  border: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--secondary-color);
  border-radius: 50%;
  font-size: 20px;
}
.blog-single .blog-img {
  background-color: var(--secondary-color);
  color: var(--white-color);
}
.blog-single .blog-content {
  overflow: hidden;
  padding: 26px 40px 35px 40px;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.blog-details .blog-single .blog-content {
  padding: 0;
  border: none;
}

.blog-group-imgs img {
  border-radius: 20px;
}

.video-img {
  position: relative;
}
.video-img .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Large devices */
@media (max-width: 1199px) {
  blockquote {
    font-size: 18px;
    padding: 23px 30px 26px 30px;
  }
  blockquote.vs-quote {
    padding: 26px 60px 26px 130px;
  }
  blockquote.vs-quote p {
    font-size: 20px;
    line-height: 30px;
  }
  blockquote.vs-quote:before {
    font-size: 5rem;
    left: 25px;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 30px;
  }
  .blog-single .blog-title {
    font-size: 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .blog-details .blog-date {
    right: 20px;
    bottom: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  blockquote {
    font-size: 16px;
    padding: 23px 15px 26px 15px;
  }
  blockquote:before {
    right: 30px;
    bottom: 30px;
    font-size: 2rem;
  }
  blockquote cite {
    margin-top: 17px;
    font-size: 14px;
  }
  blockquote cite::before {
    bottom: 6px;
  }
  blockquote.vs-quote {
    padding: 26px 20px 26px 20px;
  }
  blockquote.vs-quote:before {
    content: "\f10e";
    left: auto;
    top: auto;
    transform: none;
    right: 20px;
    bottom: 20px;
  }
  blockquote.vs-quote p {
    font-size: 18px;
  }
  .share-links {
    padding: 17px 20px;
  }
  .share-links-title {
    font-size: 18px;
    display: block;
    margin: 0 0 10px 0;
  }
  .blog-single {
    --blog-space-y: 40px;
    --blog-space-x: 20px;
  }
  .blog-single:not(.has-post-thumbnail) .blog-content {
    padding: 40px 20px;
  }
  .blog-single .blog-title {
    font-size: 24px;
    line-height: 1.6;
  }
  .blog-single .blog-meta > span:not(:last-child):after,
  .blog-single .blog-meta a:not(:last-child):after {
    content: "";
    margin: 0 10px 0 14px;
  }
  .blog-details:not(.has-post-thumbnail) .blog-content {
    padding: 0;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  position: relative;
  padding: 0px;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-control {
  border: 2px solid var(--body-color);
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 6px;
}
.comment-respond .form-control::-moz-placeholder {
  color: var(--white-color);
}
.comment-respond .form-control::-webkit-input-placeholder {
  color: var(--white-color);
}
.comment-respond .form-control:-ms-input-placeholder {
  color: var(--white-color);
}
.comment-respond .form-control::placeholder {
  color: var(--white-color);
}
.comment-respond .form-group i {
  color: var(--white-color);
}
.comment-respond input[type=checkbox] ~ label:before {
  background-color: var(--title-color);
  border: 1px solid var(--theme-color);
  border-radius: 3px;
  top: 5.5px;
}
.comment-respond input[type=checkbox]:checked ~ label:before {
  background-color: var(--theme-color);
  border-color: transparent;
}
.comment-respond .blog-inner-title {
  color: var(--white-color);
  border: none;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 14px;
}
.comment-respond .form-text {
  margin-bottom: 25px;
  font-size: 16px;
  color: var(--body-color);
}

.vs-comments-wrap {
  padding: 0;
  margin: 70px 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap .vs-post-comment {
  padding: 30px 30px 25px 30px;
  position: relative;
  display: flex;
  margin: 30px 0 30px 0;
  position: relative;
  background-color: var(--title-color);
  border-radius: 20px;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  margin: -10px 0 0 0;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-avater {
  width: 130px;
  height: 130px;
  margin-right: 20px;
  background-color: var(--smoke-color);
  border-radius: 20px;
  overflow: hidden;
}
.vs-comments-wrap .comment-avater img {
  width: 100%;
}
.vs-comments-wrap .comment-content {
  flex: 1;
  align-self: center;
}
.vs-comments-wrap .commented-on {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
}
.vs-comments-wrap .commented-on i {
  color: var(--theme-color);
  margin-right: 10px;
  font-size: 20px;
}
.vs-comments-wrap .name {
  color: var(--white-color);
  margin-bottom: 6px;
  font-size: 24px;
  display: inline-block;
  line-height: 140%;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text {
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 170%;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: -0.25em;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 100px;
}
.vs-comments-wrap .reply_and_edit {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 1;
}
.vs-comments-wrap .replay-btn {
  color: var(--white-color);
  background-color: var(--body-color);
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--title-font);
  font-weight: 700;
  padding: 12px 26px;
  border-radius: 6px;
}
.vs-comments-wrap .replay-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.vs-comments-wrap .review-rating {
  background-color: var(--theme-color);
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 9px 15px;
}
.vs-comments-wrap .review .vs-post-comment {
  padding: 0;
}
.vs-comments-wrap .review .comment-avater {
  width: 170px;
  height: auto;
}

.woocommerce-Reviews .vs-comments-wrap {
  padding: 0;
  background-color: transparent;
}
.woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 40px;
}

.star-rating i {
  font-size: 18px;
  color: var(--secondary-color);
  transition: all 0.5s ease;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .comment-section {
    padding: 40px 40px 0px 40px;
  }
  .vs-comments-wrap .vs-post-comment {
    padding: 30px 30px 30px 30px;
    margin: 30px 0 30px 0;
  }
  .vs-comments-wrap .comment-avater {
    width: 100px;
    height: 100px;
    margin-right: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 15px 0 0;
    font-size: 20px;
  }
  .comment-respond {
    padding: 30px;
  }
  .comment-respond .form-control {
    height: 60px;
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap {
    padding: 30px 30px 10px 30px;
    margin: 0;
  }
  .vs-comments-wrap .vs-post-comment {
    display: block;
    padding: 30px 20px 20px 20px;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .review .vs-post-comment {
    padding: 30px;
  }
  .comment-respond .form-text {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap {
    padding: 40px 20px 10px 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    margin: -0.1em 0 7px 0;
    font-size: 20px;
    display: block;
  }
  .vs-comments-wrap .review-rating {
    position: relative;
    right: 0;
    top: 0;
    margin: 10px 0 10px 0;
    width: max-content;
  }
  .vs-comments-wrap .review .vs-post-comment {
    padding: 30px 20px;
  }
  .comment-respond {
    padding: 40px 20px 40px 20px;
  }
  .comment-respond textarea,
  .comment-respond input {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .comment-respond label {
    font-size: 14px;
  }
  .comment-section {
    padding: 40px 20px 0px 20px;
  }
}
/*------------------- 4.8. Hero Area  -------------------*/
.hero-layout1 {
  position: relative;
  max-height: 860px;
}
.hero-layout1 .title-area {
  margin-bottom: 42px;
}
/*
.hero-layout1 .hero-slide {
  padding: 120px 0 0;
}*/
.hero-layout1 .sec-text {
  margin-bottom: 0;
}
.hero-layout1 .vs-btn {
  color: var(--title-color);
  line-height: 160%;
  padding: 18px 50px;
}
.hero-layout1 .vs-btn:hover {
  background-color: var(--secondary-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .hero-layout1 {
    max-height: 100%;
  }
  .hero-layout1 .hero-slide {
    padding: 120px 0 0;
  }
}
/*------------------- 4.9. Error  -------------------*/
.error-content {
  text-align: center;
}
.error-content .vs-btn:hover {
  background-color: var(--secondary-color);
}

.error-text {
  max-width: 60ch;
  text-align: center;
  margin: 0 auto 45px;
  font-family: var(--body-font);
}

/*------------------- 4.10. About  -------------------*/
.about-layout1 {
  position: relative;
  overflow: hidden;
}
.about-layout1 .title-area {
  margin-bottom: 40px;
}
.about-layout1 .list-style1 {
  margin: 30px 0 40px;
}
.about-layout1 .list-style1 ul li {
  margin-bottom: 15px;
}
.about-layout1 .list-style1 .text {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
  line-height: 170%;
  font-family: var(--body-font);
}
.about-layout1 .vs-btn {
  padding: 22px 50px;
}

/*------------------- 4.11. Contact  -------------------*/
.contact-layout1 .nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: var(--white-color);
  background-color: var(--body-color);
  border-color: var(--border-color);
}
.contact-layout1 .nice-select:after {
  border-color: var(--white-color);
  width: 10px;
  height: 10px;
  right: 24px;
}
.contact-layout1 .nice-select .list {
  width: 100%;
  background-color: var(--body-color);
}
.contact-layout1 .nice-select .list li {
  color: var(--white-color);
}
.contact-layout1 .form-control {
  height: 60px;
  line-height: 60px;
  color: var(--white-color);
  background-color: var(--body-color);
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 400;
}
.contact-layout1 .vs-comment-form {
  padding: 60px;
  border-radius: 20px;
  background-color: var(--title-color);
  margin-bottom: 40px;
}

.contact-media {
  padding: 110px 60px 120px;
  background-color: var(--secondary-color);
  border-radius: 0px 20px 20px 20px;
  position: absolute;
  transform: translateY(-39px);
}
.contact-media .contact-title {
  padding-bottom: 12px;
  line-height: 125%;
  margin-bottom: 60px;
}
.contact-media .title-shep::before, .contact-media .title-shep::after {
  background-color: var(--title-color);
  color: var(--title-color);
}
.contact-media .media-style1:not(:last-child) {
  margin-bottom: 30px;
}
.contact-media .media-style1 .media-icon {
  width: 80px;
  height: 80px;
  line-height: 75px;
  background-color: var(--title-color);
}
.contact-media .media-style1 .media-info {
  font-size: 16px;
  line-height: 160%;
  color: var(--title-color);
}
.contact-media .media-style1 .media-info a {
  color: var(--title-color);
}
.contact-media .media-style1 .media-info a:hover {
  color: var(--white-color);
}
.contact-media .media-style1 .media-title {
  color: var(--title-color);
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
}

.map-layout1 {
  position: relative;
}

.contact-shep {
  position: absolute;
  top: 0;
  transform: translateX(-99px);
}

/*------------------- 4.12. Common  -------------------*/
#particles-js {
  position: absolute;
  top: -70px;
  left: -93px;
  z-index: 0;
  width: 720px;
  height: 817px;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/*------------------- 4.13. Faq  -------------------*/
.ciber-style1 {
  position: relative;
  z-index: 1;
}
.ciber-style1 .ciber-button {
  padding: 15px 30px;
  font-size: 20px;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 150%;
  position: relative;
  max-width: 100%;
  color: #ffffff;
  text-transform: none;


  background: linear-gradient(90deg, #006633 60%, #3aaa35 100%);
  
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
}
.ciber-style1 .ciber-button.collapsed .number {
  background-color: var(--title-color);
  color: var(--white-color);
}
.ciber-style1 .ciber-button::before {
  content: "\f067";
  font-family: var(--icon-font);
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--color6);
  transform: translateY(-50%);
  color: var(--white-color);
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  font-weight: 300;
  transition: all ease 0.4s;
}
.ciber-style1 .ciber-button:hover::before {
  color: var(--white-color);
  background-color: var(--secondary-color);
}
.ciber-style1 .ciber-button:hover:not(.collapsed):before {
  color: var(--white-color);
}
.ciber-style1 .ciber-button::after {
  display: none;
}
.ciber-style1 .ciber-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.ciber-style1 .ciber-button:not(.collapsed):before {
  content: "\f068";
  color: var(--secondary-color);
}
.ciber-style1 .ciber-body {
  padding: 30px;
}
.ciber-style1 .ciber-body p {
  margin-bottom: 0;
}
.ciber-style1 .ciber-item {
  border-bottom: none;
  background-color: var(--color6);
  border-radius: 6px;
}
.ciber-style1 .ciber-item:not(:last-child) {
  margin: 0 0 20px 0;
}
.ciber-style1 .ciber-collapse {
  border: none;
}
.ciber-style1.layout2 .ciber-button {
  max-width: 100%;
}
.ciber-style1.layout2 .ciber-item {
  padding: 0 0 36px 0;
  margin: 0 0 42px 0;
  border-color: #ebebeb;
}
.ciber-style1.layout2 .ciber-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.ciber-style1.layout2 .ciber-item:first-child {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
}

.faq-layout1 {
  position: relative;
  overflow: hidden;
}
.faq-layout1 .vs-pagination {
  margin-top: 60px;
}

/*------------------- 4.14. Service  -------------------*/
.service-layout1 {
   background: linear-gradient(to right, #006633 50%, #3aaa35 100% );
  }

.service-style1 {
  
  background: linear-gradient(to right, var(--color5)50%, var(--color6) 100% );
  height: 600px;
  padding: 40px 30px;
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease;
}
.service-style1 .service-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: var(--white-color);
  border-radius: 10px;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}
.service-style1 .service-icon img {
  transition: all 0.5s ease;
}
.service-style1 .service-title {
  line-height: 150%;
  margin-bottom: 10px;
  transition: all 0.5s ease;
}
.service-style1 .service-title a {
  color: var(--black-color);
}
.service-style1 .service-text {
  font-family: var(--body-font);
  color: #000;
  font-size: 14px;
  line-height: 170%;
  margin-bottom: 0;
  transition: all 0.5s ease;
}
.service-style1 .shep-btn {
  position: absolute;
  right: -2px;
  top: -2px;
}
.service-style1 .shep-btn svg path {
  fill: var(--body-bg) !important;
}
.service-style1 .icon-btn {
  color: var(--title-color);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.service-style1 .icon-btn i {
  transform: rotate(0);
  transition: all 0.5s ease;
}
.service-style1 .icon-btn:hover {
  transform: rotate(-30deg);
}
.service-style1:hover {
  background-color: var(--yellow-color);
}
.service-style1:hover .service-title {
  transition: all 0.5s ease;
}
.service-style1:hover .service-title a {
  color: var(--title-color);
}
.service-style1:hover .service-text {
  color: var(--title-color);
  transition: all 0.5s ease;
}
.service-style1:hover .service-icon {
  background-color: var(--white-color);
}
.service-style1:hover .service-icon img {
  filter: invert(67%) sepia(96%) saturate(500%) hue-rotate(1deg) brightness(102%) contrast(102%);
}

/*------------------- 4.15. counte  -------------------*/
.counter-style1 {
  background-color: var(--theme-color);
  padding: 80px 120px;
  border-radius: 20px;
  position: relative;
  transform: translateY(45%);
}
.counter-style1 .media-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-style1 .media-count .count-icon {
  display: inline-block;
  font-size: 40px;
  color: var(--theme-color);
  position: relative;
}
.counter-style1 .media-count .count-icon::after {
  content: "+";
  position: absolute;
  right: -20px;
  top: 2px;
}
.counter-style1 .media-title {
  margin-bottom: 0;
  font-size: 40px;
  color: var(--theme-color);
  font-weight: 700;
}
.counter-style1 .media-text {
  font-weight: 700;
  margin-bottom: 0;
}
.counter-style1 .media-counter {
  max-width: 100%;
  width: 234px;
  background-color: var(--title-color);
  padding: 25px 40px 24px;
  border-radius: 10px;
  text-align: center;
}

/*------------------- 4.16. price  -------------------*/
.price-layout1 {
  padding-top: 240px;
}
.price-layout1 .package-filter {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: var(--title-color);
}
.price-layout1 .package-filter .vs-btn {
  color: var(--white-color);
  background-color: var(--title-color);
  padding: 20px 38px;
  border: 1px solid transparent;
}
.price-layout1 .package-filter .vs-btn:hover {
  border-color: var(--theme-color);
}
.price-layout1 .package-filter .vs-btn.active {
  color: var(--title-color);
  background-color: var(--theme-color);
}
.price-layout1 .package-list {
  display: none;
}
.price-layout1 .package-list.active {
  display: block;
}

.tab-content .active .package-list {
  display: block;
}

.package-style1 {
  padding: 60px 40px;
  background-color: var(--title-color);
  border-radius: 20px;
  position: relative;
  transition: all 0.5s ease;
}
.package-style1 .package-name {
  color: var(--white-color);
  line-height: 132%;
  margin-bottom: 5px;
  font-weight: 700;
}
.package-style1 .shep-btn {
  position: absolute;
  right: -1px;
  top: -1px;
}
.package-style1 .shep-btn svg path {
  fill: var(--body-bg) !important;
}
.package-style1 .package-text {
  font-family: var(--body-font);
}
.package-style1 .package-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--title-color);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.package-style1 .package-icon img {
  max-width: 50px;
}
.package-style1 .package-price {
  font-size: 48px;
  line-height: 120%;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--secondary-color);
  transition: all 0.5s ease;
}
.package-style1 .package-price .duration {
  font-size: 16px;
  color: var(--white-color);
  display: inline-block;
  transition: all 0.5s ease;
}
.package-style1 .list-style1 {
  padding: 35px 30px;
  background-color: var(--body-color);
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.package-style1 .list-style1 ul {
  margin-bottom: 0;
}
.package-style1 .list-style1 ul li {
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
.package-style1 .list-style1 ul li i {
  color: var(--secondary-color);
  transition: all 0.5s ease;
}
.package-style1 .shep {
  bottom: 0;
  right: 0;
}
.package-style1 .shield-cross-icon {
  position: relative;
  display: inline-block;
  color: var(--white-color);
}
.package-style1 .shield-cross-icon .fa-shield {
  font-size: 1em;
}
.package-style1 .shield-cross-icon .icon2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6em;
  color: var(--title-color);
}
.package-style1 .price-btn {
  width: 100%;
}
.package-style1 .price-btn .vs-btn {
  display: block;
  transition: all 0.5s ease;
}
.package-style1 .notice {
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 160%;
  background-color: var(--theme-color2);
  border-radius: 30px;
  padding: 6px 30px;
  text-align: left;
  margin-bottom: 30px;
}
.package-style1 .package-notice {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: var(--white-color);
  padding-left: 25px;
  font-weight: 700;
}
.package-style1 .package-notice i {
  color: var(--theme-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.package-style1.active, .package-style1:hover {
  background-color: var(--theme-color);
}
.package-style1.active .price-btn .vs-btn, .package-style1:hover .price-btn .vs-btn {
  color: var(--white-color);
  background-color: var(--title-color);
}
.package-style1.active .package-price, .package-style1:hover .package-price {
  color: var(--white-color);
}
.package-style1.active .package-price .duration, .package-style1:hover .package-price .duration {
  color: var(--title-color);
}
.package-style1.active .package-text,
.package-style1.active .package-name, .package-style1:hover .package-text,
.package-style1:hover .package-name {
  color: var(--title-color);
}
.package-style1.active .list-style1 ul li i, .package-style1:hover .list-style1 ul li i {
  color: var(--theme-color);
}
.package-style1.active .list-style1 ul li i.icon2, .package-style1:hover .list-style1 ul li i.icon2 {
  color: var(--title-color);
}
.package-style1.active .package-notice i, .package-style1:hover .package-notice i {
  color: var(--secondary-color);
}

/*------------------- 4.17. process  -------------------*/
.process-layout1 .container-style1 {
  border-radius: 20px;
}
.process-layout1 .process-img {
  position: relative;
}

.process-style1 {
  display: flex;
  align-items: start;
  position: relative;
}
.process-style1:not(:last-child) {
  margin-bottom: 60px;
}
.process-style1:not(:last-child)::after {
  content: "";
  bottom: -50px;
  left: 40px;
  position: absolute;
  height: 40px;
  width: 2px;
  background-color: var(--smoke-color);
}
.process-style1 .process-icon {
  width: 100%;
  height: 80px;
  line-height: 80px;
  max-width: 80px;
  text-align: center;
  background-color: var(--body-color);
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  transition: all 0.5s ease;
}
.process-style1 .process-icon .numbar {
  position: absolute;
  top: 0;
  right: 0;
  color: var(--white-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme-color2);
  display: block;
  transition: all 0.5s ease;
}
.process-style1 .process-title {
  margin-bottom: 8px;
  line-height: 132%;
  color: var(--white-color);
  cursor: pointer;
  transition: all 0.5s ease;
}
.process-style1 .process-title:hover {
  color: var(--theme-color);
}
.process-style1 .process-text {
  color: var(--white-color);
  max-width: 50ch;
  margin-bottom: 0;
  display: none;
  margin-bottom: 0px;
  transition: all 0.5s ease;
}
.process-style1 .process-content {
  margin-top: 20px;
}
.process-style1.active {
  margin-bottom: 40px;
}
.process-style1.active::after {
  height: 50%;
  bottom: -31px;
}
.process-style1.active .process-text {
  display: block;
}
.process-style1.active .process-icon {
  background-color: var(--secondary-color);
}
.process-style1.active .process-icon img {
  filter: invert(42%) sepia(0%) saturate(387%) hue-rotate(15deg) brightness(45%) contrast(165%);
}
.process-style1.active .process-icon .numbar {
  color: var(--title-color);
  background-color: var(--theme-color);
}
.process-style1.active .process-text {
  visibility: visible;
  opacity: 1;
}
.process-style1.active .process-title {
  color: var(--theme-color);
}
.process-style1:hover .process-icon {
  background-color: var(--secondary-color);
}
.process-style1:hover .process-icon img {
  filter: invert(42%) sepia(0%) saturate(387%) hue-rotate(15deg) brightness(45%) contrast(165%);
}
.process-style1:hover .process-icon .numbar {
  color: var(--title-color);
  background-color: var(--theme-color);
}
.process-style1:hover .process-text {
  visibility: visible;
  opacity: 1;
}

/*------------------- 4.18. download  -------------------*/
.download-layout1 {
  padding-bottom: 390px;
  position: relative;
}
.download-layout1 .container {
  position: relative;
}
.download-layout1 .download-img {
  position: relative;
}
.download-layout1 .download-text {
  font-family: var(--body-font);
  margin-bottom: 30px;
}
.download-layout1 .title-area {
  margin-bottom: 45px;
}
.download-layout1 .download-btn .vs-btn {
  padding: 22px 50px;
}

.vs-btn-group {
  display: flex;
  margin-bottom: 40px;
}
.vs-btn-group .vs-btn {
  border: 2px solid var(--white-color);
  border-radius: 10px;
  background-color: #0E192D;
  padding: 8px 11px;
}
.vs-btn-group .vs-btn:not(:last-child) {
  margin-right: 20px;
}
.vs-btn-group .vs-btn:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .download-layout1 {
    padding-bottom: 120px;
  }
}
/*------------------- 4.19. cta  -------------------*/
.cta-style1 {
  background: linear-gradient(#006633, #04b127);
  border-radius: 30px;
  position: absolute;
  overflow: hidden;
  max-height: 300px;
  height: 100%;
  transform: translateY(75%);
  z-index: 1;
  
}

.cta-style1 .cta-img img {
  width: 100%;
}


/*
.cta-style1 .cta-img {
  padding-top: 30px;
}
.cta-style1 .cta-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 95px 0px 95px 100px;
}

.cta-style1 .sec-subtitle2 {
  color: var(--title-color);
  margin-bottom: 10px;
}
.cta-style1 .sec-subtitle2::before {
  color: var(--theme-color2);
}
.cta-style1 .sec-title {
  color: var(--title-color);
}
.cta-style1 .vs-btn {
  background-color: var(--secondary-color);
}
.cta-style1 .vs-btn:hover {
  color: var(--white-color);
  background-color: var(--theme-color2);
}
.cta-style1 .title-area {
  margin-bottom: 40px;
}
.cta-style1 .cta-notice {
  color: var(--title-color);
  font-family: var(--title-font);
  display: inline-block;
  line-height: 160%;
  font-weight: 600;
}
.cta-style1 .cta-notice i {
  margin-right: 10px;
  color: var(--theme-color2);
}
.cta-style1 .download-btn {
  margin-bottom: 25px;
}

/* Large devices */
@media (max-width: 1199px) {
  .cta-style1 {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    height: 100%;
    transform: translateY(0%);
    margin-top: 80px;
    z-index: 1;
    text-align: center;
  }
  .cta-style1 .cta-content {
    padding: 80px 30px 30px;
  }
}
/*------------------- 4.20. World Map  -------------------
.map-layout1 {
  background-color: var(--title-color);
  padding-top: 385px;
}
.map-layout1 .map-img {
  margin-bottom: 40px;
}*/

.map {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
}

.map img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
}

/* Pin styling */
.rpin {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) translateY(0);
  transition: all 0.3s ease;
  background: var(--theme-color);
  border-radius: 50%;
}

.rpin:hover {
  cursor: pointer;
  transform: translateX(-50%);
  transform-origin: 50% 50%;
}

/* Pin Placement */
.ireland {
  bottom: 66.5%;
  left: 46.3%;
}

.brazil {
  bottom: 36%;
  left: 29%;
}

.russia {
  bottom: 87.9065%;
  left: 81.2945%;
}

.canada {
  bottom: 82.4868%;
  left: 11.3139%;
}

.nigeria {
  bottom: 49%;
  left: 48%;
}

.australia {
  bottom: 25%;
  left: 88%;
}

.newyork {
  bottom: 65%;
  left: 18%;
}

.ukraine {
  bottom: 84%;
  left: 68%;
}

/* Animation */
.pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(62, 201, 99, 0.4941176471);
  animation: pulse 2s infinite;
}

.pulse-med {
  animation: pulse 3s infinite;
}

.pulse-slow {
  animation: pulse 4s infinite;
}

.pulse:hover {
  animation: none;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(62, 201, 99, 0.4941176471);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(192, 208, 40, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(192, 208, 40, 0);
  }
}
/* Tooltip styling */
.tooltip h13 {
  font-size: 16px;
  text-align: center;
  line-height: 150%;
  text-transform: capitalize;
  color: var(--title-color);
  margin-bottom: 0;
}

.h17 {
  font-size: 30px;
  
  color: var(--color1);
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}
.tooltip {
  opacity: 1;
}
.tooltip p {
  color: var(--theme-color);
  font-size: 14px;
  margin-bottom: 0;
  line-height: 170%;
  font-family: var(--body-font);
}

.tooltip .top {
  width: 120px;
  height: 63px;
  top: -20px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 8px 10px;
  color: #444444;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  text-align: center;
  position: absolute;
  z-index: 1000; /* Increased to ensure it appears on top */
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; /* Adjusted transition */
}

.tooltip.active .top, .tooltip:hover .top {
  visibility: visible;
  opacity: 1;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #eeeeee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* Large devices */
@media (max-width: 1199px) {
  .map-layout1 {
    padding-top: 120px;
  }
}
/*------------------- 4.21. team  -------------------*/
.team-style1 {
  padding: 40px 40px 30px;
  border-radius: 20px;
  background: linear-gradient(to right, #006633, #04b127);
  transition: all 0.5s ease;
}
.team-style1 .team-img {
  border-radius: 20px;
  position: relative;
}
.team-style1 .team-img img {
  border-radius: 20px;
  width: 100%;
  border-radius: 82px 20px 20px 20px;
}
.team-style1 .team-img::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 65px;
  height: 65px;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: var(#00000000) transparent transparent transparent;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
.team-style1 .team-img .triangle {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #FF4532 transparent transparent transparent;
  transform: rotate(0deg);
}
.team-style1 .shep-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.team-style1 .shep-btn svg path {
  fill: var(--color1) !important;
  transition: all 0.5s ease;
}
.team-style1 .icon-btn {
  color: var(--white-color);
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 20px;
}
.team-style1 .member-links {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.team-style1 .member-links {
  width: 40px;
  text-align: center;
  background-color: var(--color2);
  border-radius: 18px 0 0px 18px;
  padding: 12px 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.team-style1 .member-links a {
  color: var(--title-color);
  font-size: 14px;
  display: block;
  transition: all 0.5s ease;
}
.team-style1 .member-links a:not(:last-child) {
  margin-bottom: 5px;
}
.team-style1 .member-links a:hover {
  color: var(--secondary-color);
}
.team-style1 .member-name {
  margin-bottom: 3px;
}
.team-style1 .team-title {
  color: var(--white-color);
  font-weight: 700;
}
.team-style1 .degi {
  font-size: 14px;
  color: var(--white-color);
}
.team-style1 .member-content {
  margin-top: 30px;
}
.team-style1:hover {
  background-color: var(--color3);
}
.team-style1:hover .team-img::before {
  border-color: var(--color3) transparent transparent transparent;
}
.team-style1:hover .shep-btn svg path {
  fill: var(--color3) !important;
}
.team-style1:hover .icon-btn {
  background-color: var(--secondary-color);
}
.team-style1:hover .member-links {
  visibility: visible;
  opacity: 1;
}

/*------------------- 4.22. testimonial -------------------*/
.testi-style1 {
  background-color: var(--title-color);
  padding: 40px 30px 30px 30px;
  border-radius: 20px;
  position: relative;
  transition: all 0.5s ease;
}
.testi-style1 .shep-btn svg path {
  fill: var(--body-bg) !important;
  transition: all 0.5s ease;
}
.testi-style1 .shep-btn {
  position: absolute;
  right: -1px;
  bottom: -1px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}
.testi-style1 .testi-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--theme-color);
  z-index: 1;
  transition: all 0.5s ease;
}
.testi-style1 .testi-title {
  font-weight: 700;
  color: var(--white-color);
  margin-bottom: 8px;
  transition: all 0.5s ease;
}
.testi-style1 .testi-image {
  max-width: 70px;
  border: 5px solid var(--theme-color);
  border-radius: 50%;
  width: 100%;
  margin-right: 20px;
}
.testi-style1 .testi-image img {
  border-radius: 50%;
  width: 100%;
}
.testi-style1 .testi-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.testi-style1 .testi-text {
  font-family: var(--body-font);
  transition: all 0.5s ease;
}
.testi-style1 .testi-author {
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.5s ease;
}
.testi-style1 .testi-author a {
  color: var(--white-color);
  transition: all 0.5s ease;
}
.testi-style1 .testi-degi {
  font-size: 14px;
  color: var(--theme-color);
  transition: all 0.5s ease;
}
.testi-style1:hover {
  background-color: var(--theme-color);
}
.testi-style1:hover .star-rating i {
  color: var(--white-color);
}
.testi-style1:hover .testi-degi,
.testi-style1:hover .testi-text,
.testi-style1:hover .testi-title,
.testi-style1:hover .testi-author a {
  color: var(--title-color);
}
.testi-style1:hover .testi-icon {
  background-color: var(--secondary-color);
}

/*------------------- 4.00. Simple Sections  -------------------*/
.social-style1 a {
  color: var(--title-color);
  font-size: 14px;
  margin-right: 10px;
}
.social-style1 a:hover {
  color: var(--theme-color2);
}
.social-style1 a:last-child {
  margin-right: 0;
}

/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 1px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--body-bg);
  color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 2;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--body-bg);
  width: 450px;
  margin-left: auto;
  padding: 40px 30px 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.offcanvas-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.offcanvas-wrapper .closeButton {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  background-color: var(--theme-color);
  color: var(--white-color);
  border: none;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  z-index: 33;
}
.offcanvas-wrapper .closeButton i {
  line-height: inherit;
}
.offcanvas-wrapper .closeButton:hover {
  color: var(--white-color);
  border-color: transparent;
  transform: rotate(90deg);
  background-color: var(--theme-color);
}
.offcanvas-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 50px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.offcanvas-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.offcanvas-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 50px;
}
.offcanvas-wrapper .footer-text {
  max-width: 100%;
}
.offcanvas-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.offcanvas-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/*=================================
    05. Spacing
==================================*/
.pb-30 {
  padding-bottom: 30px;
}

.pb-1px {
  padding-bottom: 1px;
}

.pt-30 {
  padding-top: 30px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

/*.space,
.space-top {
  padding-top: var(--section-space);
}*/

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

/* Medium devices */
@media (max-width: 991px) {
  /*.space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }*/
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
}

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


{"version":3,"sourceRoot":"","sources":["../sass/style.scss","../sass/base/_variable.scss","../sass/base/_typography.scss","../sass/base/_mixin.scss","../sass/reset/_container.scss","../sass/reset/_grid.scss","../sass/reset/_input.scss","../sass/reset/_slick-slider.scss","../sass/reset/_vsmenu.scss","../sass/utilities/_preloader.scss","../sass/utilities/_btns.scss","../sass/utilities/_titles.scss","../sass/utilities/_common.scss","../sass/utilities/_font.scss","../sass/utilities/_background.scss","../sass/utilities/_text-color.scss","../sass/utilities/_overlay.scss","../sass/utilities/_animation.scss","../sass/template/widgets/_widget-default-list.scss","../sass/template/widgets/_widget-sidebar.scss","../sass/template/widgets/_widget-footer.scss","../sass/template/headers/_header.scss","../sass/template/footers/_footer.scss","../sass/template/breadcumb/_breadcumb-v1.scss","../sass/template/sections/_pagination-v1.scss","../sass/template/sections/_blog.scss","../sass/template/sections/_comments.scss","../sass/template/sections/_hero.scss","../sass/template/sections/_error.scss","../sass/template/sections/_about.scss","../sass/template/sections/_contact.scss","../sass/template/sections/_common.scss","../sass/template/sections/_faq.scss","../sass/template/sections/_service.scss","../sass/template/sections/_counte.scss","../sass/template/sections/_price.scss","../sass/template/sections/_process.scss","../sass/template/sections/_download.scss","../sass/template/sections/_cta.scss","../sass/template/sections/_map.scss","../sass/template/sections/_team.scss","../sass/template/sections/_testimonial.scss","../sass/template/sections/_simple-sections.scss","../sass/template/sections/_sidemenu-v1.scss","../sass/spacing/_spacing.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA;AAAA;AAAA;AAGA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AA6CA;AAAA;AAAA;AAKA;AAAA;AAAA;AAGA;AAGA;AAGA;ACtEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ADiDF;AEzEA;AAAA;EAEC;;;AAID;EACC,aDyCkB;ECxClB,WDyCkB;ECxClB,aD0CkB;ECzClB,ODwBuB;ECvBvB,kBDiBuB;EChBvB,aDsCkB;ECrClB;EACA;;;AAGD;EACC;EACA;;;AAGD;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAYC;;;AAID;EACC;EACA;;;AAGD;AAAA;AAAA;AAAA;EAIC;EACA;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;;;AAID;EACC;EACA,ODrCuB;;;ACwCxB;AAAA;EAEC;EACA;;;AAID;EACC,ODpDuB;ECqDvB;EACA;EACA;;AAEA;EACC,ODtDsB;;ACyDvB;EAIC;EACA;;;AAKF;EACC;;;AAGD;EACC;EACA;;;AAGD;EACC;;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;AAAA;EAEC;;;AAID;EACC;EACA,ODhGuB;ECiGvB,aDjFkB;ECkFlB,aDvFkB;;;AC0FnB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAQC;EACA;EACA;EACA;;;AAID;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAYC,aDrHkB;ECsHlB,ODpIuB;ECqIvB;EACA;EACA;;;AAGD;AAAA;EAEC;EACA;;;AAGD;AAAA;EAEC;;;AAGD;AAAA;EAEC;;;AAGD;AAAA;EAEC;;;AAGD;AAAA;EAEC;EACA;;;AAGD;AAAA;EAEC;;;AC9BA;AACA;EDkCA;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;;AC9CD;AACA;EDoDA;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;EAGD;AAAA;IAEC;;;AF9LF;AAGA;AAIA;AAAA;AAAA;AAGA;AItFA;EACE;AAAA;AAAA;AAAA;AAAA;AAAA;IAME;IACA;IACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACE;IACE;IACA;;EAEA;IACE;IACA;;;AJ+DN;AKzFA;EACE;IACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;IACE;;;AL4EJ;AM5FA;AAAA;AAAA;AAAA;AAAA;EAKE;EACA;EACA;EACA,OL0BsB;EKzBtB,kBLmBsB;EKlBtB;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;AAAA;EACE;EACA;EACA,kBLWoB;;AEqCrB;AAAA;AAAA;AAAA;AAAA;EG5CC,OLaoB;;AE+BrB;AAAA;AAAA;AAAA;AAAA;EG5CC,OLaoB;;AE+BrB;AAAA;AAAA;AAAA;AAAA;EG5CC,OLaoB;;AE2CvB;AAAA;AAAA;AAAA;AAAA;EGxDG,OLaoB;;;AKTxB;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIF;AAAA;EAEE;EACA;;;AAGF;AACA;EACE;;;AAGF;AAAA;EAEE;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAKI;EACE;EACA,OLxCgB;EKyChB,kBLhDgB;EKiDhB,cLjDgB;;AKsDtB;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA,aL/CS;EKgDT;EACA;EACA;EACA;EACA,kBLpEkB;EKqElB;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA,aLxFS;EKyFT;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YLpHkB;EKqHlB;EACA;;AAMA;EACE,cL5HgB;EK6HhB,kBL7HgB;EK8HhB,OLvHgB;;;AK8HxB;EACE;EACA;EACA;EACA;EACA,aLvHiB;EKwHjB;;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;;AAIA;EACE;;;AAMN;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACE;EACA;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAGE;EACE;;AAGF;EACE;;AAIJ;EACE,kBLhMoB;EKiMpB,OLpMoB;EKqMpB;;AAGF;EACE,kBLrMoB;EKsMpB,OL1MoB;EK2MpB;;AAGF;EACE;EACA;EACA;;;ANtJJ;AO/FA;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;AAAA;EAEE,kBNzBoB;EM0BpB,cN1BoB;;;AM+BxB;EACE;EACA;EACA;EACA,kBNrCsB;EMsCtB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,ON5CsB;EM6CtB;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE,kBN7DoB;EM+DpB;;;AAKF;EACE;;;AAKF;EACE;EACA;;AAIA;EACE;EACA;;;AJyCL;AACA;EIlCC;IACE;;;AJwCH;AACA;EIpCC;IACE;;;AJkDH;AACA;EI9CC;IACE;IACA;;EAEA;IACE;IACA;;EAIJ;IACE;;;AP9CJ;AQlGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIA;EACE;EACA;EACA;EACA;EAEA,kBPMoB;;AOHlB;EACE;;AAMN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OPToB;EOUpB,kBPjBoB;EOkBpB;;AAEA;EACE,kBPnBkB;EOoBlB,OPfkB;;AOmBtB;EACE;EACA;EACA,kBP9BoB;EO+BpB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;EACA;;;AAON;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;AAGF;EACE,kBPxEoB;;AO2EtB;EACE;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,OPvFgB;EOwFhB;;AAEA;EACE;EACA,aPpFK;EOqFL;EACA;EACA;EACA;EACA;;AAKF;EACE,OP9Gc;;AOgHd;EACE;;AAMJ;EACE;;AAEA;EACE;;AAQJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBP/Ic;EOgJd,OP5Ic;EO6Id;EACA;;AACA;EACE,kBPlJY;;AOoJd;EACE;EACA,aPzIG;;AOgJL;EACE;;AAOV;EACE;;AAGE;EACE;;;AAQR;EACE;EACA;EACA;EACA;EACA;EACA,kBP1LsB;EO2LtB,OPnLsB;EOoLtB;EACA;;AAEA;EAEE;EACA;EACA;EACA,OPhMoB;EOiMpB;;AAEA;EACE;;AAIJ;EACE,OPtMoB;;;AO2MxB;EACE;IACE;IACA;;EAGF;IACE;;;ARhJJ;AAAA;AAAA;AAGA;ASzGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBRqBsB;;AQnBtB;EACE;EACA;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;;AAKJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AToBJ;AU3GA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aTsCiB;ESrCjB,kBTmBsB;ESlBtB,OTsBsB;ESrBtB;EACA;EACA;;AACA;EACE,kBTeoB;;;ASTxB;EACE;EACA;EACA;EACA,kBTGsB;ESFtB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE,OTNoB;ESOpB,kBTToB;;;ASexB;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA,kBT5BoB;ES6BpB,OTzBoB;ES0BpB;EACA;EACA;EACA;;AAIF;EAEE;EACA;EACA;EACA;EACA;EACA;EACA,kBTtCoB;ESwCpB;EACA;EACA;;AAGF;EACE;;AAMA;AAAA;EAGE,kBT5DkB;;;ASsExB;EACE,aTvDiB;ESwDjB,OTtEsB;ESuEtB;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE,OTxFoB;;;AS8FxB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;APuDD;;AOrDC;EACE;EACA,kBT1GoB;ES2GpB,OTpGoB;ESqGpB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBT/HoB;ESgIpB;EACA;EACA;;AAKA;EACE,kBTrIkB;ESsIlB,OTjIkB;;ASqItB;EACE;EACA;EACA;;APeH;EOhED;IAqDI;IACA;IACA;IACA;;EAEA;IACE;;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;APbH;AACA;EOkBC;IACE;;EACA;IACE;;EAIJ;IACE;;EAEA;IACE;;;AVzGN;AW/GA;EACE;;;AAGF;EACE;;;AAGF;EACE,OV2BsB;EU1BtB;;;AAEF;EACI;EACA;EACA,aVgCe;EU/Bf,OVeoB;EUdpB;EACA;EACA;;AACA;EACE;EACA;EACA;EACA,OVKkB;;AUHpB;EACE;EACA;EACA;EACA,OVDkB;;;AUIxB;EACI;EACA;EACA,aVWe;EUVf,OVNoB;EUOpB;EACA;EACA;;AACA;EACE;EACA;EACA;EACA,OVhBkB;;;AUmBxB;EACE,aVDiB;;;AEkIlB;AACA;EQzHC;IACE;;;AXuDJ;AYlHA;EACE;;AAEA;EACE;EACA;;AAIA;EACE;;;AAKN;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;;;AAEF;EACE;EACA;;;AAEF;EACE;;;AAIF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBXzBsB;EW0BtB,OXlBsB;EWmBtB;EACA;;;AAKE;EACE,OX3BkB;EW4BlB;EACA;EACA;EACA;EACA,aXrBa;EWsBb;;AACA;EACE;;AAEF;EACE;EACA;EACA;;;AAMR;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBXvEoB;EWwEpB;;;AAGJ;EACE;;;AAGF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;;AACA;EACE,OXpGkB;;AWuGtB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aXrGe;EWsGf;EACA,OXlHoB;EWmHpB,kBXtHoB;AEyJvB;;ASlCG;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBXjIkB;;AWgJpB;EACE;EACA;EACA;EACA;EACA;EACA;;ATGL;EShDC;IAiDI;IACA;;;;AAyCJ;AAAA;AAAA;EAGE,kBX5MoB;;;AWgNxB;EACE;IACE;;;AZ1HJ;AapHE;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AVmJD;AACA;EUhJC;AAAA;IAEE;;;Ab2EJ;AcvHE;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIJ;AAAA;EXHC,mBWK6B;EXJ7B,iBWIwC;EXHxC,qBWG+C;;;AAGhD;EXRC,mBWS6B;EXR7B,iBWQwC;EXPxC,qBWOmD;;;AAGpD;EACE;;;Ad2GF;Ae1HE;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAIJ;EACE;;AACA;EACE,OdoBoB;;;AcdtB;AAAA;EACE;;;Af8GJ;AgB9HA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;AACA;AAAA;EAEE;;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAKA;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AAMF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AADF;EACE;;;AhBsFJ;AiBjIA;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;EAEE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;EAEE;;;AAEF;EACE;;;AAGF;EACE;IACE;;EAGF;IACE;;EAGF;IACE;;;AAGJ;EACE;;;AAIF;EACE;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;IACE;IACA;;EAGF;IACE;;EAGF;IACE;IACA;;;AAIJ;EACE;IAAM;;EACN;IAAM;;;AAGR;EACE;IACE;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;;;AAKJ;EACE;IACE;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAKJ;EACE;IACE;IACA;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;;;AAKJ;EACE;IACE;;;AAIJ;EAEE;IAEE;;EAGF;IACE;;;AjBxEJ;AAAA;AAAA;AAGA;AkBlIE;AAAA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;AAGF;AAAA;AAAA;AAAA;AAAA;EACE;;;AAQF;AAAA;AAAA;AAAA;EACE;;AAEA;AAAA;AAAA;AAAA;EACE;;AAIJ;AAAA;AAAA;AAAA;EACE;EACA;EACA;EACA;EACA;;AACA;AAAA;AAAA;AAAA;EACE;EACA;EACA;EACA;EACA;;AAEF;AAAA;AAAA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBjBpBkB;EiBqBlB;EACA;EACA;;AAGF;AAAA;AAAA;AAAA;EACE,OjB3BkB;;AiB4BlB;AAAA;AAAA;AAAA;EACE;EACA;EACA;;AAKN;AAAA;AAAA;AAAA;EACE;EACA;;AACA;AAAA;AAAA;AAAA;EACE;EACA;EACA;EACA;EACA;EACA,OjBzCkB;EiB0ClB,kBjBvCkB;EiBwClB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOJ;EACE;EACA;EACA;;AAGA;EACE;;AAGA;EACE,kBjBxEgB;EiByEhB,OjBrEgB;;AiBuElB;EACE,OjB5EgB;EiB6EhB,kBjBzEgB;;AiB8EtB;EACE;EACA,ajBjEe;EiBkEf,OjB9EoB;EiB+EpB,kBjBjFoB;EiBkFpB;EACA;EACA;EACA;EACA,ajBzEe;EiB0Ef;EACA;;AAOF;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA,OjB1GkB;EiB2GlB,kBjB/GkB;EiBgHlB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACE;EACA;EACA;EACA;EACA;;AAEA;EAEE;;AAKJ;EACE;;AAII;EACE;EACA;EACA;;;AASR;EACE;;;AC3LJ;EACE;EACA,kBlB+BsB;EkB9BtB;EACA;EACA;EACA;;AACA;AAAA;EAEE;EACA;EACA;EACA;;;AAIJ;EACE;EACA,OlBkBsB;EkBjBtB;EACA;EACA;EACA;EACA;EACA,alBuBiB;;;AkBcjB;EACE;EACA;EACA,kBlB9BoB;EkB+BpB;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA,kBlBvCkB;EkBwClB,OlBtCkB;;AkBuClB;EACE,OlBxCgB;;AkB4CpB;EACE;EACA;EACA,OlBlDkB;EkBmDlB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,kBlB/DgB;;;AkBuEtB;AAAA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OlB3EoB;EkB4EpB,kBlB/EoB;EkBgFpB;EACA;EACA;;AAeA;AAAA;EACE,kBlBtGkB;EkBuGlB;EACA;;AAEA;AAAA;EACE,kBlBnGgB;;;AkByGxB;EACE;EACA;;;AAGF;EACE;EACA;EACA;EAEA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAEA;EACE;EACA;;AAIJ;EACE,OlBvIoB;EkBwIpB;EACA;EACA;;AAGF;EACE;;AAEA;EACE;EACA;EACA;EACA,OlBpJkB;EkBqJlB;;AAEA;EACE;EACA,OlBhKgB;;;AkBsKxB;EACE;;AAGI;EACE,OlBzKgB;EkB0KhB,kBlBrKgB;;;AkB4KxB;EACE,kBlBpLsB;EkBqLtB;;AAKA;EACE,OlBvLoB;EkBwLpB;;AAEE;EACE,kBlB1LgB;;AkB4LlB;EACE,kBlB7LgB;;AkBwNpB;EACE;;AACA;EACE;EACA,OlB1NgB;EkB2NhB;EACA,kBlB/NgB;;AkBgOhB;EACE;EACA,OlB/Nc;;AkBkOlB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBlBhPgB;EkBiPhB;;AACA;EACE,OlB9Oc;EkB+Od,kBlBtPc;;AkB0PpB;EACE,OlBvPkB;;AkB0PtB;EACE;EACA;;;AAQJ;EACE;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA,OlBpSoB;EkBqSpB;EACA;;AAEA;EACE,OlB7SkB;;AkBiTtB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA,OlBzToB;EkB0TpB;EACA;EACA;;AAGF;EACE;EACA;EACA,OlB9ToB;EkB+TpB;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE,kBlBxVkB;EkByVlB;EACA,OlBvVkB;;AkB2VtB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE,OlB/WkB;EkBgXlB;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA,OlBnYkB;;AkBuYtB;EACE;EACA;;AACA;EACE,kBlBnZkB;EkBoZlB,clBpZkB;;AkBqZlB;EACE,kBlBpZgB;EkBqZhB,clBrZgB;;;AE2IvB;AACA;EgBiRC;IACE;IACA;;EAIA;IACE;IACA;;;AhBlRL;AACA;EgBwRC;IACE;;EAGF;AAAA;IAEE;;;AhBvRH;AACA;EgB2RC;IACE;;;AhBrRH;AACA;EgByRC;IACE;;;AC7dJ;EACE;;AAEA;AAAA;EAEE;EACA;EACA;EACA;;AAGF;EACE,OnBwBoB;EmBvBpB;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAIJ;EAKE;;AAKE;EACE;;AAIJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA,OnBzBgB;;AmB8BlB;EjBxCL,OiByC2B;EjBxC3B,QiBwC2B;EACpB;EACA;EACA,OnB7BgB;EmB8BhB;;AAIA;EACE;;;AAQV;EACE;;;AAEF;EACE,OnB7CsB;EmB8CtB;EACA,anBnCiB;EmBoCjB;;;AjBsFD;AACA;EiBnFC;IACE;;EAEA;IACE;IACA;;EAIA;IACE;;;AjBgFP;AACA;EiBxEG;IACE;;;ApBkCN;AqB9IA;EACE;EACA;;;AAGF;EACE;EACA;;;AAIA;EACE;EACA;EACA;EACA;EACA,kBpBiBoB;EoBhBpB;EACA;;AAEA;EACE;;AACA;EACE;;AAEF;EACE;EACA;EACA;;AACA;EACE;;AAEF;EACE;;;AAOV;EACE;;AACA;EACE;EACA;EACA,apBEe;EoBDf;EACA;EACA;EACA,OpBboB;EoBcpB;AlBwGH;;AACA;EkBjHC;IAWI;;;AAGF;EACE,OpB1BkB;;AoB+BpB;EACE;;AAKJ;EACE;EACA;;AAEA;EACE;EACA;EACA;;AAKI;EACE;EACA;EACA,apBvCG;EoBwCH;EACA;EACA;;AAKN;EACE;;AAGF;EACE;;AAKA;AAAA;EAEE;EACA;EACA;EACA;;AAQR;AAAA;EAEE;EACA;EACA;EACA;EACA,kBpB5FoB;EoB6FpB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;AAEA;AAAA;EACE;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA,kBpB/GkB;EoBgHlB;;AAGF;EACE;EACA;EACA;;AAGE;EACE;EACA;EACA;;AAIJ;EACE;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA,apBtIK;EoBuIL;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OpB3Jc;EoB4Jd;EACA,kBpBhKc;EoBiKd;;AAIJ;EACE;EACA;EACA;EACA;EACA;;AAGE;EACE;EACA;;AAOV;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIA;EACE;;AAGF;EACE;;AAMF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,OpBtNgB;EoBuNhB,cpB9NgB;;AoBgOhB;EAEE;EACA;EACA;EACA;EACA;EACA;EACA,kBpBxOc;;AoB2OhB;EACE;EACA;;AAGF;EACE;;;AAUN;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE;;AACA;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAQR;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA,OpB7RoB;EoB8RpB,apB/Qe;EoBgRf;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBpB1SkB;;AoB6SpB;EACE;EACA;;AACA;EACE;;AAKN;EACE,OpBzToB;EoB0TpB;EACA;;AAGF;EACE;;AAEA;EACE,OpBpUkB;;AoBqUlB;EACE,OpBtUgB;;;AoB4UxB;EACE;EACA;EACA;EACA;;AAEA;EACE;;AACA;EACE,OpBrVkB;;;AoByVxB;EACE;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBpBtWoB;EoBuWpB;;AACA;EACE,kBpBvWkB;;AoB0WtB;EACE;EACA;EACA,OpBxWoB;EoByWpB,kBpB3WoB;EoB4WpB;EACA;EACA;;AACA;EACE;EACA,OpB/WkB;;;AoBoXxB;EACE,kBpB7XsB;EoB8XtB;;AAIM;EACE;;AAKR;EACE;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AACA;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBpBhagB;EoBiahB;;AAKA;EACE,OpBrac;;AoB0atB;EACE;EACA;EACA;;AACA;EACE;EACA;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBpBlckB;;AoBqctB;EACE;;AAEF;EACE;;AACA;EACE;EACA;;AAGJ;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIN;EAEI;IACE;IACA;IACA;;EACA;IACE;;EAGA;IACE;;EAIN;IACE,kBpB9ekB;;EoB+elB;IACE;;EAGJ;IACE;;;AlBvXL;AACA;EkB4XG;IACE;IACA;IACA;;EACA;IACE;;EAGA;IACE;;EAIN;IACE,kBpBxgBkB;;EoBygBlB;IACE;;;AlBrYP;AACA;EkB2YG;IACE;IACA;;;AlBtYL;AACA;EkB0YC;IACE;;EAEF;IACE;;EAGA;IACE;;;AlB3YL;AACA;EkBgZG;IACE;;;AlBlYL;AACA;EkBsYC;IACE;IACA;;EAIA;IACE;;EAEE;IACE;;;ArBlcV;AsBhJA;EACE;EACA;;;AAEF;EACE;;AACA;EACE;EACA;EACA;EACA;EACA,kBrBmBoB;EqBlBpB;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AACA;EACE;EACA;;AACA;EACE;EACA;;AACA;EACE,OrBOc;EqBNd,arBkBS;EqBjBT;EACA;;AACA;EACE;EACA;;AAEF;EACE,OrBTY;;AqBetB;EACE;EACA;;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE,crB1BoB;;AqB4BpB;EACE;EACA;EACA;EACA;EACA;EACA;EACA,kBrBnCkB;EqBoClB;;AAGA;EACE,OrBjCgB;EqBkChB;EACA;EACA;EACA;;AAEF;EACE;EACA,OrBzCgB;EqB0ChB;EACA;EACA;;AACA;EACE,OrB9Cc;EqB+Cd;;AACA;EACE,OrBxDY;;;AqB+DtB;EACE,OrB5DoB;;AqBgEpB;EACE;;;AAIN;EACE;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;;AAEF;EACE;;;AAIJ;EACE;EACA;EACA;EACA;;AACA;EACE,OrB9FoB;EqB+FpB;EACA;EACA;;AAEF;EACE,OrB/FoB;EqBgGpB;;;AAKF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE,kBrBrHkB;;;AqBoIxB;EACE;EACA;EACA,kBrBvIsB;EqBwItB;;;AAGF;EACE;EACA;EACA;EACA,OrB3IsB;;AqB6ItB;EACE;EACA,OrB5IoB;EqB6IpB;;AAEA;EACE,OrBrJkB;;;AqB2JtB;EACE;;AAGF;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA,OrBtKoB;EqBuKpB;EACA;;AAEA;EACE,OrBxKkB;;;AqB4KxB;EACE;EACA;EACA;;;AAEF;EACE;EACA;EACA;;AACA;EACE;;AACA;EACE;EACA;EACA;EACA;EACA,kBrBnMkB;EqBoMlB;EACA;;AAIF;EACE;;AAIF;EACE;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;;AAIN;EACE;;;AnBjFH;AAQA;AACA;EmB+EC;IACE;;EAGF;IACE;IACA;;;AnB9EH;AACA;EmBiFC;IACE;;EACA;IACE;IACA;IACA;IACA;;;AtB9HN;AuBpJA;EACE;;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA,atBgCe;EsB/Bf;EACA;;AACA;EACE;;AACA;EACE,OtBegB;;AsBVpB;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA,kBtBHgB;EsBIhB;EACA;EACA;;AAMN;AAAA;AAAA;EAGE;EACA;EAEA;EACA,OtBzBoB;EsB0BpB,atBPe;EsBQf;;AAGF;EACE;;AAGF;EACE,OtBlCoB;;;AsBsCxB;EACE,OtBhCsB;EsBiCtB;EACA;EACA;;;AAGF;EACE,kBtB1CsB;EsB2CtB;EACA;EACA;EACA;;;ApB2GD;AACA;EoBzGC;IACE;IACA;;;AvBmEJ;AwBvJA;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA,avB4Be;EuB3Bf,OvBSoB;EuBRpB;EACA;EACA;EACA,kBvBSoB;;AuBRpB;AAAA;AAAA;EAEE,OvBSkB;EuBRlB,kBvBCkB;;AuBGtB;EACE;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;;AAMN;EAGE;;AACA;EACE;EACA,OvBzBoB;EuB0BpB;;AACA;EACE,OvB1BkB;;;AuB+BxB;EACE;EACE;EACA;EACA;;AAEA;EACE;;AAEF;EACE;EACA,avB1Ba;;AuB6Bf;EACE,OvBhDkB;;AuBoDtB;EACE;EACA;EACA,OvBhDoB;EuBiDpB,avBtCe;EuBuCf;EACA;;AAOA;EACE;;AAGJ;EACE;EACA;;;ArB8DH;AACA;EqB1CC;IACE;;;ArBgDH;AACA;EqB5CC;IACE;;EAGA;IACA;;;ArB8CH;AACA;EqBzCG;AAAA;IAEE;IACA;IACA;IACA;IACA;IACA;;EAEA;AAAA;IACE;;EAMN;IACE;;EACA;IACE;;;ArB6BL;AACA;EqBxBC;IACE;IACA;;EACA;IACE;;EAEF;IACE;IACA;;EAIJ;IACE;;EAGA;IACA;;EAGF;IACE;IACA;;;AxB/BJ;AyB1JA;EACE,kBxBgCsB;EwB/BtB;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;;AAGA;EACE;;AAGJ;EACE;EACA;EACA;EACA;;AACA;EACE;;AAIN;EACE;EACA;EACA;;AAEF;EACE;EACA;;AAEF;EACE,OxBHoB;EwBIpB;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;;;AAIN;EACE,kBxBvBsB;EwBwBtB;EACA;;AACA;EACE,kBxB1BoB;EwB2BpB;;AACA;EACE;;AAGJ;EACE;;;AAIF;EACE;EACA;EACA;EACA;EACA,OxBxCoB;EwByCpB,kBxB3CoB;;AwB4CpB;EACE;;AAEF;EACE,kBxBnDkB;;;AwB0DtB;EACE;EACA,axB/CW;EwBgDX;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,axB/De;EwBgEf,OxB3EoB;;AwB6EpB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAIN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBxBrGoB;EwBsGpB;;AACF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE,OxBjHoB;EwBkHpB;EACA;EACA;EACA,axBzGe;;;AwB6GjB;EACE;;;AAIF;EACE;;AACA;EACE;;AAGJ;EACE,OxBrIoB;EwBsIpB;EACA;;;AAGJ;EACE;EACA,OxB/IsB;EwBgJtB,kBxBlJsB;EwBmJtB;EACA;EACA,axBrIiB;EwBsIjB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA,axB5Je;EwB6Jf;;AAEF;EACE,OxBnLoB;EwBoLpB;EACA;EACA;EACA;EACA,kBxBpLoB;EwBqLpB;EACA;EACA,axBxKe;;;AwB6Kf;EACE,kBxB/LkB;;;AwBoMtB;AAAA;EAEE;EACA;EACA;EACA;EACA,OxBrMoB;EwBsMpB;EACA;EACA,axB5Le;;AwBkMf;AAAA;EACE;;AAEF;AAAA;EACE;EACA;EACA,OxBpNkB;EwBqNlB;;AAIJ;EACE,OxBjOoB;;AwBkOpB;EACE,OxBnOkB;;;AwBuOxB;EACE;;AACA;EACE;EACA,OxBpOoB;EwBqOpB;EACA;EACA;EACA;EACA,kBxBhPoB;;AwBkPpB;EACE,kBxB5OkB;EwB6OlB,OxB/OkB;EwBgPlB,cxBrPkB;;;AwB0PtB;EACE,OxBpPoB;EwBqPpB;;AAEA;EACE,OxB/PkB;;;AwBmQxB;EACE;;;AAEF;EACE;EACA;EACA,OxBlQsB;EwBmQtB,axBxPiB;EwByPjB;EACA;EACA;;;AAEF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA,OxBjTkB;EwBkTlB,kBxB9SkB;EwB+SlB;EACA;EACA;EACA;EACA,OxBnTkB;EwBoTlB;EACA;EACA;EACA;;AACA;EACE,OxB7TgB;;AwB+TlB;EACE,OxB5TgB;EwB6ThB,kBxBjUgB;;AwBkUhB;EACE,OxB/Tc;;;AwBqUxB;EACE;EACA;EACA,axBzTiB;EwB0TjB,OxBzUsB;EwB0UtB;;AAEA;EACE;;AAGF;EACE;;AAEA;EACE;EACA;;AAIJ;EACE;EACA;EACA;EACA;EACA,kBxBlWoB;EwBmWpB;;;AAGJ;EACE;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;AAAA;EAEE;EACA,kBxBtXoB;EwBuXpB;;AAGF;EACE;;AAIA;EACE;EACA;EACA;EACA;EACA;EACA,kBxBpYkB;EwBqYlB,OxB1YkB;EwB2YlB;EACA;;AAEA;EACE,kBxB/YgB;EwBgZhB,OxB3YgB;;AwBgZtB;EACE;EACA;;AAKE;EACE;EACA;;;AAOJ;EACE;EACA;;;AAKJ;EACE;;;AAGJ;EACE;;AACA;EACE;EACA;EACA;EACA;;;AtB3SH;AACA;EsB8SC;IACE;IACA;;EAGF;IACE;;EAEA;IACE;IACA;;EAGF;IACE;IACA;;EAIJ;IACE;IACA;;EAEA;IACE;;;AtB/TL;AACA;EsBmUC;IACE;IACA;;;AtB9TH;AACA;EsBiUC;IACE;IACA;;EAEA;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAEA;IACE;;EAKN;IACE;;EAEA;IACE;IACA;IACA;IACA;IACA;IACA;;EAGF;IACE;;EAIJ;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAGE;IACE;;EAIJ;IACE;IACA;;EAOI;AAAA;IACE;IACA;;EASN;IACE;;;AzB7aR;A0BxJA;EACE;EAEA;;AAGE;EACE;EACA;;AAKJ;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA,OzBOoB;EyBNpB,kBzBGoB;EyBFpB;;AvBkCD;EuB/BG,OzBEkB;;AE6BrB;EuB/BG,OzBEkB;;AE6BrB;EuB/BG,OzBEkB;;AEyCvB;EuB3CK,OzBEkB;;AyBGpB;EACE,OzBJkB;;AyBUlB;EACE,kBzBdgB;EyBehB;EACA;EACA;;AAMA;EACE,kBzB5Bc;EyB6Bd;;AAMR;EACE,OzB7BoB;EyB8BpB;EACA;EACA;EACA;;AAaF;EACE;EACA;EACA,OzBnDoB;;;AyBuDxB;EACE;EAEA;;AAGA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA,kBzB/FoB;EyBgGpB;;AAIF;EACE;EACA;EACA;;AAKE;AAAA;AAAA;AAAA;EAEE;;AAMN;EACE;EACA;EACA;EACA,kBzBtHoB;EyBuHpB;EACA;;AACA;EAEE;;AAIJ;EACE;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;;AAEA;EACE,OzBlJkB;EyBmJlB;EACA;;AAIJ;EACE,OzBlJoB;EyBmJpB;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAGF;EACE,OzB/JoB;EyBgKpB;EACA;EACA;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAGF;EACE,OzBxLoB;EyByLpB,kBzB3LoB;EyB4LpB;EACA;EACA;EACA,azBlLe;EyBmLf;EACA;EACA;;AACA;EACE,OzBlMkB;EyBmMlB,kBzB1MkB;;AyB8MtB;EACE,kBzB/MoB;EyBgNpB;EACA;EACA;EACA;;AAoBA;EACE;;AAGF;EACE;EACA;;;AAOJ;EACE;EACA;;AAGF;EACE;;;AA+CF;EACE;EACA,OzBzSoB;EyB0SpB;;;AAIJ;EACE;;;AvB5KD;AACA;EuB+KC;IACE;;EAIA;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;;EAIJ;IACE;;EAEA;IACE;IACA;;;AvBnML;AACA;EuByMC;IACE;IACA;;EAEA;IACE;IACA;;EAGF;IACE;IACA;IACA;;EAGF;IACE;;EAGF;IACE;IACA;;EAGF;IACE;;EAIA;IACE;;EAOJ;IACE;;;AvBhOL;AACA;EuBsOC;IACE;;EAEA;IACE;;EAGF;IACE;IACA;IACA;;EAGF;IACE;IACA;IACA;IACA;IACA;;EAIA;IACE;;EAKN;IACE;;EAEA;AAAA;IAEE;IACA;IACA;;EAGF;IACE;;EAKJ;IACE;;;A1B9SJ;A2BhKA;EACI;EACA;;AACA;EACI;;AAEJ;EACI;;AAEJ;EACI;;AAEJ;EACI,O1BoBgB;E0BnBhB;EACA;;AACA;EACI,kB1BcY;;;AE2IvB;AACA;EwBpJG;IACI;;EACA;IACI;;;A3ByIZ;A4BnKA;EACI;;AAEI;EACI,kB3B2BY;;;A2BvBxB;EACI;EACA;EACA;EACA,a3BoCe;;;ADsHnB;A6BtKA;EACI;EACA;;AACA;EACI;;AAEL;EACC;;AAEI;EACI;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA,a5B6BW;;A4B1Bf;EACI;;;A7BkJR;A8BxKI;EACI;EACA;EACA;EACA,O7B+BgB;E6B9BhB,kB7B4BgB;E6B3BhB,c7BkCgB;;A6BjChB;EAEI,c7B0BY;E6BzBZ;EACA;EACA;;AAGJ;EACI;EACA,kB7BgBY;;A6BfZ;EACI,O7BgBQ;;A6BZpB;EACI;EACA;EACA,O7BSgB;E6BRhB,kB7BMgB;E6BLhB;EACA;EACA;;AAEJ;EACI;EACA;EACA,kB7BHgB;E6BIhB;;;AAGR;EACI;EACA,kB7BXoB;E6BYpB;EACA;EACA;;AACA;EACI;EACA;EACA;;AAGA;EAEI,kB7BrBY;E6BsBZ,O7BtBY;;A6B0BhB;EACI;;AAEJ;EACI;EACA;EACA;EACA,kB7BjCY;;A6BmChB;EACI;EACA;EACA,O7BtCY;;A6BuCZ;EACI,O7BxCQ;;A6ByCR;EACI,O7BvCI;;A6B2ChB;EACI,O7B/CY;E6BgDZ;EACA;EACA;;;AAIZ;EACI;;;AAEJ;EACI;EACA;EACA;;;A9B+EJ;A+BlIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAmBF;EACE;;;AAGF;AAAA;EAEE;;;AAGF;EACE;EACA;;;AAGF;EACE;;;A/BwFJ;AgC/KA;EACE;EACA;;AACE;EACE;EACA;EAEA,a/BwCa;E+BvCb;EACA;EACA;EACA;EACA;EACA;EACA,kB/BoBkB;E+BnBlB;EACA;EACA;EACA;;AAEE;EACE,kB/BYc;E+BXd,O/Bcc;;A+BVlB;EACE;EACA,a/BgBO;E+BfP;EACA;EACA;EACA;EACA;EACA;EACA,kB/BFgB;E+BGhB;EACA,O/BDgB;E+BEhB;EACA;EACA;EACA;EACA;;AAGA;EACE,O/BVc;E+BWd,kB/BhBc;;A+BqBd;EAEE,O/BlBY;;A+BsBlB;EACE;;AAEF;EACE,O/B7BgB;E+B8BhB,kB/BlCgB;;A+BmChB;EACE;EACA,O/BnCc;;A+BuCpB;EACE;;AACA;EACE;;AAIJ;EACI;EACA,kB/B7CgB;E+B8ChB;;AACA;EACI;;AAGR;EACI;;AAIF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;EACA;;;AAMV;EACE;EACA;;AACE;EACI;;;AhC8DR;AiClLA;EACI,kBhC2BoB;;;AgCzBxB;EACI,kBhC6BoB;EgC5BpB;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,kBhCoBgB;EgCnBhB;EACA;EACA;;AACA;EACI;;AAIR;EACI;EACA;EACA;;AACA;EACI,OhCQY;;AgCLpB;EACI,ahCgBW;EgCfX;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAGR;EACI,OhCdgB;EgCehB;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;;AAGN;EACI,kBhClCgB;;AgCmChB;EACI;;AACA;EACI,OhClCQ;;AgCqChB;EACI,OhCtCY;EgCuCZ;;AAEJ;EACI,kBhC/CY;;AgCgDZ;EACI;;;AjCwGhB;AkCrLA;EACI,kBjC4BoB;EiC3BpB;EACA;EACA;EACA;;AACA;EACI;EACA;EACA;;AACA;EACI;EACA;EACA,OjCgBY;EiCfZ;;AACA;EACI;EACA;EACA;EACA;;AAIZ;EACI;EACA;EACA,OjCGgB;EiCFhB;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA,kBjCHgB;EiCIhB;EACA;EACA;;;AlCiJR;AmCxLA;EACI;;AACA;EACI;EACA;EAEA;EACA,kBlC0BgB;;AkCzBhB;EACI,OlC2BY;EkC1BZ,kBlCuBY;EkCtBZ;EACA;;AACA;EACI,clCeQ;;AkCbZ;EACI,OlCgBQ;EkCfR,kBlCWQ;;AkCPpB;EACI;;AACA;EACI;;;AAOJ;EACI;;;AAIZ;EACI;EACA,kBlCNoB;EkCOpB;EACA;EACA;;AACA;EACI,OlCRgB;EkCShB;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AACA;EACI;;AAGR;EACI,alCVW;;AkCYf;EACI;EACA;EACA;EACA;EACA;EACA,kBlCjCgB;EkCkChB;EACA;EACA;EACA;;AACA;EACI;;AAGR;EACI;EACA;EACA,alC/BW;EkCgCX;EACA,OlCjDgB;EkCkDhB;;AACA;EACI;EACA,OlChDY;EkCiDZ;EACA;;AAGR;EACI;EACA,kBlCzDgB;EkC0DhB;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI,alCnDG;EkCoDH;EACA;EACA;;AACA;EACI,OlCzEI;EkC0EJ;;AAKhB;EACI;EACA;;AAEJ;EACA;EACA;EACA,OlCjFoB;;AkCmFpB;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,OlC/FgB;;AkCiGpB;EACI;;AACA;EACI;EACA;;AAGR;EACI,alC3FW;EkC4FX;EACA;EACA,kBlC/GiB;EkCgHjB;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA,OlCnHgB;EkCoHhB;EACA;;AACA;EACI,OlC9HY;EkC+HZ;EACA;EACA;EACA;EACA;;AAGR;EAEI,kBlCxIgB;;AkC0IZ;EACI,OlCpIQ;EkCqIR,kBlCxIQ;;AkC2IhB;EACI,OlCzIY;;AkC0IZ;EACI,OlC9IQ;;AkCiJhB;AAAA;AAAA;EAEI,OlCnJY;;AkCqJhB;EACI,OlC1JY;;AkC2JZ;EACI,OlCxJQ;;AkC4JZ;EACI,OlC/JQ;;;AD4JxB;AoC1LI;EACI;;AAEJ;EACI;;;AAGR;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;EACA;EACA;EAEA;EACA;EACA,kBnCWY;;AmCKpB;EACI;EACA;EACA;EACA;EACA;EACA,kBnCZgB;EmCahB;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,OnCpBY;EmCqBZ;EACA;EACA;EACA;EACA;EACA,kBnChCa;EmCiCb;EACA;;AAGR;EACI;EACA;EACA,OnClCgB;EmCmChB;EACA;;AACA;EACI,OnC7CY;;AmCgDpB;EACI,OnC1CgB;EmC2ChB;EACA;EAGA;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;;AAGA;EACI;EACA;;AAEJ;EACI;;AAEJ;EACI,kBnCxEY;;AmCyEZ;EACI;;AAEJ;EACI,OnC3EQ;EmC4ER,kBnChFQ;;AmCmFhB;EACI;EACA;;AAEJ;EACI,OnCxFY;;AmC6FhB;EACI,kBnC5FY;;AmC6FZ;EACI;;AAEJ;EACI,OnC/FQ;EmCgGR,kBnCpGQ;;AmCuGhB;EACI;EACA;;;ApCwDZ;AqC9LA;EACI;EACA;;AACA;EACI;;AAGJ;EACI;;AAEJ;EACI,apCqCW;EoCpCX;;AAEJ;EACI;;AAGA;EACI;;;AAKZ;EACI;EACA;;AACA;EACI;EACA;EACA;EACA;;AACA;EACI;;AAEJ;EACI,cpCPY;EoCQZ,kBpCRY;;;AE6IvB;AACA;EkCjIG;IACI;;;ArCsJR;AsCjMA;EACI,kBrC4BoB;EqC3BpB;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;;AAGR;EACI;EACA;EACA;EACA;;AAEJ;EACI,OrCWgB;EqCVhB;;AACA;EACI,OrCKa;;AqCFrB;EACI,OrCIgB;;AqCFpB;EACI,kBrCDgB;;AqCEhB;EACI,OrCEY;EqCDZ,kBrCLa;;AqCQrB;EACI;;AAEJ;EACI,OrCTgB;EqCUhB,arCIW;EqCHX;EACA;EACA;;AACA;EACI;EACA,OrCnBa;;AqCsBrB;EACI;;;AnCqHP;AACA;EmCjHG;IACI;IACA;IACA;IACA;IACA;IACA;IACA;IACA;;EACA;IACI;;;AtCgIZ;AuCpMA;EACI,kBtCgCoB;EsC/BpB;;AACA;EACE;;;AAKN;EACI;EACA;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA,YtCHoB;EsCIpB;;;AAGF;EACE;EACA;EACA;;;AAGF;AACA;EAAW;EAAe;;;AAC1B;EAAU;EAAa;;;AACvB;EAAU;EAAkB;;;AAC5B;EAAU;EAAkB;;;AAC5B;EAAW;EAAa;;;AACxB;EAAa;EAAa;;;AAC1B;EAAW;EAAa;;;AACxB;EAAW;EAAa;;;AAExB;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EAAa;;;AACb;EAAc;;;AAEd;EACE;;;AAGF;EACE;IAAK;;EACL;IAAM;;EACN;IAAO;;;AAGT;AACA;EACE;EACA;EACA;EACA;EACA,OtChDoB;EsCiDpB;;;AAGF;EACE;;AACA;EACI,OtC3DgB;EsC4DhB;EACA;EACA;EACA,atC5CW;;;AsCgDjB;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOE;EACE;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;ApCyBH;AACA;EoCtBG;IACI;;;AvCiDR;AwCvMA;EACI;EACA;EACA,kBvC+BoB;EuC9BpB;;AACA;EACI;EACA;;AACA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA,kBvCnCgB;EuCoChB;EACA;EACA;EACA;EACA;;AACA;EACI,OvCtCY;EuCuCZ;EACA;EACA;;AACA;EACI;;AAEJ;EACI,OvChDQ;;AuCoDpB;EACI;;AAEJ;EACI,OvCnDgB;EuCoDhB;;AAEJ;EACI;EACA,OvCxDgB;;AuC0DpB;EACI;;AAEJ;EACI,kBvCrEgB;;AuCsEhB;EAEI;;AAEJ;EACI;;AAEJ;EACI,kBvC5EY;;AuC8EhB;EACI;EACA;;;AxC2FZ;AyC1MA;EACI,kBxCgCoB;EwC/BpB;EACA;EACA;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBxCEgB;EwCDhB;EACA;;AAEJ;EACI;EACA,OxCGgB;EwCFhB;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;AAGR;EACI;EACA;EACA;;AAEJ;EACI,axCNW;EwCOX;;AAEJ;EACI;EACA;EACA;;AACA;EACI,OxC1BY;EwC2BZ;;AAIR;EACI;EACA,OxCxCgB;EwCyChB;;AAEJ;EACI,kBxC5CgB;;AwC6ChB;EACI,OxCvCY;;AwCyChB;AAAA;AAAA;AAAA;EAII,OxChDY;;AwCkDhB;EACI,kBxCrDY;;;AD8KxB;A0C5MI;EACI,OzC+BgB;EyC9BhB;EACA;;AACA;EACI,OzCwBa;;AyCrBjB;EACI;;;A1CsMZ;A2ChNA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kB1CIoB;E0CHpB,O1CWoB;E0CVpB;EACA;EACA;EACA;;AAEA;EACE,O1CIkB;E0CHlB,kB1CJkB;E0CKlB;EACA;;AAKJ;EACE,kB1CboB;E0CcpB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;AAKN;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kB1C/EoB;E0CgFpB,O1CzEoB;E0C0EpB;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE,O1CrFkB;E0CsFlB;EACA;EACA,kB1C/FkB;;A0CkGtB;EACE,kB1C5FoB;E0C6FpB;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAGF;EACE;EACA;;AAKJ;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;;A3CsCN;AAAA;AAAA;A4ClNA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAGF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAMF;AAAA;EAEE,a3CzCe;;;A2C4CjB;AAAA;EAEE,gB3C9Ce;;;A2CiDjB;AAAA;EAEE,a3ClDe;;;A2CqDjB;AAAA;EAEE,gB3CvDe;;;AE6GhB;AACA;EyChDC;AAAA;IAEE,a3C7DoB;;E2CgEtB;AAAA;IAEE,gB3ClEoB;;E2CqEtB;AAAA;IAEE,a3CtEiB;;E2CyEnB;AAAA;IAEE,gB3C3EiB;;E2C8EnB;IACE","file":"atyle.css"}


@charset "UTF-8";/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h12,.h13,.h14,.h15,.h16,h1,h12,h13,h14,h15,h16{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h12,h12{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h12,h12{font-size:2rem}}.h13,h13{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h13,h13{font-size:1.75rem}}.h14,h14{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h14,h14{font-size:1.5rem}}.h15,h15{font-size:1.25rem}.h16,h16{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);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}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.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%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.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%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.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%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.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%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.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%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);background-image:linear-gradient(var(--bs-table-accent-bg),var(--bs-table-accent-bg));border-bottom-width:1px}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;vertical-align:middle;background-color:#fff;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='%23343a40' 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:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{color:#6c757d;background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h18'/%3E%3C/svg%3E")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:1.75rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:4;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754;padding-right:calc(.75em + 2.3125rem);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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:4;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);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='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem hsla(208,6%,54%,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-success{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#198754;border-color:#198754}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-light{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(210,2%,83%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(210,2%,83%,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-dark{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#212529;border-color:#212529}.btn-outline-primary{color:#0d6efd;border-color:#0d6efd}.btn-outline-primary:hover{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#0d6efd;border-color:#0d6efd}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#0d6efd;background-color:transparent}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem hsla(208,7%,46%,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-success{color:#198754;border-color:#198754}.btn-outline-success:hover{color:#fff;background-color:#198754;border-color:#198754}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#fff;background-color:#198754;border-color:#198754}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#198754;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffc107;border-color:#ffc107}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-dark{color:#212529;border-color:#212529}.btn-outline-dark:hover{color:#fff;background-color:#212529;border-color:#212529}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#212529;border-color:#212529}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#212529;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:5;display:none;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[style]{right:auto!important}.dropdown-menu-start{--bs-position:start;right:auto;left:0}.dropdown-menu-end{--bs-position:end;right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start;right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end;right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start;right:auto;left:0}.dropdown-menu-md-end{--bs-position:end;right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start;right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end;right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start;right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end;right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start;right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end;right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{align-items:center;width:100%}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-collapse{display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-collapse{display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-collapse{display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-collapse{display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-collapse{display:flex!important}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-collapse{display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h122M4 15h122M4 23h122'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.55);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h122M4 15h122M4 23h122'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.5rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.ciber-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#212529;background-color:transparent;border:1px solid rgba(0,0,0,.125);border-radius:0;overflow-anchor:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease}@media (prefers-reduced-motion:reduce){.ciber-button{transition:none}}.ciber-button.collapsed{border-bottom-width:0}.ciber-button:not(.collapsed){color:#0c63e4;background-color:#e7f1ff}.ciber-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");transform:rotate(180deg)}.ciber-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media (prefers-reduced-motion:reduce){.ciber-button:after{transition:none}}.ciber-button:hover{z-index:2}.ciber-button:focus{z-index:3;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.ciber-header{margin-bottom:0}.ciber-item:first-of-type .ciber-button{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.ciber-item:last-of-type .ciber-button.collapsed,.ciber-item:last-of-type .ciber-collapse{border-bottom-width:1px;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.ciber-collapse{border:solid rgba(0,0,0,.125);border-width:0 1px}.ciber-body{padding:1rem 1.25rem}.ciber-flush .ciber-button{border-right:0;border-left:0;border-radius:0}.ciber-flush .ciber-collapse{border-width:0}.ciber-flush .ciber-item:first-of-type .ciber-button{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.ciber-flush .ciber-item:last-of-type .ciber-button.collapsed{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;border-color:#dee2e6}.page-link:focus,.page-link:hover{color:#0a58ca;background-color:#e9ecef}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#084298;background-color:#cfe2ff;border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{color:#41464b;background-color:#e2e3e5;border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{color:#0f5132;background-color:#d1e7dd;border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{color:#842029;background-color:#f8d7da;border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{color:#636464;background-color:#fefefe;border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{color:#141619;background-color:#d3d3d4;border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes a{0%{background-position-x:1rem}}.progress{height:1rem;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#0d6efd;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite a}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:9;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:8;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:11;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:10;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top],.bs-popover-top{margin-bottom:.5rem!important}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right],.bs-popover-end{margin-left:.5rem!important}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom],.bs-popover-bottom{margin-top:.5rem!important}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left],.bs-popover-start{margin-right:.5rem!important}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators li{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes b{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite b}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes c{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite c}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--aspect-ratio:100%}.ratio-4x3{--aspect-ratio:75%}.ratio-16x9{--aspect-ratio:56.25%}.ratio-21x9{--aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:7}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:6}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:6}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:6}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:6}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:6}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:6}}.visually-hidden,.visually-hidden-focusable:not(:focus){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-primary{color:#0d6efd!important}.text-secondary{color:#6c757d!important}.text-success{color:#198754!important}.text-info{color:#0dcaf0!important}.text-warning{color:#ffc107!important}.text-danger{color:#dc3545!important}.text-light{color:#f8f9fa!important}.text-dark{color:#212529!important}.text-white{color:#fff!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-reset{color:inherit!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.bg-primary{background-color:#0d6efd!important}.bg-secondary{background-color:#6c757d!important}.bg-success{background-color:#198754!important}.bg-info{background-color:#0dcaf0!important}.bg-warning{background-color:#ffc107!important}.bg-danger{background-color:#dc3545!important}.bg-light{background-color:#f8f9fa!important}.bg-dark{background-color:#212529!important}.bg-body,.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!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:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!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:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!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:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!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:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}.fs-sm-1{font-size:2.5rem!important}.fs-sm-2{font-size:2rem!important}.fs-sm-3{font-size:1.75rem!important}.fs-sm-4{font-size:1.5rem!important}.fs-md-1{font-size:2.5rem!important}.fs-md-2{font-size:2rem!important}.fs-md-3{font-size:1.75rem!important}.fs-md-4{font-size:1.5rem!important}.fs-lg-1{font-size:2.5rem!important}.fs-lg-2{font-size:2rem!important}.fs-lg-3{font-size:1.75rem!important}.fs-lg-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}


