/* @font-face {
  font-family: Roboto-Light;
  src: url("../fontes/Roboto-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto-Regular;
  src: url("../fontes/Roboto-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../fontes/Roboto-Medium.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto-SemiBold;
  src: url("../fontes/Roboto-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Roboto-Bold;
  src: url("../fontes/Roboto-Bold.ttf");
  font-display: swap;
} */

.ff-light {
  font-family: Arial, Helvetica, sans-serif;
}

.ff-regular {
  font-family: Arial, Helvetica, sans-serif;
}

.ff-medium {
  font-family: Arial, Helvetica, sans-serif;
}

.ff-semibold {
  font-family: Arial, Helvetica, sans-serif;
}

.ff-bold {
  font-family: Arial, Helvetica, sans-serif;
}

.fs-08 {
  font-size: .8rem;
}

.fs-09 {
  font-size: .9rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-1-1 {
  font-size: 1.1rem;
}

.fs-1-2 {
  font-size: 1.2rem;
}

.fs-1-3 {
  font-size: 1.3rem;
}

.fs-1-4 {
  font-size: 1.4rem;
}

.fs-1-5 {
  font-size: 1.5rem;
}

.fs-1-6 {
  font-size: 1.6rem;
}

.fs-1-7 {
  font-size: 1.7rem;
}

.fs-1-8 {
  font-size: 1.8rem;
}

.fs-1-9 {
  font-size: 1.9rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-2-5 {
  font-size: 2.5rem;
}

.fs-3 {
  font-size: 3rem;
}

.fs-3-5 {
  font-size: 3.5rem;
}

.fs-4 {
  font-size: 4rem;
}

.fs-4-5 {
  font-size: 4.5rem;
}

.fs-5 {
  font-size: 5rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

.b-square {
  border-radius: 0px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

.icon-90 {
  width: 90px;
  height: 90px;
}

.icon-100 {
  width: 100px;
  height: 100px;
}

.icon-150 {
  width: 150px;
  height: 150px;
}

a:hover {
  text-decoration: none;
}

.btn-white {
  color: rgb(144 0 61);
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-white {
  color: #FFFFFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFFFFF;
}

.btn-outline-white:hover {
  color: rgb(144 0 61) !important;
  background-color: #f3f3f3;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: rgb(255 140 20);
  -webkit-border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: rgb(144 0 61);
  -webkit-border-radius: 0px;
}

.form-control.error {
  border-color: #DC3545 !important;
}

textarea.form-control {
  resize: none;
}

.lst-none {
  list-style-type: none !important;
}

.modal .modal-content {
  border: none !important;
}

.modal .modal-content .modal-body {
  background: url("") no-repeat;
}

#modal-termos-uso .modal-body #corpo-termos {
  word-break: break-word;
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.swal2-popup {
  background: url("") no-repeat;
  background-color: white !important;
  background-size: 70px;
  background-position: 100% 0%;
}

.swal2-popup .swal2-icon {
  border-color: #163a74 !important;
  color: #163a74 !important;
}

.swal2-popup .swal2-confirm {
  background-color: #163a74 !important;
  border-right-color: #163a74 !important;
  border-left-color: #163a74 !important;
}

.swal2-popup .swal2-confirm:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal2-popup button {
  border-radius: 25px !important;
  padding: .65rem 1.3rem !important;
  font-family: Roboto-Bold !important;
  border-width: 2px !important;
  min-width: 100px;
}

#navbarNavPatrocinador .nav .nav-link:hover {
  color: rgb(144 0 61);
}

#chat-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 29;
  background-color: #71BF99;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 2px 1px #636363;
          box-shadow: 0px 0px 2px 1px #636363;
  cursor: pointer;
}

#chat-whatsapp i {
  color: #FFFFFF;
  font-size: 1.5rem;
}

#sec-aviso-cookies {
  position: fixed;
  bottom: 0;
  background-color: #3a3a3a;
  z-index: 201;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white;
  opacity: .95;
  -webkit-box-shadow: 0px 0px 3.5px 0.5px rgb(255 140 20);
          box-shadow: 0px 0px 3.5px 0.5px rgb(255 140 20);
  font-size: .8rem;
}

.popover {
  font-size: 0.7rem;
  background: rgb(144 0 61);
}

.popover .popover-body {
  color: #fff !important;
}

.popover .arrow::after,
.popover .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: rgb(144 0 61);
}

