@font-face {
  font-family: "SF UI Text Regular";

  font-style: normal;

  font-weight: normal;

  src: local("../fonts/SF UI Text Regular"),
    url("../fonts/SFUIText-Regular.woff") format("woff");
}

@font-face {
  font-family: "SF UI Text Bold";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/SF UI Text Bold"),
    url("../fonts/SFUIText-Bold.woff") format("woff");
}

@font-face {
  font-family: "sf_ui_textbold";
  src: url("../fonts/sfuitext-bold-webfont.woff2") format("woff2"),
    url("../fonts/sfuitext-bold-webfont.woff") format("woff"),
    url("../fonts/sfuitext-bold-webfont.ttf") format("truetype"),
    url("../fonts/sfuitext-bold-webfont.svg#sf_ui_textbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sf_ui_textregular";
  src: url("../fonts/sfuitext-regular-webfont.woff2") format("woff2"),
    url("../fonts/sfuitext-regular-webfont.woff") format("woff"),
    url("../fonts/sfuitext-regular-webfont.ttf") format("truetype"),
    url("../fonts/sfuitext-regular-webfont.svg#sf_ui_textregular") format("svg");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

html,
body,
figure,
li,
ul,
blockquote {
  margin: 0;

  padding: 0;
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
video,
object {
  display: block;
}

img {
  border: 0;

  max-width: 100%;
}

a {
  text-decoration: none;
}

img,
picture,
embed {
  max-width: 100%;

  height: auto;
}

img {
  border: 0 none;

  vertical-align: baseline;
}

li,
ul ol {
  text-decoration: none;

  text-decoration-style: none;
}

table {
  width: 100%;
}

tr,
td {
  padding: 4%;
}

table {
  margin-bottom: 20px;

  color: #4f4f4f;
}

table,
th,
td {
  border: 1px solid #c5c5c5;

  border-collapse: collapse;
}

.a-right {
  text-align: right;
}

html {
  scroll-behavior: smooth;

  transition: all 0.3s ease-in-out;
}

body {
  font-family: "sf_ui_textregular", sans-serif;

  line-height: 150%;

  color: #101010;
}

body .interna.dark {
  color: #fff;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "sf_ui_textbold", sans-serif;
  font-weight: normal;
}

.title {
  font-size: 48px;
  font-family: "sf_ui_textbold", sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #12525b;
}

.header-title {
  color: #71979d;
  font-family: "sf_ui_textbold", sans-serif;
  font-weight: normal;
}

p {
  font-size: 16px;
  font-family: "sf_ui_textregular", sans-serif;
}

article p span {
  position: relative;
  /* display: inline-block; */
  cursor: pointer;
  font-family: "sf_ui_textregular", sans-serif;
}

article p span.active {
  animation: smoke 2s linear forwards;
}

@keyframes smoke {
  0% {
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    background-position-x: -1000%;
  }

  100% {
    background-position-x: 1000%;
  }
}

.transition {
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  padding: 8px;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
}

.icon {
  position: relative;
}

.icon-hamburger,
.icon-hamburger::before,
.icon-hamburger::after {
  display: inline-block;
}

.icon-hamburger,
.icon-hamburger::before,
.icon-hamburger::after {
  width: 100%;
  background: #fff;
  height: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  transition: transform 300ms ease-in-out;
  -webkit-transition: transform 300ms ease-in-out;
  -moz-transition: transform 300ms ease-in-out;
  -ms-transition: transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
}

.icon-hamburger::before,
.icon-hamburger::after {
  content: "";

  position: absolute;
}

.icon-hamburger::before {
  top: -12px;
}

.icon-hamburger::after {
  top: 12px;
}

.is-open .icon-hamburger,
.is-open .icon-hamburger::before,
.is-open .icon-hamburger::after {
  transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -webkit-transform: rotate(-45deg);

  transition: transform 300ms ease-in-out;

  -webkit-transition: transform 300ms ease-in-out;

  -moz-transition: transform 300ms ease-in-out;

  -ms-transition: transform 300ms ease-in-out;

  -o-transition: transform 300ms ease-in-out;

  background: #000;
}

.is-open .icon-hamburger::before {
  transform: rotate(90deg);

  -moz-transform: rotate(90deg);

  -o-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  -webkit-transform: rotate(90deg);

  top: 0;
}

.is-open .icon-hamburger::after {
  display: none;
}

.video-responsivo iframe {
  position: absolute;
}

.video-responsivo {
  position: relative;

  height: 0;

  overflow: hidden;

  margin: 40px 0;
}

.video-responsivo iframe {
  top: 0;

  left: 0;

  width: 100%;

  height: 100%;
}

.ratio-1x1 {
  padding-bottom: 100%;
}

.ratio-3x2 {
  padding-bottom: 66.66667%;
}

.ratio-4x3 {
  padding-bottom: 75%;
}

.ratio-16x9 {
  padding-bottom: 56.25%;
}

/***********************************

   MENU

************************************/

.main-menu h3 {
  font-family: "sf_ui_textbold", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
  color: #71979d;
}

.main-menu {
  max-width: 210px;
}

.main-menu a,
.main-menu span,
.main-menu .sub-open {
  font-family: "sf_ui_textregular", sans-serif;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: -0.05em;
  display: inline-block;
  color: #070e03;
  width: 100%;
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
}

.menu-home .main-menu a,
.menu-home .sub-open {
  /* font-family: "sf_ui_textregular", sans-serif; */
  font-size: 22px;
  /* font-weight: normal; */
  line-height: 1.4;
}

.main-menu a:hover,
.main-menu .sub-open:hover {
  text-decoration: underline;
}

.main-menu .submenu {
  max-height: 0px;
  overflow: hidden;
}

.main-menu .sub-open.active + .submenu,
.main-menu .submenu.open {
  max-height: 250px;
  padding: 6px 0 6px 16px;
}

.main-menu .submenu a {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 2px;
}

.main-menu .active,
.menu-home .main-menu .active {
  color: #a87d5f;
  text-decoration: none !important;
}

.menu-mobile {
  max-width: 250px;
  background: #fff;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
}

.menu-mobile .menu-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hide;
  overflow-y: auto;
  padding: 70px 40px 40px 40px;
}

.menu-mobile .btn-close-menu {
  position: fixed;
  right: 15px;
  top: 15px;
  font-size: 40px;
  z-index: 100;
}

.menu-mobile {
  -moz-transform: translateX(100%) translateY(0);

  -webkit-transform: translateX(100%) translateY(0);

  -o-transform: translateX(100%) translateY(0);

  -ms-transform: translateX(100%) translateY(0);

  transform: translateX(100%) translateY(0);
}

.menu-mobile.opened {
  -moz-transform: translateX(0) translateY(0%);

  -webkit-transform: translateX(0) translateY(0%);

  -o-transform: translateX(0) translateY(0%);

  -ms-transform: translateX(0) translateY(0%);

  transform: translateX(0) translateY(0%);
}

.bold span {
  font-family: "sf_ui_textbold", sans-serif;

  letter-spacing: -0.05em;
}

.bio {
  font-size: 24px;

  line-height: 133%;

  letter-spacing: -0.05em;
}

h2 {
  font-family: "sf_ui_textbold", sans-serif;

  font-style: normal;

  font-size: 24px;

  line-height: 24px;

  letter-spacing: -0.05em;
}

p {
  font-family: "sf_ui_textregular", sans-serif;

  font-size: 16px;

  line-height: 150%;

  letter-spacing: -0.05em;
}

.ficha-tecnica p {
  margin: 0;
}

.ficha-tecnica h2 {
  margin-bottom: 8px;
}

/* EXPOSICOES */

.masonry {
  width: 100%;

  margin: 0 auto;

  display: grid;

  grid-template-columns: repeat(16, 1fr);

  grid-gap: 8px;
}

.ampliar {
  display: inline-block;

  grid-column: 1/-1;

  text-transform: uppercase;

  font-size: 12px;
}

.interna.dark .ampliar {
  color: #fff;
}

.masonry img {
  object-fit: cover;

  display: block;

  max-height: 420px;

  width: 100%;

  height: 100%;

  transition: all 0.3s ease-in-out;
}

.exposicao a,
.exposicao figure {
  display: block;

  height: 100%;
}

.vbox-title {
  font-size: 0.75rem;

  line-height: 1.3;

  padding: 12px 50px;

  text-transform: uppercase;

  height: 70px;
}

.vbox-container img {
  max-height: 640px;
}

.mb8 {
  margin-bottom: 8px;
}

.w-100 {
  grid-column: 1 / -1;
}

.w-50,
.w-50_1,
.w-50_3,
.w-50_5,
.w-50_7,
.w-50_9,
.w-50_11,
.w-50_13,
.w-50_15,
.w-50_17,
.w-50_19,
.w-50_21,
.w-50_23,
.w-50_25,
.w-50_27,
.w-50_29,
.w-50_31,
.w-50_33,
.w-50_35,
.w-50_37,
.w-50_39,
.w-50_41,
.w-50_43,
.w-50_45,
.w-50_47,
.w-50_49,
.w-50_51 {
  grid-column: 1 / 9;
}

.w-50_2,
.w-50_4,
.w-50_6,
.w-50_8,
.w-50_10,
.w-50_12,
.w-50_14,
.w-50_16,
.w-50_18,
.w-50_20,
.w-50_22,
.w-50_24,
.w-50_26,
.w-50_28,
.w-50_30,
.w-50_32,
.w-50_34,
.w-50_36,
.w-50_38,
.w-50_40,
.w-50_42,
.w-50_44,
.w-50_46,
.w-50_48,
.w-50_50 {
  grid-column: 9 / -1;
}

.w-70 {
  grid-column: 1/12;
}

.w-70_i {
  grid-column: 6/-1;
}

.w-30 {
  grid-column: 12 / -1;
}

.w-30_i {
  grid-column: 1 / 6;
}

.w-40_1 {
  grid-column: 1/6;
}

.w-40_2 {
  grid-column: 6/12;
}

.w-40_3 {
  grid-column: 12/-1;
}

.cell--1 {
  grid-column: 1 / 5;
}

.cell--2 {
  grid-column: 5 / 9;
}

.cell--3 {
  grid-column: 9 / 13;
}

.cell--4 {
  grid-column: 13/-1;
}

/*HOME*/

.home,
.container-fluid.home {
  height: 80vh;

  position: relative;

  overflow: hidden;

  margin-bottom: 0;

  padding: 0;
}

.galeria-home {
  position: absolute;

  top: 0;

  z-index: -1;
}

.item {
  height: 80vh;
}

.slider {
  overflow: hidden;

  position: absolute;

  top: 0;

  left: 0;

  z-index: -1;
}

.left-sidebar,
.menu-home,
.social-icons,
.menu-interna {
  display: none;
}

.menu-home {
  position: absolute;

  top: 40px;

  left: 4rem;
}

.logo {
  text-align: center;

  height: 100%;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 0 40px 60px 60px;
}

.logo img {
  max-width: 90%;
}

@media (min-width: 768px) {
  .left-sidebar,
  .menu-home,
  .social-icons,
  .menu-interna {
    display: block;
  }

  .menu-toggle,
  .d-md-none {
    display: none !important;
  }
}

.menu-home .main-menu a,
.menu-home .main-menu span,
.menu-home .main-menu .sub-open {
  color: #fff;
}

.item figure {
  position: relative;

  max-height: 80vh;

  color: #fff;
}

.item figure figcaption {
  position: absolute;

  width: 100%;

  left: 0;

  text-align: center;

  bottom: 10vh;

  z-index: 1;
}

.item figure figcaption h4,
.item figure figcaption p {
  margin: 0;
}

.item figure img {
  width: 100vw;

  height: 100vh;

  object-fit: cover;
}

.social-icons {
  position: absolute;

  top: 40px;

  right: 4rem;

  z-index: 100;
}

.social-icons a {
  display: block;

  width: 24px;

  height: 24px;
}

.social-icons img {
  filter: brightness(300%) invert(1);

  width: 100%;
}

.interna.dark {
  background: url("../img/bg-interna.jpg") no-repeat center top #070e03;

  background-size: contain;

  padding-bottom: 80px;
}

.interna.dark .logo-interna {
  max-width: 220px;
}

.interna.dark .title {
  color: #fff;
}

.interna.dark p {
  color: rgb(200, 200, 200);
}

.interna.dark .main-menu a,
.interna.dark .main-menu span,
.interna.dark .main-menu .sub-open {
  color: rgb(200, 200, 200);
}

.interna.dark .header-title,
.interna.dark .main-menu .active,
.interna.dark .menu-home .main-menu .active {
  color: #a87d5f;

  font-weight: bold;
}

@media (min-width: 768px) {
  .item figure figcaption {
    position: absolute;

    left: 4rem;

    text-align: left;
  }
}

#button-backTop {
  display: inline-block;
  background-color: rgba(168, 125, 95, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button-backTop::after {
  content: "↑";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.8;
  color: #fff;
}
#button-backTop:hover {
  cursor: pointer;
  background-color: #333;
}
#button-backTop:active {
  background-color: #555;
}
#button-backTop.show {
  opacity: 1;
  visibility: visible;
}

/* GRID */

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;

  padding-right: var(--bs-gutter-x, 0.75rem);

  padding-left: var(--bs-gutter-x, 0.75rem);

  margin-right: auto;

  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg {
    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 > * {
  box-sizing: border-box;

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

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

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

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

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

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

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

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

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

@media (max-width: 992px) {
  .justify-content-end {
    justify-content: space-between;
  }
}
