/* 
	Theme Name:  Chaber i Chaber theme
	Version:     1.0
	Description: This is a simple theme. Enjoy!    
	Author: 	 WEDO
*/@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
.color--primary {
  color: #7b2e34; }
.color--secondary {
  color: #303136; }
.bg-color--primary {
  background-color: #7b2e34; }
.bg-color--secondary {
  background-color: #303136; }
*,
*::before,
*::after {
  box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  cursor: default;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  box-sizing: border-box; }
body {
  margin: 0;
  background-color: #fff; }
main,
footer {
  overflow: hidden; }
a {
  text-decoration: none;
  color: #7b2e34; }
embed,
iframe,
img,
object,
video,
input,
select,
textarea {
  width: initial;
  max-width: 100%;
  height: auto; }
.grecaptcha-badge {
  display: none; }
nav li::before {
  content: '\200B'; }
b,
strong {
  font-weight: bolder; }
small {
  font-size: 80%; }
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
audio:not([controls]) {
  display: none;
  height: 0; }
iframe {
  border-style: none; }
svg:not([fill]) {
  fill: currentColor; }
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0; }
button,
[type='button' i],
[type='reset' i],
[type='submit' i] {
  -webkit-appearance: button; }
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em; }
textarea {
  margin: 0;
  resize: vertical; }
[type='search' i] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }
::-webkit-search-decoration {
  -webkit-appearance: none; }
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }
::-moz-focus-inner {
  border-style: none;
  padding: 0; }
:-moz-focusring {
  outline: 1px dotted ButtonText; }
:-moz-ui-invalid {
  box-shadow: none; }
[aria-busy='true' i] {
  cursor: progress; }
[aria-controls] {
  cursor: pointer; }
[aria-disabled='true' i],
[disabled] {
  cursor: not-allowed; }
[aria-hidden='false' i][hidden] {
  display: initial; }
[aria-hidden='false' i][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }
.container,
.wp-block-group {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto; }
@media (min-width: 576px) {
  .container,
  .wp-block-group {
    max-width: 516px;
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .container,
  .wp-block-group {
    max-width: 696px; } }
@media (min-width: 992px) {
  .container,
  .wp-block-group {
    max-width: 936px; } }
@media (min-width: 1200px) {
  .container,
  .wp-block-group {
    max-width: 1116px; } }
@media (min-width: 1400px) {
  .container,
  .wp-block-group {
    max-width: 1296px; } }
.row {
  --bs-gutter-x: 1rem;
  --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 > * {
  position: relative;
  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); }
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }
@media (min-width: 576px) {
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; } }
@media (min-width: 768px) {
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; } }
@media (min-width: 992px) {
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; } }
@media (min-width: 1200px) {
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; } }
@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; } }
@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; } }
@media (min-width: 1200px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; } }
.g-2,
.gx-2 {
  --bs-gutter-x: 0.6rem; }
.g-2,
.gy-2 {
  --bs-gutter-y: 0.6rem; }
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }
@media (min-width: 992px) {
  .justify-content-lg--start {
    justify-content: flex-start; }
  .justify-content-lg--center {
    justify-content: center; }
  .justify-content-lg--end {
    justify-content: flex-end; } }
.align-items--start {
  align-items: flex-start; }
.align-items--center {
  align-items: center; }
.align-items--end {
  align-items: flex-end; }
.align-self--start {
  align-self: start; }
.align-self--center {
  align-self: center; }
.align-self--end {
  align-self: end; }
.mt-0 {
  margin-top: 0 !important; }
.mb-0 {
  margin-bottom: 0 !important; }
.mb-1 {
  margin-bottom: 15px !important; }
.m-0 {
  margin: 0 !important; }
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
.pt-0 {
  padding-top: 0 !important; }
.pb-0 {
  padding-bottom: 0 !important; }
.p-0 {
  padding: 0 !important; }
html {
  font-size: 18px; }
body,
p {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-height: 1.65; }
@media (min-width: 768px) {
    body,
    p {
      font-size: 1.125rem; } }
@media (min-width: 1200px) {
    body,
    p {
      font-size: 1.125rem; } }
@media (min-width: 768px) {
    body,
    p {
      line-height: 1.65; } }
@media (min-width: 1200px) {
    body,
    p {
      line-height: 1.65; } }
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  color: inherit; }
strong {
  font-weight: 900; }