.steps-marker {
  padding: 1.5rem 3rem;
}

.steps-marker .step-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: not-allowed;
}

.steps-marker .step-marker .number {
  background-color: #FFF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  width: 37px;
  color: rgb(144 0 61);
  border: solid 2px;
  border-color: rgb(144 0 61);
  /* font-family: Roboto-Bold; */
  font-size: 1.2rem;
  margin-right: 10px;
  cursor: not-allowed;
}

.steps-marker .step-marker label {
  margin-bottom: 0 !important;
  color: #000000;
  text-transform: uppercase;
  cursor: not-allowed;
}

.steps-marker .step-marker.active {
  cursor: pointer;
}

.steps-marker .step-marker.active .number {
  background-color: rgb(144 0 61);
  border-color: rgb(144 0 61);
  color: #FFF;
  cursor: pointer;
}

.steps-marker .step-marker.active label {
  color: rgb(144 0 61);
  cursor: pointer;
}

.sec-checkout * {
  font-weight: normal;
}

.steps .step {
  display: none;
}

.steps .step .label-categoria.error .box-pick-radio {
  border: solid 1px #DC3545 !important;
}

.steps .step .btn {
  border-radius: 0px;
  padding: 15px 40px;
  /* font-family: Roboto-Bold; */
  text-transform: uppercase;
}

.steps .step .box-pick-radio {
  background-color: rgba(22, 58, 116, 0.05);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 8px -1.5px #dadada;
          box-shadow: 0px 0px 8px -1.5px #dadada;
  cursor: pointer;
}

.steps .step .box-pick-radio:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background-color: rgba(22, 58, 116, 0.1);
}

.steps .step .box-pick-radio .select-box {
  height: 30px;
  width: 30px;
  background-color: #F8F8F8;
  border-radius: 5px;
  border: solid 2px #AAADB6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.steps .step .box-pick-radio.active {
  background-color: rgba(22, 58, 116, 0.1);
}

.steps .step .box-pick-radio.active .select-box::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.steps .step .box-pick-radio.active .select-box {
  color: #FFFFFF;
  background-color: #71BF99;
  border-color: #71BF99;
}

.steps .step .label-fase-step {
  color: rgb(144 0 61);
  text-transform: uppercase;
  font-size: 1.3rem;
  /* font-family: Roboto-Bold; */
}

.steps .step .label-opcao-pagamento {
  cursor: pointer;
  background-color: #ECECEC;
  border: solid 3px;
  border-color: rgba(113, 191, 153, 0.6);
  padding: 1rem 3rem;
  width: 100%;
}

.steps .step .label-opcao-pagamento.disabled {
  background-color: #FFF;
  border-color: #ECECEC;
}

.steps .step .label-for-tipo,
.steps .step .label-pagamento {
  cursor: pointer;
  background-color: #fff;
  border: solid 1.5px;
  border-color: #f3f3f3;
  padding: 1rem 3rem;
  border-radius: 10px;
  width: 100%;
}

.steps .step .label-pagamento {
  border-radius: 0px !important;
}

.steps .step .label-for-tipo.disabled,
.steps .step .label-pagamento.disabled {
  opacity: 0.6;
}

.steps .step .label-pagamento.active.active {
  border: solid 1.6px rgb(144 0 61);
}

.steps .step .label-for-tipo.active {
  border: solid 1.6px rgb(144 0 61);
  background-color: #eaeaea;
}

.steps .step .label-input-file-foto {
  width: 100%;
  border: dashed 2px rgb(144 0 61);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 200px;
  cursor: pointer;
}