p {
  -webkit-margin-before: 1.175rem;
          margin-block-start: 1.175rem;
  -webkit-margin-after: 1.175rem;
          margin-block-end: 1.175rem; }
h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.2; }
@media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 2.75rem; } }
@media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 3rem; } }
@media (min-width: 768px) {
    h1,
    .h1 {
      line-height: 1.2; } }
@media (min-width: 1200px) {
    h1,
    .h1 {
      line-height: 1.2; } }
h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.2; }
@media (min-width: 768px) {
    h2,
    .h2 {
      font-size: 2.5rem; } }
@media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 2.5rem; } }
@media (min-width: 768px) {
    h2,
    .h2 {
      line-height: 1.2; } }
@media (min-width: 1200px) {
    h2,
    .h2 {
      line-height: 1.2; } }
h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.55rem;
  line-height: 1.2; }
@media (min-width: 768px) {
    h3,
    .h3 {
      font-size: 2.25rem; } }
@media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 2.25rem; } }
@media (min-width: 768px) {
    h3,
    .h3 {
      line-height: 1.2; } }
@media (min-width: 1200px) {
    h3,
    .h3 {
      line-height: 1.2; } }
h4,
.h4 {
  -webkit-margin-before: 1.25rem;
          margin-block-start: 1.25rem;
  -webkit-margin-after: 1.25rem;
          margin-block-end: 1.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.33; }
@media (min-width: 768px) {
    h4,
    .h4 {
      font-size: 1.875rem; } }
@media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 1.875rem; } }
@media (min-width: 768px) {
    h4,
    .h4 {
      line-height: 1.33; } }
@media (min-width: 1200px) {
    h4,
    .h4 {
      line-height: 1.33; } }
h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.45rem;
  line-height: 1.4; }
@media (min-width: 768px) {
    h5,
    .h5 {
      font-size: 1.45rem; } }
@media (min-width: 1200px) {
    h5,
    .h5 {
      font-size: 1.45rem; } }
@media (min-width: 768px) {
    h5,
    .h5 {
      line-height: 1.4; } }
@media (min-width: 1200px) {
    h5,
    .h5 {
      line-height: 1.4; } }
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2; }
@media (min-width: 768px) {
    h6,
    .h6 {
      font-size: 1rem; } }
@media (min-width: 1200px) {
    h6,
    .h6 {
      font-size: 1rem; } }
@media (min-width: 768px) {
    h6,
    .h6 {
      line-height: 1.2; } }
@media (min-width: 1200px) {
    h6,
    .h6 {
      line-height: 1.2; } }
.text-align--center {
  text-align: center !important; }
.font-weight--bold {
  font-weight: 700; }
.btn,
input[type='submit'] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: inherit;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 10vh !important;
  transition: all 0.2s;
  margin: 30px 0;
  padding: 18px 35px;
  min-width: 150px; }
.btn:hover,
  input[type='submit']:hover {
    color: inherit;
    text-decoration: none; }
.btn:focus,
  input[type='submit']:focus {
    outline: 0; }
.btn:disabled, .btn.disabled,
  input[type='submit']:disabled,
  input[type='submit'].disabled {
    pointer-events: none;
    opacity: 0.4; }
.btn::after, .btn::before,
  input[type='submit']::after,
  input[type='submit']::before {
    color: inherit; }
.btn:disabled, .btn.disabled,
  input[type='submit']:disabled,
  input[type='submit'].disabled {
    pointer-events: none;
    opacity: 0.65; }
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }
.btn--primary,
input[type='submit'] {
  color: #fff;
  background-color: #7b2e34;
  border-color: #7b2e34; }
.btn--primary::after, .btn--primary::before,
  input[type='submit']::after,
  input[type='submit']::before {
    color: #fff; }
.btn--primary:hover,
  input[type='submit']:hover {
    color: #7b2e34;
    background-color: #fff;
    border-color: #7b2e34;
    text-shadow: 0 0 1px #7b2e34; }
.btn--secondary {
  color: #fff;
  background-color: #000098;
  border-color: #000098; }
.btn--secondary::after, .btn--secondary::before {
    color: #fff; }
.btn--secondary:hover {
    color: #000098;
    background-color: #fff;
    border-color: #000098;
    text-shadow: 0 0 1px #000098; }
.btn--outline-primary,
.btn--outline-secondary {
  background-color: #fff; }
.btn--outline-primary:hover,
  .btn--outline-secondary:hover {
    color: #fff; }
.btn--outline-primary {
  color: #7b2e34;
  border-color: #7b2e34; }
.btn--outline-primary:hover {
    background-color: #7b2e34;
    border-color: #7b2e34; }
.btn--outline-secondary {
  color: #000098;
  border-color: #000098; }
.btn--outline-secondary:hover {
    background-color: #000098;
    border-color: #000098; }
.header {
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  transition: 0.6s; }
.header__container, .header__logo-link, .header__logo,
  .header__logo svg * {
    transition: 0.6s; }
.header__container {
    display: flex;
    justify-content: space-between;
    min-height: 100px;
    position: relative; }
.header__logo-link {
    display: block;
    height: 100%;
    align-self: center;
    margin: 10px 30px 10px 0; }
.header__logo-link:hover {
      opacity: 1; }
.header__logo {
    display: block;
    max-width: 200px;
    max-height: 100px; }
.header__logo svg {
      max-width: 100%;
      height: auto; }
.nav {
  z-index: 10; }
.nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
.nav ul li.menu-item {
      position: relative;
      font-family: inherit; }
.nav.nav-desktop {
  display: none; }
@media (min-width: 992px) {
    .nav.nav-desktop {
      display: flex;
      align-items: stretch; }
      .nav.nav-desktop > ul.menu {
        display: flex; }
        .nav.nav-desktop > ul.menu li.menu-item {
          display: flex;
          align-items: center;
          font-size: 1rem;
          font-weight: 400;
          color: #000;
          margin-right: 30px; }
          .nav.nav-desktop > ul.menu li.menu-item.wpml-ls-item {
            margin-right: 10px; }
          .nav.nav-desktop > ul.menu li.menu-item:last-child {
            margin-right: 0;
            padding-right: 0; }
          .nav.nav-desktop > ul.menu li.menu-item a {
            padding-top: 5px;
            padding-bottom: 5px;
            color: inherit;
            transition: 0.2s; }
            .nav.nav-desktop > ul.menu li.menu-item a:hover {
              opacity: 0.7; }
          .nav.nav-desktop > ul.menu li.menu-item.current-menu-item {
            color: #000; }
          .nav.nav-desktop > ul.menu li.menu-item:hover ul.sub-menu {
            transition: 0.5s;
            display: block;
            visibility: visible;
            min-height: 100px;
            opacity: 1; }
          .nav.nav-desktop > ul.menu li.menu-item ul.sub-menu {
            visibility: hidden;
            opacity: 0;
            box-shadow: 0 3px 6px #00000029;
            position: absolute;
            bottom: 0;
            transform: translateY(100%);
            background: #fff;
            width: 250px; }
            .nav.nav-desktop > ul.menu li.menu-item ul.sub-menu li {
              border-bottom: 1px solid #efefef;
              margin: 0;
              padding: 10px 0 10px 20px; }
            .nav.nav-desktop > ul.menu li.menu-item ul.sub-menu a {
              color: #000; } }
.nav.nav-mobile {
  max-height: 0;
  opacity: 1;
  transition: 0.5s;
  overflow: hidden;
  box-shadow: 0 3px 6px #00000029;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  align-items: stretch; }
@media (min-width: 992px) {
    .nav.nav-mobile {
      display: none; } }
.nav.nav-mobile--is-active {
    max-height: 400px;
    opacity: 1; }
.nav.nav-mobile > ul.menu {
    background-color: #fff; }
.nav.nav-mobile > ul.menu li.menu-item {
      font-size: 1rem;
      font-weight: 400;
      color: #000;
      margin: 0;
      padding: 0; }
.nav.nav-mobile > ul.menu li.menu-item a {
        padding: 15px 0 15px 20px;
        color: inherit;
        display: inline-block;
        border-bottom: 1px solid #efefef;
        margin: 0; }
.nav.nav-mobile > ul.menu li.menu-item.current-menu-item {
        color: #000; }
.nav.nav-mobile > ul.menu li.menu-item ul.sub-menu {
        background-color: #eee; }
.nav.nav-mobile > ul.menu li.menu-item ul.sub-menu a {
          padding-left: 40px; }
.nav-hamburger {
  display: inline-flex;
  align-items: center;
  padding: 15px 15px;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 10px;
  overflow: visible;
  z-index: 4000 !important; }
@media (min-width: 992px) {
    .nav-hamburger {
      display: none; } }
.nav-hamburger:focus {
    outline: 0; }
.nav-hamburger:hover {
  opacity: 0.7; }
.nav-hamburger.nav-hamburger--is-active:hover {
  opacity: 0.7; }
.nav-hamburger.nav-hamburger--is-active .nav-hamburger-inner,
.nav-hamburger.nav-hamburger--is-active .nav-hamburger-inner::before,
.nav-hamburger.nav-hamburger--is-active .nav-hamburger-inner::after {
  background-color: black; }
.nav-hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }
.nav-hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.nav-hamburger-inner,
.nav-hamburger-inner::before,
.nav-hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: black;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }
.nav-hamburger-inner::before,
.nav-hamburger-inner::after {
  content: '';
  display: block; }
.nav-hamburger-inner::before {
  top: -10px; }
.nav-hamburger-inner::after {
  bottom: -10px; }
.nav-hamburger--collapse .nav-hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.nav-hamburger--collapse .nav-hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.nav-hamburger--collapse .nav-hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.nav-hamburger--collapse.nav-hamburger--is-active .nav-hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.nav-hamburger--collapse.nav-hamburger--is-active .nav-hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
.nav-hamburger--collapse.nav-hamburger--is-active .nav-hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }
.StickyHeader--scrolled-down {
  background-color: #fff;
  box-shadow: 0 0 5px 1px #ccc; }
.StickyHeader--scrolled-down .header__container {
    min-height: 70px; }
.StickyHeader--scrolled-down .header__logo {
    max-width: 120px; }
.StickyHeader--scrolled-down .header__logo img {
      transition: 0.3s;
      -webkit-filter: brightness(100%) grayscale(0);
              filter: brightness(100%) grayscale(0);
      max-width: 100%;
      height: auto; }
@media (min-width: 992px) {
  body.home .StickyHeader {
    background-color: transparent;
    box-shadow: none; }
    body.home .StickyHeader .nav-desktop > ul.menu li.menu-item,
    body.home .StickyHeader .nav-desktop > ul.menu li.menu-item.current-menu-item {
      color: #fff; }
    body.home .StickyHeader--scrolled-down {
      background-color: #fff;
      box-shadow: 0 0 5px 1px #ccc; }
      body.home .StickyHeader--scrolled-down .nav-desktop > ul.menu li.menu-item,
      body.home .StickyHeader--scrolled-down .nav-desktop > ul.menu li.menu-item.current-menu-item {
        color: #000; }
    body.home .StickyHeader:not(.StickyHeader--scrolled-down) .header__logo img {
      transition: 0.3s;
      -webkit-filter: brightness(600%) grayscale(100%);
              filter: brightness(600%) grayscale(100%); }
  body:not(.home) .StickyHeader {
    box-shadow: 0 0 5px 1px #ccc; }
    body:not(.home) .StickyHeader .header__logo img {
      -webkit-filter: brightness(100%) grayscale(0);
              filter: brightness(100%) grayscale(0); } }
.cookies {
  position: fixed;
  z-index: 111;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(123, 46, 52, 0.9);
  color: #f6f6f6;
  padding: 0 5%;
  display: none; }
@media (min-width: 1200px) {
    .cookies {
      padding: 0 9%; } }
.cookies a {
    color: #fff;
    transition: 0.3s all;
    text-decoration: underline;
    font-weight: 600; }
.cookies__text, .cookies__close {
    color: inherit;
    flex: 0 0 auto;
    width: auto; }
.cookies__text {
    flex: 1;
    width: auto; }
.cookies__text p {
      font-size: 0.8rem; }
.cookies__close {
    padding: 5px;
    margin: 0 10px;
    transform: translateY(-2px);
    align-self: center;
    line-height: 0.5;
    font-size: 3.7rem;
    cursor: pointer; }
.admin-bar .cookies {
    top: 46px; }
@media screen and (min-width: 783px) {
      .admin-bar .cookies {
        top: 32px; } }
body.home .main {
  padding-top: 0;
  padding-bottom: 0; }
body:not(.home) .main {
  padding-top: calc(130px);
  padding-bottom: 30px; }
main {
  padding-top: calc(130px); }
@media (min-width: 992px) {
  .admin-bar .hero__content {
    height: calc(100vh - 32px); } }
.hero {
  background-color: black; }
.hero__bg-image {
    -webkit-animation: scale-down 2s;
            animation: scale-down 2s; }
.hero__overlay {
    background: #000;
    opacity: 0.35; }
.hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: calc(100vh); }
@media (min-width: 992px) {
      .hero__content {
        padding-top: 100px;
        padding-bottom: 0;
        min-height: 500px;
        height: calc(100vh);
        padding-top: 0; } }
.hero__title {
    font-size: 30px;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    text-shadow: 2px 2px 5px #222; }
@media (min-width: 768px) {
      .hero__title {
        font-size: 45px; } }
@media (min-width: 992px) {
      .hero__title {
        font-size: 65px; } }
.hero__subtitle {
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 0;
    line-height: 1.4;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    text-shadow: 1px 1px 3px #222; }
@media (min-width: 992px) {
      .hero__subtitle {
        font-size: 22px; } }
.hero__subtitle strong {
      font-weight: 700; }
.hero__button {
    border-color: #7b2e34;
    margin-top: 40px; }
.hero__title, .hero__divider, .hero__subtitle, .hero__button {
  opacity: 0;
  -webkit-animation: text-fade-up 2s;
          animation: text-fade-up 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
.hero__title {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }
.hero__divider {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }
.hero__subtitle {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }
.hero__button {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
@-webkit-keyframes text-fade-up {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes text-fade-up {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@-webkit-keyframes scale-down {
  from {
    opacity: 0;
    transform: scale(1.02); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes scale-down {
  from {
    opacity: 0;
    transform: scale(1.02); }
  to {
    opacity: 1;
    transform: scale(1); } }
.scroll-down-button {
  opacity: 0;
  -webkit-animation: text-fade-up 2s;
          animation: text-fade-up 2s;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: 0.4s; }
.scroll-down-button:hover {
    opacity: 0.5; }
.scroll-down-button a span {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 30px;
    border: 2px solid #eee;
    border-radius: 50px;
    box-sizing: border-box; }
.scroll-down-button a span::before {
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translateX(50%);
      content: '';
      width: 6px;
      height: 6px;
      margin-left: -3px;
      background-color: #eee;
      border-radius: 100%;
      -webkit-animation: scroll-down-button-animation 2s infinite;
      animation: scroll-down-button-animation 2s infinite;
      box-sizing: border-box;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
@-webkit-keyframes scroll-down-button-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    transform: translate(0, 11px);
    opacity: 0; } }
@keyframes scroll-down-button-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    transform: translate(0, 11px);
    opacity: 0; } }
.banner {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 18px -6px;
  margin-top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px; }
@media (min-width: 992px) {
    .banner {
      min-height: 400px; } }
.banner__content {
    z-index: 3;
    padding-top: 100px;
    padding-bottom: 100px; }
.banner__title, .banner__desc, .banner__divider {
    opacity: 0;
    -webkit-animation: banner-text-fade-up 1.2s;
            animation: banner-text-fade-up 1.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards; }
.banner__title {
    -webkit-animation-delay: 0;
            animation-delay: 0; }
.banner__divider {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
.banner__desc {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
.banner__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold; }
.banner__desc {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.3;
    text-align: center;
    max-width: 1100px;
    margin: 20px auto 10px; }
@media (min-width: 768px) {
      .banner__desc {
        font-size: 1.5rem; } }
.banner__divider {
    width: 80px;
    min-height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }
.banner--dark .banner__overlay {
    background-color: #000;
    opacity: 0.55; }
.banner--dark .banner__title {
    color: #e4a3a8; }
.banner--dark .banner__desc {
    color: #fff;
    text-shadow: 0 0 1px rgba(123, 46, 52, 0.6); }
.banner--dark .banner__divider {
    background-color: #e4a3a8; }
.banner--light .banner__overlay {
    background-color: #fff;
    opacity: 0.65; }
.banner--light .banner__title {
    color: #000; }
.banner--light .banner__desc {
    color: #000;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5); }
.banner--light .banner__divider {
    background-color: #7b2e34; }
@-webkit-keyframes banner-text-fade-up {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes banner-text-fade-up {
  from {
    opacity: 0;
    transform: translateY(40px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes scale-down {
  from {
    opacity: 0;
    transform: scale(1.02); }
  to {
    opacity: 1;
    transform: scale(1); } }
.background__container {
  overflow: hidden;
  position: relative; }
.background__image, .background__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
.background__image {
  z-index: 1; }
.background__image img {
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }
.background__overlay {
  z-index: 2; }
.background__content {
  z-index: 3;
  position: relative; }
.section,
.wp-block-group {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center; }
@media (min-width: 768px) {
    .section,
    .wp-block-group {
      padding-top: 75px;
      padding-bottom: 75px; } }
.section__title, .section__subtitle, .section__content {
  text-align: center; }
@media (min-width: 992px) {
    .section__title, .section__subtitle, .section__content {
      text-align: left; } }
.section__title {
  font-weight: 400;
  line-height: 1.2rem;
  color: #7b2e34;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 0.9rem;
  margin-bottom: 0; }
@media (min-width: 992px) {
    .section__title {
      font-size: 1.5rem;
      margin-bottom: 8px; } }
.section__subtitle {
  font-weight: 700; }
.section__image {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 5; }
.section__image img {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    width: 100%;
    min-width: 100%;
    min-height: 100%; }
.section p:last-child {
  margin-bottom: 0; }
.section--dark {
  background-color: #303136; }
.section--dark .section__title, .section--dark .section__subtitle, .section--dark .section__content {
    color: #fff; }
.divider {
  background-color: #7b2e34;
  width: 80px;
  min-height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto; }
@media (min-width: 992px) {
    .divider {
      margin-left: 0; } }
.divider--white {
    background-color: #fff; }
.divider--center {
    margin-left: auto;
    margin-right: auto; }
.blurb {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px; }
@media (min-width: 576px) {
    .blurb {
      margin-bottom: 0; } }
.blurb__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.2rem; }
@media (min-width: 768px) {
      .blurb__title {
        font-size: 1.6rem; } }
.blurb__desc {
    width: 100%; }
.blurb__desc ul {
      margin: 0;
      list-style: none; }
.blurb__desc li {
      font-size: 1rem; }
.blurb__icon {
    position: relative;
    width: 130px;
    margin: 0 30px 30px;
    height: 130px;
    line-height: 130px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px -1px 1px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5);
    z-index: 1; }
.blurb__icon img {
      max-width: 100%;
      height: auto;
      width: 70px; }
.blurb__icon:before {
      z-index: 2;
      opacity: 0.75; }
.blurb__icon:after {
      position: absolute;
      display: block;
      top: 0;
      height: 100%;
      width: 100%;
      background: #000000;
      content: '';
      border-radius: 50%;
      z-index: -1;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
      box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.25), inset 0px -1px 1px rgba(0, 0, 0, 0.6);
      background-color: #7b2e34; }
.blurb__icon:before, .blurb__icon:after {
      transition: all 0.25s ease-in-out; }
.mission-bg-image {
  min-height: 400px;
  display: flex;
  align-items: center;
  padding-left: 2.5%;
  padding-right: 2.5%; }
@media (min-width: 992px) {
    .mission-bg-image {
      padding-left: 10%;
      padding-right: 10%; } }
.mission-bg-image__overlay {
    background-color: rgba(48, 49, 54, 0.75); }
.mission-bg-image__content {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px; }
.mission-bg-image__text p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    line-height: 1.15;
    letter-spacing: 1px;
    text-align: center;
    margin: 0; }
@media (min-width: 768px) {
      .mission-bg-image__text p {
        font-size: 1.6rem; } }
@media (min-width: 992px) {
      .mission-bg-image__text p {
        font-size: 2rem; } }
.mission-bg-image__text strong {
    color: #e4a3a8; }
.mission-bg-image__button {
    background: transparent;
    border-color: #fff;
    color: #fff; }
.aim-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vw / 4);
  padding: 50px;
  border: 1px solid rgba(48, 49, 54, 0.6); }
.aim-box__section-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3rem; }
.aim-box__image {
    padding: 0; }
.aim-box__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
.aim-box--white {
    color: #000;
    background-color: #fff; }
.aim-box--black, .aim-box--primary, .aim-box--secondary {
    color: #fff; }
.aim-box--black {
    background-color: #000; }
.aim-box--primary {
    background-color: #7b2e34; }
.aim-box--secondary {
    background-color: #303136; }
.aim-box__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center; }
.aim-box__desc {
    text-align: center;
    font-size: 1rem; }
.contact {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fafafa; }
.contact-title {
    font-family: "Montserrat", sans-serif;
    margin-top: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 2.5px;
    text-align: center; }
@media (min-width: 992px) {
      .contact-title {
        margin-top: 0; } }
.contact-elem {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
.contact-elem a {
      display: flex;
      align-items: center; }
.contact-elem svg {
      font-size: inherit;
      height: 15px;
      padding-right: 15px; }
.contact-divider {
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 992px) {
      .contact-divider {
        margin-top: 15px;
        margin-bottom: 25px; } }
.contact-logo-link {
    display: block !important;
    text-align: center; }
.contact-logo {
    margin-bottom: 20px;
    width: 150px;
    height: auto;
    max-width: 100%;
    text-align: center; }
.contact a {
    color: inherit;
    transition: 0.25s; }
.contact a:hover {
      color: #7b2e34; }
.contact ul.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block; }
.contact ul.menu li {
      text-align: center;
      font-size: 15px; }
.form__row {
  margin-top: 50px; }
.wpcf7-form .wpcf7-form-control-wrap {
  display: block; }
.wpcf7-form br {
  display: none; }
.wpcf7-form input[type='file'] {
  font-family: "Open Sans", sans-serif; }
.wpcf7-form input[type='text'],
.wpcf7-form input[type='email'],
.wpcf7-form input[type='tel'],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 15px 0 0;
  line-height: 23px;
  background: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  transition: 0.5s; }
.wpcf7-form input[type='text']:focus,
  .wpcf7-form input[type='email']:focus,
  .wpcf7-form input[type='tel']:focus,
  .wpcf7-form select:focus,
  .wpcf7-form textarea:focus {
    outline: none;
    border-bottom-color: #7b2e34; }
.wpcf7-form input[type='text']::-webkit-input-placeholder, .wpcf7-form input[type='email']::-webkit-input-placeholder, .wpcf7-form input[type='tel']::-webkit-input-placeholder, .wpcf7-form select::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
    text-transform: uppercase; }
.wpcf7-form input[type='text']::-moz-placeholder, .wpcf7-form input[type='email']::-moz-placeholder, .wpcf7-form input[type='tel']::-moz-placeholder, .wpcf7-form select::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
    text-transform: uppercase; }
.wpcf7-form input[type='text']:-ms-input-placeholder, .wpcf7-form input[type='email']:-ms-input-placeholder, .wpcf7-form input[type='tel']:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
    text-transform: uppercase; }
.wpcf7-form input[type='text']::-ms-input-placeholder, .wpcf7-form input[type='email']::-ms-input-placeholder, .wpcf7-form input[type='tel']::-ms-input-placeholder, .wpcf7-form select::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder {
    text-transform: uppercase; }
.wpcf7-form input[type='text']::placeholder,
  .wpcf7-form input[type='email']::placeholder,
  .wpcf7-form input[type='tel']::placeholder,
  .wpcf7-form select::placeholder,
  .wpcf7-form textarea::placeholder {
    text-transform: uppercase; }
.wpcf7-form select option::-moz-selection {
  color: red; }
.wpcf7-form select option::selection {
  color: red; }
.wpcf7-form [class*='acceptance'].wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 10px;
  font-size: 1rem;
  line-height: 1; }
.wpcf7-form [class*='acceptance'].wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0; }
.form-acceptance-group {
  display: flex; }
.form-acceptance-group .form-check-label {
    display: inline; }
.form-acceptance-group .form-check-label p {
      text-align: left;
      margin: 0;
      display: inline-block;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      line-height: 1.4; }
.form-submit-button {
  text-align: center;
  position: relative; }
@media (min-width: 768px) {
    .form-submit-button {
      text-align: right; } }
.form-submit-button input {
    margin: 0;
    margin-left: auto; }
.form-submit-button .ajax-loader {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
.contact-data-item {
  max-width: 250px;
  margin: 10px auto 40px; }
.contact-data-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #7b2e34;
    margin: 0 auto;
    box-shadow: 0 0 4px 3px rgba(255, 255, 255, 0.7);
    transition: 0.4s; }
.contact-data-item__icon > a {
      border-radius: 50%;
      box-shadow: 0 0 4px 3px rgba(255, 255, 255, 0.7);
      display: block;
      background-color: #7b2e34;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: 0.4s; }
.contact-data-item__icon > a:hover {
        background-color: #fff;
        box-shadow: 0 0 4px 3px rgba(123, 46, 52, 0.7); }
.contact-data-item__icon > a:hover a {
          background-color: #fff; }
.contact-data-item__icon > a:hover svg path {
          fill: #7b2e34; }
.contact-data-item__icon svg {
      -webkit-filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6));
              filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.6));
      width: 40px; }
.contact-data-item__icon svg path {
        transition: 0.4s;
        fill: #fff; }
.contact-data-item__text {
    margin-top: 10px;
    text-align: center;
    line-height: 1.3; }
.footer {
  background-color: #0c0c0c;
  color: #fff; }
.footer a {
    color: inherit;
    transition: 0.3s;
    display: inline-flex;
    align-items: center; }
.footer a:hover {
    color: #9abcc9; }
.footer__copyrights {
    padding: 10px;
    font-size: 14px;
    background-color: #000;
    color: #fff; }
.footer__copyrights .row {
      justify-content: space-between; }
.footer__copyrights .row > div {
        text-align: center;
        padding: 8px; }
@media (min-width: 768px) {
          .footer__copyrights .row > div {
            text-align: left; }
            .footer__copyrights .row > div:last-child {
              text-align: right; } }
.section-block__title {
  font-size: 50px;
  color: blue; }
.acf-map {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
  margin: 0; }
.acf-map img {
  max-width: inherit !important; }
.marker {
  max-width: 50px !important; }
.ScrollTopButton {
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #9b1620;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px -1px 1px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5);
  transition: all 0.45s ease-in-out;
  z-index: 997;
  box-sizing: content-box;
  right: calc(-40px);
  bottom: 3vw;
  height: 40px;
  width: 40px; }
@media (min-width: 768px) {
    .ScrollTopButton {
      right: calc(-45px);
      bottom: 1.5vw;
      height: 45px;
      width: 45px; } }
.ScrollTopButton--active {
    right: 3vw; }
@media (min-width: 768px) {
      .ScrollTopButton--active {
        right: 1.5vw; } }
.ScrollTopButton svg {
    width: 100%;
    height: 100%;
    padding: 9px;
    transition: all 0.3s ease-in-out;
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6));
            filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.6)); }
@media (min-width: 768px) {
      .ScrollTopButton svg {
        padding: 10px; } }
.ScrollTopButton svg * {
      fill: #fff; }
.ScrollTopButton:before {
  z-index: 998;
  opacity: 0.75; }
.ScrollTopButton:after {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  content: '';
  border-radius: 50%;
  z-index: -1;
  background-color: #9b1620;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.25), inset 0px -1px 1px rgba(0, 0, 0, 0.6); }
.ScrollTopButton:before,
.ScrollTopButton:after {
  transition: all 0.3s ease-in-out; }
.ScrollTopButton:hover svg,
.ScrollTopButton.hover svg {
  -webkit-filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.8)); }
.ScrollTopButton:hover svg *,
  .ScrollTopButton.hover svg * {
    fill: #ffffff; }
.ScrollTopButton:hover:after,
.ScrollTopButton.hover:after {
  opacity: 0; }
.ScrollTopButton:hover:before,
.ScrollTopButton.hover:before {
  opacity: 1; }
.ScrollTopButton:active svg {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.8)); }
.ScrollTopButton:active svg * {
    fill: #ffffff; }
:root {
  --swiper-navigation-color: #fff;
  --swiper-theme-color: #b00439; }
.swiper-divider {
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 30px; }
.swiper-container {
  padding-top: 30px;
  padding-bottom: 30px; }
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  opacity: 0.6;
  transition: 0.35s; }
.swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 1; }
.swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px; }
.swiper-button-next {
  right: 0px; }
.swiper-button-prev {
  left: 0px; }
.swiper-pagination-bullet {
  background-color: var(--swiper-navigation-color);
  opacity: 0.6; }
.swiper-pagination-bullet-active-main {
  background-color: var(--swiper-theme-color);
  opacity: 1; }

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