.steps .step .label-input-file-foto.error {
  border-color: #DC3545 !important;
}

.steps .step #img-cartao-visita {
  width: 170px;
  height: 180px;
  border: solid 3.5px #fff;
  border-radius: 10px;
  position: absolute;
  margin-top: 110px;
  background-position: center !important;
  background-size: cover !important;
}

.steps .step #infos-cartao-visita {
  position: absolute;
  bottom: 15px;
  width: 300px;
}

.steps .step #infos-cartao-visita #insere-nome-cartao {
  font-weight: 600;
  font-family: Roboto-Regular;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
}

.steps .step #infos-cartao-visita #insere-cidade-cartao {
  font-weight: 500;
  font-family: Roboto-Regular;
  color: #FFF;
  text-align: center;
}

form label {
  color: rgb(144 0 61);
  font-family: Roboto-Regular;
  font-size: .75rem;
}

form .form-control {
  background-color: #FFFFFF;
  border: solid 1px;
  border-color: rgb(255 140 20);
  border-radius: 5px;
  min-height: 40px;
  padding: .5rem .75rem;
  -webkit-box-shadow: 0px 0px 4.5px -0.5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4.5px -0.5px rgba(0, 0, 0, 0.2);
  font-size: .95rem;
  font-family: Roboto-Medium;
  color: rgb(144 0 61);
}

form .form-control:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-color: rgb(144 0 61);
}

form .btn-acao {
  min-height: 40px;
}

.palestra-box:hover .palestra-box-verso {
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
  opacity: .85;
}

.palestra-box .palestra-box-verso {
  z-index: 2;
  opacity: 0;
  overflow-y: auto;
  padding: 1rem;
}

.palestra-box .palestra-box-verso .palestra-texto {
  max-height: 100%;
}

.banner.menor {
  padding-bottom: 0px;
}

.banner.menor .elementos-banner-menor {
  height: 578px;
}

.galeria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 0px;
}

.galeria a {
  margin: 20px 20px;
  width: 340px;
}

.galeria a .imagem-escritorios {
  height: auto;
  width: 100%;
  max-height: 255px;
  max-width: 300px;
  margin: 0px !important;
}

.coluna-escritorio {
  max-width: 100%;
}

.coluna-escritorio .carousel-patrocinador a {
  margin: 0px 20px;
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.coluna-escritorio .carousel-patrocinador a img {
  max-width: 300px !important;
  height: auto;
}

.background-escritorios {
  width: 234px !important;
  height: 204px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .icon-sm-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-sm-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-sm-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-sm-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-sm-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-sm-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-sm-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-sm-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-sm-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 768px) {
  .icon-md-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-md-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-md-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-md-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-md-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-md-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-md-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-md-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-md-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 992px) {
  .icon-lg-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-lg-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-lg-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-lg-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-lg-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-lg-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-lg-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-lg-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-lg-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 1200px) {
  .icon-xl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-xl-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-xl-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-xl-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-xl-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-xl-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-xl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-xl-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-xl-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

@media (min-width: 1600px) {
  .icon-xxl-20 {
    width: 20px !important;
    height: 20px !important;
  }
  .icon-xxl-25 {
    width: 25px !important;
    height: 25px !important;
  }
  .icon-xxl-40 {
    width: 40px !important;
    height: 40px !important;
  }
  .icon-xxl-50 {
    width: 50px !important;
    height: 50px !important;
  }
  .icon-xxl-60 {
    width: 60px !important;
    height: 60px !important;
  }
  .icon-xxl-75 {
    width: 75px !important;
    height: 75px !important;
  }
  .icon-xxl-80 {
    width: 80px !important;
    height: 80px !important;
  }
  .icon-xxl-90 {
    width: 90px !important;
    height: 90px !important;
  }
  .icon-xxl-100 {
    width: 100px !important;
    height: 100px !important;
  }
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1360px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
