@charset "UTF-8";
/* ================================================== */
/* Notes
/* ================================================== */
/* Do not change import orders :
	This could break some CSS styles.
*/
/* ================================================== */
/* MIXINS
/* ================================================== */
/* ================================================== */
/* FONT FACE
/* ================================================== */
/* ================================================== */
/* GRID
/* ================================================== */
/* ================================================== */
/* STR REPLACE
/* ================================================== */
/* ================================================== */
/* UTILITIES
/* ================================================== */
/* ================================================== */
/* FONTS
/* ================================================== */
/* ================================================== */
/* BUTTONS
/* ================================================== */
/* ================================================== */
/* DISPLAY
/* ================================================== */
/* ================================================== */
/* FUNCTIONS
/* ================================================== */
/* ================================================== */
/* REM
/* Source: https://github.com/pierreburel/sass-rem
/* ================================================== */
/* ================================================== */
/* STRIP UNIT
/* Source: https://css-tricks.com/snippets/sass/strip-unit-function
/* ================================================== */
/* ================================================== */
/* UTILITIES
/* ================================================== */
/* ================================================== */
/* BORDERS
/* ================================================== */
@media (max-width: 664.98px) {
  .border-xxs-0 {
    border:  0 !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .border-xs-0 {
    border:  0 !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .border-sm-0 {
    border:  0 !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .border-md-0 {
    border:  0 !important;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .border-lg-0 {
    border:  0 !important;
  }
}
@media (min-width: 1750px) {
  .border-xl-0 {
    border:  0 !important;
  }
}
.border-theme {
  padding-left: 0.2em;
  border-left: 0.2666666667rem solid #c8d100 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

/* ================================================== */
/* COLOR
/* ================================================== */
.text-muted * {
  fill: #8e8e93 !important;
}

/* ================================================== */
/* OBJECT FIT
/* ================================================== */
.object-fit-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.object-fit-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

/* ================================================== */
/* OPACITY
/* ================================================== */
.o-0 {
  opacity: 0 !important;
}

.o-1 {
  opacity: 1 !important;
}

/* ================================================== */
/* GRID
/* ================================================== */
[class*=col-xl-12-], [class*=col-xl-11-], [class*=col-xl-10-], [class*=col-xl-9-], [class*=col-xl-8-], [class*=col-xl-7-], [class*=col-xl-6-], [class*=col-xl-5-], [class*=col-xl-4-], [class*=col-xl-3-], [class*=col-xl-2-], [class*=col-xl-1-], [class*=col-lg-12-], [class*=col-lg-11-], [class*=col-lg-10-], [class*=col-lg-9-], [class*=col-lg-8-], [class*=col-lg-7-], [class*=col-lg-6-], [class*=col-lg-5-], [class*=col-lg-4-], [class*=col-lg-3-], [class*=col-lg-2-], [class*=col-lg-1-], [class*=col-md-12-], [class*=col-md-11-], [class*=col-md-10-], [class*=col-md-9-], [class*=col-md-8-], [class*=col-md-7-], [class*=col-md-6-], [class*=col-md-5-], [class*=col-md-4-], [class*=col-md-3-], [class*=col-md-2-], [class*=col-md-1-], [class*=col-sm-12-], [class*=col-sm-11-], [class*=col-sm-10-], [class*=col-sm-9-], [class*=col-sm-8-], [class*=col-sm-7-], [class*=col-sm-6-], [class*=col-sm-5-], [class*=col-sm-4-], [class*=col-sm-3-], [class*=col-sm-2-], [class*=col-sm-1-], [class*=col-xs-12-], [class*=col-xs-11-], [class*=col-xs-10-], [class*=col-xs-9-], [class*=col-xs-8-], [class*=col-xs-7-], [class*=col-xs-6-], [class*=col-xs-5-], [class*=col-xs-4-], [class*=col-xs-3-], [class*=col-xs-2-], [class*=col-xs-1-], [class*=col-12-], [class*=col-11-], [class*=col-10-], [class*=col-9-], [class*=col-8-], [class*=col-7-], [class*=col-6-], [class*=col-5-], [class*=col-4-], [class*=col-3-], [class*=col-2-], [class*=col-1-] {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.col-1-2 {
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-1-2 {
  margin-left: 50%;
}

.col-1-3 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-1-3 {
  margin-left: 33.3333333333%;
}

.col-1-4 {
  flex: 0 0 25%;
  max-width: 25%;
}

.offset-1-4 {
  margin-left: 25%;
}

.col-1-5 {
  flex: 0 0 20%;
  max-width: 20%;
}

.offset-1-5 {
  margin-left: 20%;
}

.col-1-6 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-1-6 {
  margin-left: 16.6666666667%;
}

.col-1-7 {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.offset-1-7 {
  margin-left: 14.2857142857%;
}

.col-1-8 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.offset-1-8 {
  margin-left: 12.5%;
}

.col-1-9 {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

.offset-1-9 {
  margin-left: 11.1111111111%;
}

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

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

.col-1-11 {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.offset-1-11 {
  margin-left: 9.0909090909%;
}

.col-1-12 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-1-12 {
  margin-left: 8.3333333333%;
}

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

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

.col-2-3 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-2-3 {
  margin-left: 66.6666666667%;
}

.col-2-4 {
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-2-4 {
  margin-left: 50%;
}

.col-2-5 {
  flex: 0 0 40%;
  max-width: 40%;
}

.offset-2-5 {
  margin-left: 40%;
}

.col-2-6 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-2-6 {
  margin-left: 33.3333333333%;
}

.col-2-7 {
  flex: 0 0 28.5714285714%;
  max-width: 28.5714285714%;
}

.offset-2-7 {
  margin-left: 28.5714285714%;
}

.col-2-8 {
  flex: 0 0 25%;
  max-width: 25%;
}

.offset-2-8 {
  margin-left: 25%;
}

.col-2-9 {
  flex: 0 0 22.2222222222%;
  max-width: 22.2222222222%;
}

.offset-2-9 {
  margin-left: 22.2222222222%;
}

.col-2-10 {
  flex: 0 0 20%;
  max-width: 20%;
}

.offset-2-10 {
  margin-left: 20%;
}

.col-2-11 {
  flex: 0 0 18.1818181818%;
  max-width: 18.1818181818%;
}

.offset-2-11 {
  margin-left: 18.1818181818%;
}

.col-2-12 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-2-12 {
  margin-left: 16.6666666667%;
}

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

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

.col-3-4 {
  flex: 0 0 75%;
  max-width: 75%;
}

.offset-3-4 {
  margin-left: 75%;
}

.col-3-5 {
  flex: 0 0 60%;
  max-width: 60%;
}

.offset-3-5 {
  margin-left: 60%;
}

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

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

.col-3-7 {
  flex: 0 0 42.8571428571%;
  max-width: 42.8571428571%;
}

.offset-3-7 {
  margin-left: 42.8571428571%;
}

.col-3-8 {
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.offset-3-8 {
  margin-left: 37.5%;
}

.col-3-9 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-3-9 {
  margin-left: 33.3333333333%;
}

.col-3-10 {
  flex: 0 0 30%;
  max-width: 30%;
}

.offset-3-10 {
  margin-left: 30%;
}

.col-3-11 {
  flex: 0 0 27.2727272727%;
  max-width: 27.2727272727%;
}

.offset-3-11 {
  margin-left: 27.2727272727%;
}

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

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

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

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

.col-4-5 {
  flex: 0 0 80%;
  max-width: 80%;
}

.offset-4-5 {
  margin-left: 80%;
}

.col-4-6 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-4-6 {
  margin-left: 66.6666666667%;
}

.col-4-7 {
  flex: 0 0 57.1428571429%;
  max-width: 57.1428571429%;
}

.offset-4-7 {
  margin-left: 57.1428571429%;
}

.col-4-8 {
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-4-8 {
  margin-left: 50%;
}

.col-4-9 {
  flex: 0 0 44.4444444444%;
  max-width: 44.4444444444%;
}

.offset-4-9 {
  margin-left: 44.4444444444%;
}

.col-4-10 {
  flex: 0 0 40%;
  max-width: 40%;
}

.offset-4-10 {
  margin-left: 40%;
}

.col-4-11 {
  flex: 0 0 36.3636363636%;
  max-width: 36.3636363636%;
}

.offset-4-11 {
  margin-left: 36.3636363636%;
}

.col-4-12 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-4-12 {
  margin-left: 33.3333333333%;
}

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

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

.col-5-6 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-5-6 {
  margin-left: 83.3333333333%;
}

.col-5-7 {
  flex: 0 0 71.4285714286%;
  max-width: 71.4285714286%;
}

.offset-5-7 {
  margin-left: 71.4285714286%;
}

.col-5-8 {
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.offset-5-8 {
  margin-left: 62.5%;
}

.col-5-9 {
  flex: 0 0 55.5555555556%;
  max-width: 55.5555555556%;
}

.offset-5-9 {
  margin-left: 55.5555555556%;
}

.col-5-10 {
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-5-10 {
  margin-left: 50%;
}

.col-5-11 {
  flex: 0 0 45.4545454545%;
  max-width: 45.4545454545%;
}

.offset-5-11 {
  margin-left: 45.4545454545%;
}

.col-5-12 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-5-12 {
  margin-left: 41.6666666667%;
}

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

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

.col-6-7 {
  flex: 0 0 85.7142857143%;
  max-width: 85.7142857143%;
}

.offset-6-7 {
  margin-left: 85.7142857143%;
}

.col-6-8 {
  flex: 0 0 75%;
  max-width: 75%;
}

.offset-6-8 {
  margin-left: 75%;
}

.col-6-9 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-6-9 {
  margin-left: 66.6666666667%;
}

.col-6-10 {
  flex: 0 0 60%;
  max-width: 60%;
}

.offset-6-10 {
  margin-left: 60%;
}

.col-6-11 {
  flex: 0 0 54.5454545455%;
  max-width: 54.5454545455%;
}

.offset-6-11 {
  margin-left: 54.5454545455%;
}

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

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

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

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

.col-7-8 {
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.offset-7-8 {
  margin-left: 87.5%;
}

.col-7-9 {
  flex: 0 0 77.7777777778%;
  max-width: 77.7777777778%;
}

.offset-7-9 {
  margin-left: 77.7777777778%;
}

.col-7-10 {
  flex: 0 0 70%;
  max-width: 70%;
}

.offset-7-10 {
  margin-left: 70%;
}

.col-7-11 {
  flex: 0 0 63.6363636364%;
  max-width: 63.6363636364%;
}

.offset-7-11 {
  margin-left: 63.6363636364%;
}

.col-7-12 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-7-12 {
  margin-left: 58.3333333333%;
}

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

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

.col-8-9 {
  flex: 0 0 88.8888888889%;
  max-width: 88.8888888889%;
}

.offset-8-9 {
  margin-left: 88.8888888889%;
}

.col-8-10 {
  flex: 0 0 80%;
  max-width: 80%;
}

.offset-8-10 {
  margin-left: 80%;
}

.col-8-11 {
  flex: 0 0 72.7272727273%;
  max-width: 72.7272727273%;
}

.offset-8-11 {
  margin-left: 72.7272727273%;
}

.col-8-12 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-8-12 {
  margin-left: 66.6666666667%;
}

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

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

.col-9-10 {
  flex: 0 0 90%;
  max-width: 90%;
}

.offset-9-10 {
  margin-left: 90%;
}

.col-9-11 {
  flex: 0 0 81.8181818182%;
  max-width: 81.8181818182%;
}

.offset-9-11 {
  margin-left: 81.8181818182%;
}

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

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

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

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

.col-10-11 {
  flex: 0 0 90.9090909091%;
  max-width: 90.9090909091%;
}

.offset-10-11 {
  margin-left: 90.9090909091%;
}

.col-10-12 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-10-12 {
  margin-left: 83.3333333333%;
}

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

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

.col-11-12 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-11-12 {
  margin-left: 91.6666666667%;
}

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

.offset-12-12 {
  margin-left: 100%;
}

@media (min-width: 665px) {
  .col-xs-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-1-1 {
    margin-left: 100%;
  }
  .col-xs-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xs-1-2 {
    margin-left: 50%;
  }
  .col-xs-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xs-1-3 {
    margin-left: 33.3333333333%;
  }
  .col-xs-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xs-1-4 {
    margin-left: 25%;
  }
  .col-xs-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-xs-1-5 {
    margin-left: 20%;
  }
  .col-xs-1-6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xs-1-6 {
    margin-left: 16.6666666667%;
  }
  .col-xs-1-7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .offset-xs-1-7 {
    margin-left: 14.2857142857%;
  }
  .col-xs-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-xs-1-8 {
    margin-left: 12.5%;
  }
  .col-xs-1-9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .offset-xs-1-9 {
    margin-left: 11.1111111111%;
  }
  .col-xs-1-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .offset-xs-1-10 {
    margin-left: 10%;
  }
  .col-xs-1-11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .offset-xs-1-11 {
    margin-left: 9.0909090909%;
  }
  .col-xs-1-12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xs-1-12 {
    margin-left: 8.3333333333%;
  }
  .col-xs-2-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-2-2 {
    margin-left: 100%;
  }
  .col-xs-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xs-2-3 {
    margin-left: 66.6666666667%;
  }
  .col-xs-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xs-2-4 {
    margin-left: 50%;
  }
  .col-xs-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-xs-2-5 {
    margin-left: 40%;
  }
  .col-xs-2-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xs-2-6 {
    margin-left: 33.3333333333%;
  }
  .col-xs-2-7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .offset-xs-2-7 {
    margin-left: 28.5714285714%;
  }
  .col-xs-2-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xs-2-8 {
    margin-left: 25%;
  }
  .col-xs-2-9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .offset-xs-2-9 {
    margin-left: 22.2222222222%;
  }
  .col-xs-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-xs-2-10 {
    margin-left: 20%;
  }
  .col-xs-2-11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .offset-xs-2-11 {
    margin-left: 18.1818181818%;
  }
  .col-xs-2-12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xs-2-12 {
    margin-left: 16.6666666667%;
  }
  .col-xs-3-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-3-3 {
    margin-left: 100%;
  }
  .col-xs-3-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xs-3-4 {
    margin-left: 75%;
  }
  .col-xs-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-xs-3-5 {
    margin-left: 60%;
  }
  .col-xs-3-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xs-3-6 {
    margin-left: 50%;
  }
  .col-xs-3-7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .offset-xs-3-7 {
    margin-left: 42.8571428571%;
  }
  .col-xs-3-8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-xs-3-8 {
    margin-left: 37.5%;
  }
  .col-xs-3-9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xs-3-9 {
    margin-left: 33.3333333333%;
  }
  .col-xs-3-10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .offset-xs-3-10 {
    margin-left: 30%;
  }
  .col-xs-3-11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .offset-xs-3-11 {
    margin-left: 27.2727272727%;
  }
  .col-xs-3-12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xs-3-12 {
    margin-left: 25%;
  }
  .col-xs-4-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-4-4 {
    margin-left: 100%;
  }
  .col-xs-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-xs-4-5 {
    margin-left: 80%;
  }
  .col-xs-4-6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xs-4-6 {
    margin-left: 66.6666666667%;
  }
  .col-xs-4-7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .offset-xs-4-7 {
    margin-left: 57.1428571429%;
  }
  .col-xs-4-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xs-4-8 {
    margin-left: 50%;
  }
  .col-xs-4-9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .offset-xs-4-9 {
    margin-left: 44.4444444444%;
  }
  .col-xs-4-10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-xs-4-10 {
    margin-left: 40%;
  }
  .col-xs-4-11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .offset-xs-4-11 {
    margin-left: 36.3636363636%;
  }
  .col-xs-4-12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xs-4-12 {
    margin-left: 33.3333333333%;
  }
  .col-xs-5-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-5-5 {
    margin-left: 100%;
  }
  .col-xs-5-6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xs-5-6 {
    margin-left: 83.3333333333%;
  }
  .col-xs-5-7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .offset-xs-5-7 {
    margin-left: 71.4285714286%;
  }
  .col-xs-5-8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-xs-5-8 {
    margin-left: 62.5%;
  }
  .col-xs-5-9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .offset-xs-5-9 {
    margin-left: 55.5555555556%;
  }
  .col-xs-5-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xs-5-10 {
    margin-left: 50%;
  }
  .col-xs-5-11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .offset-xs-5-11 {
    margin-left: 45.4545454545%;
  }
  .col-xs-5-12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xs-5-12 {
    margin-left: 41.6666666667%;
  }
  .col-xs-6-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-6-6 {
    margin-left: 100%;
  }
  .col-xs-6-7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .offset-xs-6-7 {
    margin-left: 85.7142857143%;
  }
  .col-xs-6-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xs-6-8 {
    margin-left: 75%;
  }
  .col-xs-6-9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xs-6-9 {
    margin-left: 66.6666666667%;
  }
  .col-xs-6-10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-xs-6-10 {
    margin-left: 60%;
  }
  .col-xs-6-11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .offset-xs-6-11 {
    margin-left: 54.5454545455%;
  }
  .col-xs-6-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xs-6-12 {
    margin-left: 50%;
  }
  .col-xs-7-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-7-7 {
    margin-left: 100%;
  }
  .col-xs-7-8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-xs-7-8 {
    margin-left: 87.5%;
  }
  .col-xs-7-9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .offset-xs-7-9 {
    margin-left: 77.7777777778%;
  }
  .col-xs-7-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .offset-xs-7-10 {
    margin-left: 70%;
  }
  .col-xs-7-11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .offset-xs-7-11 {
    margin-left: 63.6363636364%;
  }
  .col-xs-7-12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xs-7-12 {
    margin-left: 58.3333333333%;
  }
  .col-xs-8-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-8-8 {
    margin-left: 100%;
  }
  .col-xs-8-9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .offset-xs-8-9 {
    margin-left: 88.8888888889%;
  }
  .col-xs-8-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-xs-8-10 {
    margin-left: 80%;
  }
  .col-xs-8-11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .offset-xs-8-11 {
    margin-left: 72.7272727273%;
  }
  .col-xs-8-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xs-8-12 {
    margin-left: 66.6666666667%;
  }
  .col-xs-9-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-9-9 {
    margin-left: 100%;
  }
  .col-xs-9-10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .offset-xs-9-10 {
    margin-left: 90%;
  }
  .col-xs-9-11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .offset-xs-9-11 {
    margin-left: 81.8181818182%;
  }
  .col-xs-9-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xs-9-12 {
    margin-left: 75%;
  }
  .col-xs-10-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-10-10 {
    margin-left: 100%;
  }
  .col-xs-10-11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .offset-xs-10-11 {
    margin-left: 90.9090909091%;
  }
  .col-xs-10-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xs-10-12 {
    margin-left: 83.3333333333%;
  }
  .col-xs-11-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-11-11 {
    margin-left: 100%;
  }
  .col-xs-11-12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xs-11-12 {
    margin-left: 91.6666666667%;
  }
  .col-xs-12-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xs-12-12 {
    margin-left: 100%;
  }
}
@media (min-width: 850px) {
  .col-sm-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-1-1 {
    margin-left: 100%;
  }
  .col-sm-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-1-2 {
    margin-left: 50%;
  }
  .col-sm-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-1-3 {
    margin-left: 33.3333333333%;
  }
  .col-sm-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-1-4 {
    margin-left: 25%;
  }
  .col-sm-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-sm-1-5 {
    margin-left: 20%;
  }
  .col-sm-1-6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-1-6 {
    margin-left: 16.6666666667%;
  }
  .col-sm-1-7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .offset-sm-1-7 {
    margin-left: 14.2857142857%;
  }
  .col-sm-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-sm-1-8 {
    margin-left: 12.5%;
  }
  .col-sm-1-9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .offset-sm-1-9 {
    margin-left: 11.1111111111%;
  }
  .col-sm-1-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .offset-sm-1-10 {
    margin-left: 10%;
  }
  .col-sm-1-11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .offset-sm-1-11 {
    margin-left: 9.0909090909%;
  }
  .col-sm-1-12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1-12 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-2-2 {
    margin-left: 100%;
  }
  .col-sm-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-2-3 {
    margin-left: 66.6666666667%;
  }
  .col-sm-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-2-4 {
    margin-left: 50%;
  }
  .col-sm-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-sm-2-5 {
    margin-left: 40%;
  }
  .col-sm-2-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-2-6 {
    margin-left: 33.3333333333%;
  }
  .col-sm-2-7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .offset-sm-2-7 {
    margin-left: 28.5714285714%;
  }
  .col-sm-2-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-2-8 {
    margin-left: 25%;
  }
  .col-sm-2-9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .offset-sm-2-9 {
    margin-left: 22.2222222222%;
  }
  .col-sm-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-sm-2-10 {
    margin-left: 20%;
  }
  .col-sm-2-11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .offset-sm-2-11 {
    margin-left: 18.1818181818%;
  }
  .col-sm-2-12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2-12 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-3-3 {
    margin-left: 100%;
  }
  .col-sm-3-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-3-4 {
    margin-left: 75%;
  }
  .col-sm-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-sm-3-5 {
    margin-left: 60%;
  }
  .col-sm-3-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-3-6 {
    margin-left: 50%;
  }
  .col-sm-3-7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .offset-sm-3-7 {
    margin-left: 42.8571428571%;
  }
  .col-sm-3-8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-sm-3-8 {
    margin-left: 37.5%;
  }
  .col-sm-3-9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-3-9 {
    margin-left: 33.3333333333%;
  }
  .col-sm-3-10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .offset-sm-3-10 {
    margin-left: 30%;
  }
  .col-sm-3-11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .offset-sm-3-11 {
    margin-left: 27.2727272727%;
  }
  .col-sm-3-12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3-12 {
    margin-left: 25%;
  }
  .col-sm-4-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-4-4 {
    margin-left: 100%;
  }
  .col-sm-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-sm-4-5 {
    margin-left: 80%;
  }
  .col-sm-4-6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-4-6 {
    margin-left: 66.6666666667%;
  }
  .col-sm-4-7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .offset-sm-4-7 {
    margin-left: 57.1428571429%;
  }
  .col-sm-4-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-4-8 {
    margin-left: 50%;
  }
  .col-sm-4-9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .offset-sm-4-9 {
    margin-left: 44.4444444444%;
  }
  .col-sm-4-10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-sm-4-10 {
    margin-left: 40%;
  }
  .col-sm-4-11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .offset-sm-4-11 {
    margin-left: 36.3636363636%;
  }
  .col-sm-4-12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4-12 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-5-5 {
    margin-left: 100%;
  }
  .col-sm-5-6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-5-6 {
    margin-left: 83.3333333333%;
  }
  .col-sm-5-7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .offset-sm-5-7 {
    margin-left: 71.4285714286%;
  }
  .col-sm-5-8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-sm-5-8 {
    margin-left: 62.5%;
  }
  .col-sm-5-9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .offset-sm-5-9 {
    margin-left: 55.5555555556%;
  }
  .col-sm-5-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-5-10 {
    margin-left: 50%;
  }
  .col-sm-5-11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .offset-sm-5-11 {
    margin-left: 45.4545454545%;
  }
  .col-sm-5-12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5-12 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-6-6 {
    margin-left: 100%;
  }
  .col-sm-6-7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .offset-sm-6-7 {
    margin-left: 85.7142857143%;
  }
  .col-sm-6-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-6-8 {
    margin-left: 75%;
  }
  .col-sm-6-9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-6-9 {
    margin-left: 66.6666666667%;
  }
  .col-sm-6-10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-sm-6-10 {
    margin-left: 60%;
  }
  .col-sm-6-11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .offset-sm-6-11 {
    margin-left: 54.5454545455%;
  }
  .col-sm-6-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6-12 {
    margin-left: 50%;
  }
  .col-sm-7-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-7-7 {
    margin-left: 100%;
  }
  .col-sm-7-8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-sm-7-8 {
    margin-left: 87.5%;
  }
  .col-sm-7-9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .offset-sm-7-9 {
    margin-left: 77.7777777778%;
  }
  .col-sm-7-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .offset-sm-7-10 {
    margin-left: 70%;
  }
  .col-sm-7-11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .offset-sm-7-11 {
    margin-left: 63.6363636364%;
  }
  .col-sm-7-12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7-12 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-8-8 {
    margin-left: 100%;
  }
  .col-sm-8-9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .offset-sm-8-9 {
    margin-left: 88.8888888889%;
  }
  .col-sm-8-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-sm-8-10 {
    margin-left: 80%;
  }
  .col-sm-8-11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .offset-sm-8-11 {
    margin-left: 72.7272727273%;
  }
  .col-sm-8-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8-12 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-9-9 {
    margin-left: 100%;
  }
  .col-sm-9-10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .offset-sm-9-10 {
    margin-left: 90%;
  }
  .col-sm-9-11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .offset-sm-9-11 {
    margin-left: 81.8181818182%;
  }
  .col-sm-9-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9-12 {
    margin-left: 75%;
  }
  .col-sm-10-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-10-10 {
    margin-left: 100%;
  }
  .col-sm-10-11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .offset-sm-10-11 {
    margin-left: 90.9090909091%;
  }
  .col-sm-10-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10-12 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-11-11 {
    margin-left: 100%;
  }
  .col-sm-11-12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11-12 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1120px) {
  .col-md-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-1-1 {
    margin-left: 100%;
  }
  .col-md-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-1-2 {
    margin-left: 50%;
  }
  .col-md-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-1-3 {
    margin-left: 33.3333333333%;
  }
  .col-md-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-1-4 {
    margin-left: 25%;
  }
  .col-md-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-md-1-5 {
    margin-left: 20%;
  }
  .col-md-1-6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-1-6 {
    margin-left: 16.6666666667%;
  }
  .col-md-1-7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .offset-md-1-7 {
    margin-left: 14.2857142857%;
  }
  .col-md-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-md-1-8 {
    margin-left: 12.5%;
  }
  .col-md-1-9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .offset-md-1-9 {
    margin-left: 11.1111111111%;
  }
  .col-md-1-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .offset-md-1-10 {
    margin-left: 10%;
  }
  .col-md-1-11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .offset-md-1-11 {
    margin-left: 9.0909090909%;
  }
  .col-md-1-12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1-12 {
    margin-left: 8.3333333333%;
  }
  .col-md-2-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-2-2 {
    margin-left: 100%;
  }
  .col-md-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-2-3 {
    margin-left: 66.6666666667%;
  }
  .col-md-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-2-4 {
    margin-left: 50%;
  }
  .col-md-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-md-2-5 {
    margin-left: 40%;
  }
  .col-md-2-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-2-6 {
    margin-left: 33.3333333333%;
  }
  .col-md-2-7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .offset-md-2-7 {
    margin-left: 28.5714285714%;
  }
  .col-md-2-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-2-8 {
    margin-left: 25%;
  }
  .col-md-2-9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .offset-md-2-9 {
    margin-left: 22.2222222222%;
  }
  .col-md-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-md-2-10 {
    margin-left: 20%;
  }
  .col-md-2-11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .offset-md-2-11 {
    margin-left: 18.1818181818%;
  }
  .col-md-2-12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2-12 {
    margin-left: 16.6666666667%;
  }
  .col-md-3-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-3-3 {
    margin-left: 100%;
  }
  .col-md-3-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-3-4 {
    margin-left: 75%;
  }
  .col-md-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-md-3-5 {
    margin-left: 60%;
  }
  .col-md-3-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-3-6 {
    margin-left: 50%;
  }
  .col-md-3-7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .offset-md-3-7 {
    margin-left: 42.8571428571%;
  }
  .col-md-3-8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-md-3-8 {
    margin-left: 37.5%;
  }
  .col-md-3-9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-3-9 {
    margin-left: 33.3333333333%;
  }
  .col-md-3-10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .offset-md-3-10 {
    margin-left: 30%;
  }
  .col-md-3-11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .offset-md-3-11 {
    margin-left: 27.2727272727%;
  }
  .col-md-3-12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3-12 {
    margin-left: 25%;
  }
  .col-md-4-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-4-4 {
    margin-left: 100%;
  }
  .col-md-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-md-4-5 {
    margin-left: 80%;
  }
  .col-md-4-6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-4-6 {
    margin-left: 66.6666666667%;
  }
  .col-md-4-7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .offset-md-4-7 {
    margin-left: 57.1428571429%;
  }
  .col-md-4-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-4-8 {
    margin-left: 50%;
  }
  .col-md-4-9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .offset-md-4-9 {
    margin-left: 44.4444444444%;
  }
  .col-md-4-10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-md-4-10 {
    margin-left: 40%;
  }
  .col-md-4-11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .offset-md-4-11 {
    margin-left: 36.3636363636%;
  }
  .col-md-4-12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4-12 {
    margin-left: 33.3333333333%;
  }
  .col-md-5-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-5-5 {
    margin-left: 100%;
  }
  .col-md-5-6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-5-6 {
    margin-left: 83.3333333333%;
  }
  .col-md-5-7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .offset-md-5-7 {
    margin-left: 71.4285714286%;
  }
  .col-md-5-8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-md-5-8 {
    margin-left: 62.5%;
  }
  .col-md-5-9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .offset-md-5-9 {
    margin-left: 55.5555555556%;
  }
  .col-md-5-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-5-10 {
    margin-left: 50%;
  }
  .col-md-5-11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .offset-md-5-11 {
    margin-left: 45.4545454545%;
  }
  .col-md-5-12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5-12 {
    margin-left: 41.6666666667%;
  }
  .col-md-6-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-6-6 {
    margin-left: 100%;
  }
  .col-md-6-7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .offset-md-6-7 {
    margin-left: 85.7142857143%;
  }
  .col-md-6-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-6-8 {
    margin-left: 75%;
  }
  .col-md-6-9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-6-9 {
    margin-left: 66.6666666667%;
  }
  .col-md-6-10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-md-6-10 {
    margin-left: 60%;
  }
  .col-md-6-11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .offset-md-6-11 {
    margin-left: 54.5454545455%;
  }
  .col-md-6-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6-12 {
    margin-left: 50%;
  }
  .col-md-7-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-7-7 {
    margin-left: 100%;
  }
  .col-md-7-8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-md-7-8 {
    margin-left: 87.5%;
  }
  .col-md-7-9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .offset-md-7-9 {
    margin-left: 77.7777777778%;
  }
  .col-md-7-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .offset-md-7-10 {
    margin-left: 70%;
  }
  .col-md-7-11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .offset-md-7-11 {
    margin-left: 63.6363636364%;
  }
  .col-md-7-12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7-12 {
    margin-left: 58.3333333333%;
  }
  .col-md-8-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-8-8 {
    margin-left: 100%;
  }
  .col-md-8-9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .offset-md-8-9 {
    margin-left: 88.8888888889%;
  }
  .col-md-8-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-md-8-10 {
    margin-left: 80%;
  }
  .col-md-8-11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .offset-md-8-11 {
    margin-left: 72.7272727273%;
  }
  .col-md-8-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8-12 {
    margin-left: 66.6666666667%;
  }
  .col-md-9-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-9-9 {
    margin-left: 100%;
  }
  .col-md-9-10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .offset-md-9-10 {
    margin-left: 90%;
  }
  .col-md-9-11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .offset-md-9-11 {
    margin-left: 81.8181818182%;
  }
  .col-md-9-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9-12 {
    margin-left: 75%;
  }
  .col-md-10-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-10-10 {
    margin-left: 100%;
  }
  .col-md-10-11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .offset-md-10-11 {
    margin-left: 90.9090909091%;
  }
  .col-md-10-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10-12 {
    margin-left: 83.3333333333%;
  }
  .col-md-11-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-11-11 {
    margin-left: 100%;
  }
  .col-md-11-12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11-12 {
    margin-left: 91.6666666667%;
  }
  .col-md-12-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1480px) {
  .col-lg-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-1-1 {
    margin-left: 100%;
  }
  .col-lg-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-1-2 {
    margin-left: 50%;
  }
  .col-lg-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-1-3 {
    margin-left: 33.3333333333%;
  }
  .col-lg-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-1-4 {
    margin-left: 25%;
  }
  .col-lg-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-lg-1-5 {
    margin-left: 20%;
  }
  .col-lg-1-6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-1-6 {
    margin-left: 16.6666666667%;
  }
  .col-lg-1-7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .offset-lg-1-7 {
    margin-left: 14.2857142857%;
  }
  .col-lg-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-lg-1-8 {
    margin-left: 12.5%;
  }
  .col-lg-1-9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .offset-lg-1-9 {
    margin-left: 11.1111111111%;
  }
  .col-lg-1-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .offset-lg-1-10 {
    margin-left: 10%;
  }
  .col-lg-1-11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .offset-lg-1-11 {
    margin-left: 9.0909090909%;
  }
  .col-lg-1-12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1-12 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-2-2 {
    margin-left: 100%;
  }
  .col-lg-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-2-3 {
    margin-left: 66.6666666667%;
  }
  .col-lg-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-2-4 {
    margin-left: 50%;
  }
  .col-lg-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-lg-2-5 {
    margin-left: 40%;
  }
  .col-lg-2-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-2-6 {
    margin-left: 33.3333333333%;
  }
  .col-lg-2-7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .offset-lg-2-7 {
    margin-left: 28.5714285714%;
  }
  .col-lg-2-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-2-8 {
    margin-left: 25%;
  }
  .col-lg-2-9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .offset-lg-2-9 {
    margin-left: 22.2222222222%;
  }
  .col-lg-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-lg-2-10 {
    margin-left: 20%;
  }
  .col-lg-2-11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .offset-lg-2-11 {
    margin-left: 18.1818181818%;
  }
  .col-lg-2-12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2-12 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-3-3 {
    margin-left: 100%;
  }
  .col-lg-3-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-3-4 {
    margin-left: 75%;
  }
  .col-lg-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-lg-3-5 {
    margin-left: 60%;
  }
  .col-lg-3-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-3-6 {
    margin-left: 50%;
  }
  .col-lg-3-7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .offset-lg-3-7 {
    margin-left: 42.8571428571%;
  }
  .col-lg-3-8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-lg-3-8 {
    margin-left: 37.5%;
  }
  .col-lg-3-9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-3-9 {
    margin-left: 33.3333333333%;
  }
  .col-lg-3-10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .offset-lg-3-10 {
    margin-left: 30%;
  }
  .col-lg-3-11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .offset-lg-3-11 {
    margin-left: 27.2727272727%;
  }
  .col-lg-3-12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3-12 {
    margin-left: 25%;
  }
  .col-lg-4-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-4-4 {
    margin-left: 100%;
  }
  .col-lg-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-lg-4-5 {
    margin-left: 80%;
  }
  .col-lg-4-6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-4-6 {
    margin-left: 66.6666666667%;
  }
  .col-lg-4-7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .offset-lg-4-7 {
    margin-left: 57.1428571429%;
  }
  .col-lg-4-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-4-8 {
    margin-left: 50%;
  }
  .col-lg-4-9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .offset-lg-4-9 {
    margin-left: 44.4444444444%;
  }
  .col-lg-4-10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-lg-4-10 {
    margin-left: 40%;
  }
  .col-lg-4-11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .offset-lg-4-11 {
    margin-left: 36.3636363636%;
  }
  .col-lg-4-12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4-12 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-5-5 {
    margin-left: 100%;
  }
  .col-lg-5-6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-5-6 {
    margin-left: 83.3333333333%;
  }
  .col-lg-5-7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .offset-lg-5-7 {
    margin-left: 71.4285714286%;
  }
  .col-lg-5-8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-lg-5-8 {
    margin-left: 62.5%;
  }
  .col-lg-5-9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .offset-lg-5-9 {
    margin-left: 55.5555555556%;
  }
  .col-lg-5-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-5-10 {
    margin-left: 50%;
  }
  .col-lg-5-11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .offset-lg-5-11 {
    margin-left: 45.4545454545%;
  }
  .col-lg-5-12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5-12 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-6-6 {
    margin-left: 100%;
  }
  .col-lg-6-7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .offset-lg-6-7 {
    margin-left: 85.7142857143%;
  }
  .col-lg-6-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-6-8 {
    margin-left: 75%;
  }
  .col-lg-6-9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-6-9 {
    margin-left: 66.6666666667%;
  }
  .col-lg-6-10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-lg-6-10 {
    margin-left: 60%;
  }
  .col-lg-6-11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .offset-lg-6-11 {
    margin-left: 54.5454545455%;
  }
  .col-lg-6-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6-12 {
    margin-left: 50%;
  }
  .col-lg-7-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-7-7 {
    margin-left: 100%;
  }
  .col-lg-7-8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-lg-7-8 {
    margin-left: 87.5%;
  }
  .col-lg-7-9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .offset-lg-7-9 {
    margin-left: 77.7777777778%;
  }
  .col-lg-7-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .offset-lg-7-10 {
    margin-left: 70%;
  }
  .col-lg-7-11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .offset-lg-7-11 {
    margin-left: 63.6363636364%;
  }
  .col-lg-7-12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7-12 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-8-8 {
    margin-left: 100%;
  }
  .col-lg-8-9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .offset-lg-8-9 {
    margin-left: 88.8888888889%;
  }
  .col-lg-8-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-lg-8-10 {
    margin-left: 80%;
  }
  .col-lg-8-11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .offset-lg-8-11 {
    margin-left: 72.7272727273%;
  }
  .col-lg-8-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8-12 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-9-9 {
    margin-left: 100%;
  }
  .col-lg-9-10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .offset-lg-9-10 {
    margin-left: 90%;
  }
  .col-lg-9-11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .offset-lg-9-11 {
    margin-left: 81.8181818182%;
  }
  .col-lg-9-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9-12 {
    margin-left: 75%;
  }
  .col-lg-10-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-10-10 {
    margin-left: 100%;
  }
  .col-lg-10-11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .offset-lg-10-11 {
    margin-left: 90.9090909091%;
  }
  .col-lg-10-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10-12 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-11-11 {
    margin-left: 100%;
  }
  .col-lg-11-12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11-12 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1750px) {
  .col-xl-1-1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-1-1 {
    margin-left: 100%;
  }
  .col-xl-1-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-1-2 {
    margin-left: 50%;
  }
  .col-xl-1-3 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-1-3 {
    margin-left: 33.3333333333%;
  }
  .col-xl-1-4 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-1-4 {
    margin-left: 25%;
  }
  .col-xl-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-xl-1-5 {
    margin-left: 20%;
  }
  .col-xl-1-6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-1-6 {
    margin-left: 16.6666666667%;
  }
  .col-xl-1-7 {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .offset-xl-1-7 {
    margin-left: 14.2857142857%;
  }
  .col-xl-1-8 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .offset-xl-1-8 {
    margin-left: 12.5%;
  }
  .col-xl-1-9 {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .offset-xl-1-9 {
    margin-left: 11.1111111111%;
  }
  .col-xl-1-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .offset-xl-1-10 {
    margin-left: 10%;
  }
  .col-xl-1-11 {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .offset-xl-1-11 {
    margin-left: 9.0909090909%;
  }
  .col-xl-1-12 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1-12 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-2-2 {
    margin-left: 100%;
  }
  .col-xl-2-3 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-2-3 {
    margin-left: 66.6666666667%;
  }
  .col-xl-2-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-2-4 {
    margin-left: 50%;
  }
  .col-xl-2-5 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-xl-2-5 {
    margin-left: 40%;
  }
  .col-xl-2-6 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-2-6 {
    margin-left: 33.3333333333%;
  }
  .col-xl-2-7 {
    flex: 0 0 28.5714285714%;
    max-width: 28.5714285714%;
  }
  .offset-xl-2-7 {
    margin-left: 28.5714285714%;
  }
  .col-xl-2-8 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-2-8 {
    margin-left: 25%;
  }
  .col-xl-2-9 {
    flex: 0 0 22.2222222222%;
    max-width: 22.2222222222%;
  }
  .offset-xl-2-9 {
    margin-left: 22.2222222222%;
  }
  .col-xl-2-10 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .offset-xl-2-10 {
    margin-left: 20%;
  }
  .col-xl-2-11 {
    flex: 0 0 18.1818181818%;
    max-width: 18.1818181818%;
  }
  .offset-xl-2-11 {
    margin-left: 18.1818181818%;
  }
  .col-xl-2-12 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2-12 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-3-3 {
    margin-left: 100%;
  }
  .col-xl-3-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-3-4 {
    margin-left: 75%;
  }
  .col-xl-3-5 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-xl-3-5 {
    margin-left: 60%;
  }
  .col-xl-3-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-3-6 {
    margin-left: 50%;
  }
  .col-xl-3-7 {
    flex: 0 0 42.8571428571%;
    max-width: 42.8571428571%;
  }
  .offset-xl-3-7 {
    margin-left: 42.8571428571%;
  }
  .col-xl-3-8 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .offset-xl-3-8 {
    margin-left: 37.5%;
  }
  .col-xl-3-9 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-3-9 {
    margin-left: 33.3333333333%;
  }
  .col-xl-3-10 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .offset-xl-3-10 {
    margin-left: 30%;
  }
  .col-xl-3-11 {
    flex: 0 0 27.2727272727%;
    max-width: 27.2727272727%;
  }
  .offset-xl-3-11 {
    margin-left: 27.2727272727%;
  }
  .col-xl-3-12 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3-12 {
    margin-left: 25%;
  }
  .col-xl-4-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-4-4 {
    margin-left: 100%;
  }
  .col-xl-4-5 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-xl-4-5 {
    margin-left: 80%;
  }
  .col-xl-4-6 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-4-6 {
    margin-left: 66.6666666667%;
  }
  .col-xl-4-7 {
    flex: 0 0 57.1428571429%;
    max-width: 57.1428571429%;
  }
  .offset-xl-4-7 {
    margin-left: 57.1428571429%;
  }
  .col-xl-4-8 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-4-8 {
    margin-left: 50%;
  }
  .col-xl-4-9 {
    flex: 0 0 44.4444444444%;
    max-width: 44.4444444444%;
  }
  .offset-xl-4-9 {
    margin-left: 44.4444444444%;
  }
  .col-xl-4-10 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .offset-xl-4-10 {
    margin-left: 40%;
  }
  .col-xl-4-11 {
    flex: 0 0 36.3636363636%;
    max-width: 36.3636363636%;
  }
  .offset-xl-4-11 {
    margin-left: 36.3636363636%;
  }
  .col-xl-4-12 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4-12 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-5-5 {
    margin-left: 100%;
  }
  .col-xl-5-6 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-5-6 {
    margin-left: 83.3333333333%;
  }
  .col-xl-5-7 {
    flex: 0 0 71.4285714286%;
    max-width: 71.4285714286%;
  }
  .offset-xl-5-7 {
    margin-left: 71.4285714286%;
  }
  .col-xl-5-8 {
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .offset-xl-5-8 {
    margin-left: 62.5%;
  }
  .col-xl-5-9 {
    flex: 0 0 55.5555555556%;
    max-width: 55.5555555556%;
  }
  .offset-xl-5-9 {
    margin-left: 55.5555555556%;
  }
  .col-xl-5-10 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-5-10 {
    margin-left: 50%;
  }
  .col-xl-5-11 {
    flex: 0 0 45.4545454545%;
    max-width: 45.4545454545%;
  }
  .offset-xl-5-11 {
    margin-left: 45.4545454545%;
  }
  .col-xl-5-12 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5-12 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-6-6 {
    margin-left: 100%;
  }
  .col-xl-6-7 {
    flex: 0 0 85.7142857143%;
    max-width: 85.7142857143%;
  }
  .offset-xl-6-7 {
    margin-left: 85.7142857143%;
  }
  .col-xl-6-8 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-6-8 {
    margin-left: 75%;
  }
  .col-xl-6-9 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-6-9 {
    margin-left: 66.6666666667%;
  }
  .col-xl-6-10 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .offset-xl-6-10 {
    margin-left: 60%;
  }
  .col-xl-6-11 {
    flex: 0 0 54.5454545455%;
    max-width: 54.5454545455%;
  }
  .offset-xl-6-11 {
    margin-left: 54.5454545455%;
  }
  .col-xl-6-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6-12 {
    margin-left: 50%;
  }
  .col-xl-7-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-7-7 {
    margin-left: 100%;
  }
  .col-xl-7-8 {
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .offset-xl-7-8 {
    margin-left: 87.5%;
  }
  .col-xl-7-9 {
    flex: 0 0 77.7777777778%;
    max-width: 77.7777777778%;
  }
  .offset-xl-7-9 {
    margin-left: 77.7777777778%;
  }
  .col-xl-7-10 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .offset-xl-7-10 {
    margin-left: 70%;
  }
  .col-xl-7-11 {
    flex: 0 0 63.6363636364%;
    max-width: 63.6363636364%;
  }
  .offset-xl-7-11 {
    margin-left: 63.6363636364%;
  }
  .col-xl-7-12 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7-12 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-8-8 {
    margin-left: 100%;
  }
  .col-xl-8-9 {
    flex: 0 0 88.8888888889%;
    max-width: 88.8888888889%;
  }
  .offset-xl-8-9 {
    margin-left: 88.8888888889%;
  }
  .col-xl-8-10 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .offset-xl-8-10 {
    margin-left: 80%;
  }
  .col-xl-8-11 {
    flex: 0 0 72.7272727273%;
    max-width: 72.7272727273%;
  }
  .offset-xl-8-11 {
    margin-left: 72.7272727273%;
  }
  .col-xl-8-12 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8-12 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-9-9 {
    margin-left: 100%;
  }
  .col-xl-9-10 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  .offset-xl-9-10 {
    margin-left: 90%;
  }
  .col-xl-9-11 {
    flex: 0 0 81.8181818182%;
    max-width: 81.8181818182%;
  }
  .offset-xl-9-11 {
    margin-left: 81.8181818182%;
  }
  .col-xl-9-12 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9-12 {
    margin-left: 75%;
  }
  .col-xl-10-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-10-10 {
    margin-left: 100%;
  }
  .col-xl-10-11 {
    flex: 0 0 90.9090909091%;
    max-width: 90.9090909091%;
  }
  .offset-xl-10-11 {
    margin-left: 90.9090909091%;
  }
  .col-xl-10-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10-12 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-11-11 {
    margin-left: 100%;
  }
  .col-xl-11-12 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11-12 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12-12 {
    margin-left: 100%;
  }
}
.container-half {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 665px) {
  .container-half {
    max-width: 312.5px;
  }
}
@media (min-width: 850px) {
  .container-half {
    max-width: 405px;
  }
}
@media (min-width: 1120px) {
  .container-half {
    max-width: 540px;
  }
}
@media (min-width: 1480px) {
  .container-half {
    max-width: 720px;
  }
}
@media (min-width: 1750px) {
  .container-half {
    max-width: 855px;
  }
}

/* ================================================== */
/* POSITION
/* ================================================== */
.z-index-1 {
  z-index: 1 !important;
}

.z-index-2 {
  z-index: 2 !important;
}

.z-index-3 {
  z-index: 3 !important;
}

.z-index-4 {
  z-index: 4 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.position-sticky {
  /* Recommended for stickyfill polyfill */
}
.position-sticky:before, .position-sticky:after {
  content: "";
  display: table;
}

/* ================================================== */
/* POSITION > Auto
/* ================================================== */
.t-auto {
  top: auto !important;
}

.r-auto {
  right: auto !important;
}

.b-auto {
  bottom: auto !important;
}

.l-auto {
  left: auto !important;
}

/* ================================================== */
/* POSITION > Reset
/* ================================================== */
.t-0 {
  top: 0 !important;
}

.r-0 {
  right: 0 !important;
}

.b-0 {
  bottom: 0 !important;
}

.l-0 {
  left: 0 !important;
}

/* ================================================== */
/* POSITION > Gutter
/* ================================================== */
.t-gutter {
  top: 40px !important;
}

.t-gutter-half {
  top: 20px !important;
}

.r-gutter {
  right: 40px !important;
}

.r-gutter-half {
  right: 20px !important;
}

.b-gutter {
  bottom: 40px !important;
}

.b-gutter-half {
  bottom: 20px !important;
}

.l-gutter {
  left: 40px !important;
}

.l-gutter-half {
  left: 20px !important;
}

.t-xxs-gutter {
  top: 40px !important;
}

.t-xxs-gutter-half {
  top: 20px !important;
}

.r-xxs-gutter {
  right: 40px !important;
}

.r-xxs-gutter-half {
  right: 20px !important;
}

.b-xxs-gutter {
  bottom: 40px !important;
}

.b-xxs-gutter-half {
  bottom: 20px !important;
}

.l-xxs-gutter {
  left: 40px !important;
}

.l-xxs-gutter-half {
  left: 20px !important;
}

@media (min-width: 665px) {
  .t-xs-gutter {
    top: 40px !important;
  }
  .t-xs-gutter-half {
    top: 20px !important;
  }
  .r-xs-gutter {
    right: 40px !important;
  }
  .r-xs-gutter-half {
    right: 20px !important;
  }
  .b-xs-gutter {
    bottom: 40px !important;
  }
  .b-xs-gutter-half {
    bottom: 20px !important;
  }
  .l-xs-gutter {
    left: 40px !important;
  }
  .l-xs-gutter-half {
    left: 20px !important;
  }
}
@media (min-width: 850px) {
  .t-sm-gutter {
    top: 40px !important;
  }
  .t-sm-gutter-half {
    top: 20px !important;
  }
  .r-sm-gutter {
    right: 40px !important;
  }
  .r-sm-gutter-half {
    right: 20px !important;
  }
  .b-sm-gutter {
    bottom: 40px !important;
  }
  .b-sm-gutter-half {
    bottom: 20px !important;
  }
  .l-sm-gutter {
    left: 40px !important;
  }
  .l-sm-gutter-half {
    left: 20px !important;
  }
}
@media (min-width: 1120px) {
  .t-md-gutter {
    top: 40px !important;
  }
  .t-md-gutter-half {
    top: 20px !important;
  }
  .r-md-gutter {
    right: 40px !important;
  }
  .r-md-gutter-half {
    right: 20px !important;
  }
  .b-md-gutter {
    bottom: 40px !important;
  }
  .b-md-gutter-half {
    bottom: 20px !important;
  }
  .l-md-gutter {
    left: 40px !important;
  }
  .l-md-gutter-half {
    left: 20px !important;
  }
}
@media (min-width: 1480px) {
  .t-lg-gutter {
    top: 40px !important;
  }
  .t-lg-gutter-half {
    top: 20px !important;
  }
  .r-lg-gutter {
    right: 40px !important;
  }
  .r-lg-gutter-half {
    right: 20px !important;
  }
  .b-lg-gutter {
    bottom: 40px !important;
  }
  .b-lg-gutter-half {
    bottom: 20px !important;
  }
  .l-lg-gutter {
    left: 40px !important;
  }
  .l-lg-gutter-half {
    left: 20px !important;
  }
}
@media (min-width: 1750px) {
  .t-xl-gutter {
    top: 40px !important;
  }
  .t-xl-gutter-half {
    top: 20px !important;
  }
  .r-xl-gutter {
    right: 40px !important;
  }
  .r-xl-gutter-half {
    right: 20px !important;
  }
  .b-xl-gutter {
    bottom: 40px !important;
  }
  .b-xl-gutter-half {
    bottom: 20px !important;
  }
  .l-xl-gutter {
    left: 40px !important;
  }
  .l-xl-gutter-half {
    left: 20px !important;
  }
}
/* ================================================== */
/* POSITION > Percentage
/* ================================================== */
.t-50-p {
  top: 50% !important;
}

.t-100-p {
  top: 100% !important;
}

.l-50-p {
  left: 50% !important;
}

.l-100-p {
  left: 100% !important;
}

/* ================================================== */
/* POSITION > Overflow
/* ================================================== */
.o-auto {
  overflow: auto;
}

.o-x-auto {
  overflow-x: auto;
}

.o-y-auto {
  overflow-y: auto;
}

.o-hidden {
  overflow: hidden;
}

.o-x-hidden {
  overflow-x: hidden;
}

.o-y-hidden {
  overflow-y: hidden;
}

/* ================================================== */
/* SIZING
/* ================================================== */
@media (max-width: 664.98px) {
  .w-xxs-25 {
    width: 25% !important;
  }
  .w-xxs-50 {
    width: 50% !important;
  }
  .w-xxs-75 {
    width: 75% !important;
  }
  .w-xxs-100 {
    width: 100% !important;
  }
  .w-xxs-auto {
    width: auto !important;
  }
  .h-xxs-25 {
    height: 25% !important;
  }
  .h-xxs-50 {
    height: 50% !important;
  }
  .h-xxs-75 {
    height: 75% !important;
  }
  .h-xxs-100 {
    height: 100% !important;
  }
  .h-xxs-auto {
    height: auto !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
  .h-xs-auto {
    height: auto !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1750px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}
.mw-75 {
  max-width: 75% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.mw-0 {
  min-width: 0 !important;
}

.mh-0 {
  min-height: 0 !important;
}

/* ================================================== */
/* SPACING > Padding gutter
/* ================================================== */
.p-gutter {
  padding: 40px !important;
}

.p-gutter-half {
  padding: 20px !important;
}

.p-xxs-gutter {
  padding: 40px !important;
}

.p-xxs-gutter-half {
  padding: 20px !important;
}

@media (min-width: 665px) {
  .p-xs-gutter {
    padding: 40px !important;
  }
  .p-xs-gutter-half {
    padding: 20px !important;
  }
}
@media (min-width: 850px) {
  .p-sm-gutter {
    padding: 40px !important;
  }
  .p-sm-gutter-half {
    padding: 20px !important;
  }
}
@media (min-width: 1120px) {
  .p-md-gutter {
    padding: 40px !important;
  }
  .p-md-gutter-half {
    padding: 20px !important;
  }
}
@media (min-width: 1480px) {
  .p-lg-gutter {
    padding: 40px !important;
  }
  .p-lg-gutter-half {
    padding: 20px !important;
  }
}
@media (min-width: 1750px) {
  .p-xl-gutter {
    padding: 40px !important;
  }
  .p-xl-gutter-half {
    padding: 20px !important;
  }
}
.pt-gutter {
  padding-top: 40px !important;
}

.pt-gutter-half {
  padding-top: 20px !important;
}

.pt-xxs-gutter {
  padding-top: 40px !important;
}

.pt-xxs-gutter-half {
  padding-top: 20px !important;
}

@media (min-width: 665px) {
  .pt-xs-gutter {
    padding-top: 40px !important;
  }
  .pt-xs-gutter-half {
    padding-top: 20px !important;
  }
}
@media (min-width: 850px) {
  .pt-sm-gutter {
    padding-top: 40px !important;
  }
  .pt-sm-gutter-half {
    padding-top: 20px !important;
  }
}
@media (min-width: 1120px) {
  .pt-md-gutter {
    padding-top: 40px !important;
  }
  .pt-md-gutter-half {
    padding-top: 20px !important;
  }
}
@media (min-width: 1480px) {
  .pt-lg-gutter {
    padding-top: 40px !important;
  }
  .pt-lg-gutter-half {
    padding-top: 20px !important;
  }
}
@media (min-width: 1750px) {
  .pt-xl-gutter {
    padding-top: 40px !important;
  }
  .pt-xl-gutter-half {
    padding-top: 20px !important;
  }
}
.pr-gutter {
  padding-right: 40px !important;
}

.pr-gutter-half {
  padding-right: 20px !important;
}

.pr-xxs-gutter {
  padding-right: 40px !important;
}

.pr-xxs-gutter-half {
  padding-right: 20px !important;
}

@media (min-width: 665px) {
  .pr-xs-gutter {
    padding-right: 40px !important;
  }
  .pr-xs-gutter-half {
    padding-right: 20px !important;
  }
}
@media (min-width: 850px) {
  .pr-sm-gutter {
    padding-right: 40px !important;
  }
  .pr-sm-gutter-half {
    padding-right: 20px !important;
  }
}
@media (min-width: 1120px) {
  .pr-md-gutter {
    padding-right: 40px !important;
  }
  .pr-md-gutter-half {
    padding-right: 20px !important;
  }
}
@media (min-width: 1480px) {
  .pr-lg-gutter {
    padding-right: 40px !important;
  }
  .pr-lg-gutter-half {
    padding-right: 20px !important;
  }
}
@media (min-width: 1750px) {
  .pr-xl-gutter {
    padding-right: 40px !important;
  }
  .pr-xl-gutter-half {
    padding-right: 20px !important;
  }
}
.pb-gutter {
  padding-bottom: 40px !important;
}

.pb-gutter-half {
  padding-bottom: 20px !important;
}

.pb-xxs-gutter {
  padding-bottom: 40px !important;
}

.pb-xxs-gutter-half {
  padding-bottom: 20px !important;
}

@media (min-width: 665px) {
  .pb-xs-gutter {
    padding-bottom: 40px !important;
  }
  .pb-xs-gutter-half {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 850px) {
  .pb-sm-gutter {
    padding-bottom: 40px !important;
  }
  .pb-sm-gutter-half {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1120px) {
  .pb-md-gutter {
    padding-bottom: 40px !important;
  }
  .pb-md-gutter-half {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1480px) {
  .pb-lg-gutter {
    padding-bottom: 40px !important;
  }
  .pb-lg-gutter-half {
    padding-bottom: 20px !important;
  }
}
@media (min-width: 1750px) {
  .pb-xl-gutter {
    padding-bottom: 40px !important;
  }
  .pb-xl-gutter-half {
    padding-bottom: 20px !important;
  }
}
.pl-gutter {
  padding-left: 40px !important;
}

.pl-gutter-half {
  padding-left: 20px !important;
}

.pl-xxs-gutter {
  padding-left: 40px !important;
}

.pl-xxs-gutter-half {
  padding-left: 20px !important;
}

@media (min-width: 665px) {
  .pl-xs-gutter {
    padding-left: 40px !important;
  }
  .pl-xs-gutter-half {
    padding-left: 20px !important;
  }
}
@media (min-width: 850px) {
  .pl-sm-gutter {
    padding-left: 40px !important;
  }
  .pl-sm-gutter-half {
    padding-left: 20px !important;
  }
}
@media (min-width: 1120px) {
  .pl-md-gutter {
    padding-left: 40px !important;
  }
  .pl-md-gutter-half {
    padding-left: 20px !important;
  }
}
@media (min-width: 1480px) {
  .pl-lg-gutter {
    padding-left: 40px !important;
  }
  .pl-lg-gutter-half {
    padding-left: 20px !important;
  }
}
@media (min-width: 1750px) {
  .pl-xl-gutter {
    padding-left: 40px !important;
  }
  .pl-xl-gutter-half {
    padding-left: 20px !important;
  }
}
/* ================================================== */
/* SPACING > Margin gutter
/* ================================================== */
.m-gutter {
  margin: 40px !important;
}

.m-gutter-half {
  margin: 20px !important;
}

.m-xxs-gutter {
  margin: 40px !important;
}

.m-xxs-gutter-half {
  margin: 20px !important;
}

@media (min-width: 665px) {
  .m-xs-gutter {
    margin: 40px !important;
  }
  .m-xs-gutter-half {
    margin: 20px !important;
  }
}
@media (min-width: 850px) {
  .m-sm-gutter {
    margin: 40px !important;
  }
  .m-sm-gutter-half {
    margin: 20px !important;
  }
}
@media (min-width: 1120px) {
  .m-md-gutter {
    margin: 40px !important;
  }
  .m-md-gutter-half {
    margin: 20px !important;
  }
}
@media (min-width: 1480px) {
  .m-lg-gutter {
    margin: 40px !important;
  }
  .m-lg-gutter-half {
    margin: 20px !important;
  }
}
@media (min-width: 1750px) {
  .m-xl-gutter {
    margin: 40px !important;
  }
  .m-xl-gutter-half {
    margin: 20px !important;
  }
}
.mt-gutter {
  margin-top: 40px !important;
}

.mt-gutter-half {
  margin-top: 20px !important;
}

.mt-xxs-gutter {
  margin-top: 40px !important;
}

.mt-xxs-gutter-half {
  margin-top: 20px !important;
}

@media (min-width: 665px) {
  .mt-xs-gutter {
    margin-top: 40px !important;
  }
  .mt-xs-gutter-half {
    margin-top: 20px !important;
  }
}
@media (min-width: 850px) {
  .mt-sm-gutter {
    margin-top: 40px !important;
  }
  .mt-sm-gutter-half {
    margin-top: 20px !important;
  }
}
@media (min-width: 1120px) {
  .mt-md-gutter {
    margin-top: 40px !important;
  }
  .mt-md-gutter-half {
    margin-top: 20px !important;
  }
}
@media (min-width: 1480px) {
  .mt-lg-gutter {
    margin-top: 40px !important;
  }
  .mt-lg-gutter-half {
    margin-top: 20px !important;
  }
}
@media (min-width: 1750px) {
  .mt-xl-gutter {
    margin-top: 40px !important;
  }
  .mt-xl-gutter-half {
    margin-top: 20px !important;
  }
}
.mr-gutter {
  margin-right: 40px !important;
}

.mr-gutter-half {
  margin-right: 20px !important;
}

.mr-xxs-gutter {
  margin-right: 40px !important;
}

.mr-xxs-gutter-half {
  margin-right: 20px !important;
}

@media (min-width: 665px) {
  .mr-xs-gutter {
    margin-right: 40px !important;
  }
  .mr-xs-gutter-half {
    margin-right: 20px !important;
  }
}
@media (min-width: 850px) {
  .mr-sm-gutter {
    margin-right: 40px !important;
  }
  .mr-sm-gutter-half {
    margin-right: 20px !important;
  }
}
@media (min-width: 1120px) {
  .mr-md-gutter {
    margin-right: 40px !important;
  }
  .mr-md-gutter-half {
    margin-right: 20px !important;
  }
}
@media (min-width: 1480px) {
  .mr-lg-gutter {
    margin-right: 40px !important;
  }
  .mr-lg-gutter-half {
    margin-right: 20px !important;
  }
}
@media (min-width: 1750px) {
  .mr-xl-gutter {
    margin-right: 40px !important;
  }
  .mr-xl-gutter-half {
    margin-right: 20px !important;
  }
}
.mb-gutter {
  margin-bottom: 40px !important;
}

.mb-gutter-half {
  margin-bottom: 20px !important;
}

.mb-xxs-gutter {
  margin-bottom: 40px !important;
}

.mb-xxs-gutter-half {
  margin-bottom: 20px !important;
}

@media (min-width: 665px) {
  .mb-xs-gutter {
    margin-bottom: 40px !important;
  }
  .mb-xs-gutter-half {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 850px) {
  .mb-sm-gutter {
    margin-bottom: 40px !important;
  }
  .mb-sm-gutter-half {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1120px) {
  .mb-md-gutter {
    margin-bottom: 40px !important;
  }
  .mb-md-gutter-half {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1480px) {
  .mb-lg-gutter {
    margin-bottom: 40px !important;
  }
  .mb-lg-gutter-half {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 1750px) {
  .mb-xl-gutter {
    margin-bottom: 40px !important;
  }
  .mb-xl-gutter-half {
    margin-bottom: 20px !important;
  }
}
.ml-gutter {
  margin-left: 40px !important;
}

.ml-gutter-half {
  margin-left: 20px !important;
}

.ml-xxs-gutter {
  margin-left: 40px !important;
}

.ml-xxs-gutter-half {
  margin-left: 20px !important;
}

@media (min-width: 665px) {
  .ml-xs-gutter {
    margin-left: 40px !important;
  }
  .ml-xs-gutter-half {
    margin-left: 20px !important;
  }
}
@media (min-width: 850px) {
  .ml-sm-gutter {
    margin-left: 40px !important;
  }
  .ml-sm-gutter-half {
    margin-left: 20px !important;
  }
}
@media (min-width: 1120px) {
  .ml-md-gutter {
    margin-left: 40px !important;
  }
  .ml-md-gutter-half {
    margin-left: 20px !important;
  }
}
@media (min-width: 1480px) {
  .ml-lg-gutter {
    margin-left: 40px !important;
  }
  .ml-lg-gutter-half {
    margin-left: 20px !important;
  }
}
@media (min-width: 1750px) {
  .ml-xl-gutter {
    margin-left: 40px !important;
  }
  .ml-xl-gutter-half {
    margin-left: 20px !important;
  }
}
/* ================================================== */
/* SPACING > Margin spacer y
/* ================================================== */
@media (max-width: 664.98px) {
  .margin-spacer-y {
    margin-bottom: 1.9767042319rem !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .margin-spacer-y {
    margin-bottom: 2.3810448009rem !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .margin-spacer-y {
    margin-bottom: 2.8254657837rem !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .margin-spacer-y {
    margin-bottom: 3.3528377511rem !important;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .margin-spacer-y {
    margin-bottom: 3.8850684327rem !important;
  }
}
@media (min-width: 1750px) {
  .margin-spacer-y {
    margin-bottom: 4.6797704194rem !important;
  }
}
@media (max-width: 664.98px) {
  .margin-spacer-y-xl {
    margin-bottom: 2.9650563479rem !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .margin-spacer-y-xl {
    margin-bottom: 3.5715672013rem !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .margin-spacer-y-xl {
    margin-bottom: 4.2381986755rem !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .margin-spacer-y-xl {
    margin-bottom: 5.0292566266rem !important;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .margin-spacer-y-xl {
    margin-bottom: 5.827602649rem !important;
  }
}
@media (min-width: 1750px) {
  .margin-spacer-y-xl {
    margin-bottom: 7.0196556291rem !important;
  }
}
@media (max-width: 664.98px) {
  .margin-spacer-y-xl-related {
    margin-bottom: calc(2.9650563479rem + 52px) !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .margin-spacer-y-xl-related {
    margin-bottom: calc(3.5715672013rem + 52px) !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .margin-spacer-y-xl-related {
    margin-bottom: calc(4.2381986755rem + 52px) !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .margin-spacer-y-xl-related {
    margin-bottom: calc(5.0292566266rem + 52px) !important;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .margin-spacer-y-xl-related {
    margin-bottom: calc(5.827602649rem + 52px) !important;
  }
}
@media (min-width: 1750px) {
  .margin-spacer-y-xl-related {
    margin-bottom: calc(7.0196556291rem + 52px) !important;
  }
}

/* ================================================== */
/* SPACING > Padding spacer y
/* ================================================== */
@media (max-width: 664.98px) {
  .padding-spacer-y {
    padding-bottom: 1.9767042319rem !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .padding-spacer-y {
    padding-bottom: 2.3810448009rem !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .padding-spacer-y {
    padding-bottom: 2.8254657837rem !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .padding-spacer-y {
    padding-bottom: 3.3528377511rem !important;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .padding-spacer-y {
    padding-bottom: 3.8850684327rem !important;
  }
}
@media (min-width: 1750px) {
  .padding-spacer-y {
    padding-bottom: 4.6797704194rem !important;
  }
}
@media (max-width: 664.98px) {
  .padding-spacer-y-xl {
    padding-bottom: 2.9650563479rem !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .padding-spacer-y-xl {
    padding-bottom: 3.5715672013rem !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .padding-spacer-y-xl {
    padding-bottom: 4.2381986755rem !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .padding-spacer-y-xl {
    padding-bottom: 5.0292566266rem !important;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .padding-spacer-y-xl {
    padding-bottom: 5.827602649rem !important;
  }
}
@media (min-width: 1750px) {
  .padding-spacer-y-xl {
    padding-bottom: 7.0196556291rem !important;
  }
}

/* ================================================== */
/* TEXT
/* ================================================== */
.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.text-black:disabled {
  -webkit-text-fill-color: #000;
  -webkit-opacity: 1;
}

.text-blue:disabled {
  -webkit-text-fill-color: #74b7d9;
  -webkit-opacity: 1;
}

.text-brown:disabled {
  -webkit-text-fill-color: #936941;
  -webkit-opacity: 1;
}

.text-brown-light:disabled {
  -webkit-text-fill-color: #936941;
  -webkit-opacity: 1;
}

.text-brown-dark:disabled {
  -webkit-text-fill-color: #816146;
  -webkit-opacity: 1;
}

.text-gray-100:disabled {
  -webkit-text-fill-color: #f6f6f6;
  -webkit-opacity: 1;
}

.text-gray-200:disabled {
  -webkit-text-fill-color: #ddd;
  -webkit-opacity: 1;
}

.text-gray-300:disabled {
  -webkit-text-fill-color: #ccc;
  -webkit-opacity: 1;
}

.text-gray-400:disabled {
  -webkit-text-fill-color: #8e8e93;
  -webkit-opacity: 1;
}

.text-green:disabled {
  -webkit-text-fill-color: #c8d100;
  -webkit-opacity: 1;
}

.text-linen:disabled {
  -webkit-text-fill-color: #fff8f0;
  -webkit-opacity: 1;
}

.text-orange:disabled {
  -webkit-text-fill-color: #ed7f00;
  -webkit-opacity: 1;
}

.text-red:disabled {
  -webkit-text-fill-color: #f0001e;
  -webkit-opacity: 1;
}

.text-white:disabled {
  -webkit-text-fill-color: #fff;
  -webkit-opacity: 1;
}

.text-yellow:disabled {
  -webkit-text-fill-color: #fdc337;
  -webkit-opacity: 1;
}

.text-primary:disabled {
  -webkit-text-fill-color: #936941;
  -webkit-opacity: 1;
}

.text-secondary:disabled {
  -webkit-text-fill-color: #ed7f00;
  -webkit-opacity: 1;
}

.text-success:disabled {
  -webkit-text-fill-color: #c8d100;
  -webkit-opacity: 1;
}

.text-danger:disabled {
  -webkit-text-fill-color: #f0001e;
  -webkit-opacity: 1;
}

.text-dark:disabled {
  -webkit-text-fill-color: #000;
  -webkit-opacity: 1;
}

.text-purple:disabled {
  -webkit-text-fill-color: #936941;
  -webkit-opacity: 1;
}

.word-break-word {
  word-break: break-word !important;
}

.hyphens-none {
  hyphens: none !important;
}

.line-height-normal {
  line-height: normal !important;
}

.bullet-list,
.dash-list {
  list-style-type: none;
}
.bullet-list.list-inline li:first-of-type:before,
.dash-list.list-inline li:first-of-type:before {
  content: normal;
}
.bullet-list li:before,
.dash-list li:before {
  display: inline-block;
  width: 1.1rem;
  margin-left: -1.1rem;
}

.bullet-list li:before {
  position: relative;
  top: 0.2rem;
  content: "•";
  font-size: 2rem;
  line-height: 1rem;
  color: #936941;
}

.dash-list li:before {
  content: "-";
}

.number-list {
  list-style: none;
  counter-reset: li;
}
.number-list li:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.5em;
  margin-left: -1em;
  content: "." counter(li);
  counter-increment: li;
  text-align: right;
  font-weight: 600;
  color: #936941;
  direction: rtl;
}
.number-list ol li:before {
  content: "." counters(li, ".") " ";
}

.text-underline {
  text-decoration: underline !important;
}

.text-none {
  text-decoration: none !important;
}

.hyphens-auto {
  hyphens: auto;
}

/* ================================================== */
/* VENDORS
/* ================================================== */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --black: #000;
  --blue: #74b7d9;
  --brown: #936941;
  --brown-light: #936941;
  --brown-dark: #816146;
  --gray-100: #f6f6f6;
  --gray-200: #ddd;
  --gray-300: #ccc;
  --gray-400: #8e8e93;
  --green: #c8d100;
  --linen: #fff8f0;
  --orange: #ed7f00;
  --red: #f0001e;
  --white: #fff;
  --yellow: #fdc337;
  --black: #000;
  --blue: #74b7d9;
  --brown: #936941;
  --brown-light: #936941;
  --brown-dark: #816146;
  --gray-100: #f6f6f6;
  --gray-200: #ddd;
  --gray-300: #ccc;
  --gray-400: #8e8e93;
  --green: #c8d100;
  --linen: #fff8f0;
  --orange: #ed7f00;
  --red: #f0001e;
  --white: #fff;
  --yellow: #fdc337;
  --primary: #936941;
  --secondary: #ed7f00;
  --success: #c8d100;
  --danger: #f0001e;
  --dark: #000;
  --purple: #936941;
  --breakpoint-xxs: 0;
  --breakpoint-xs: 665px;
  --breakpoint-sm: 850px;
  --breakpoint-md: 1120px;
  --breakpoint-lg: 1480px;
  --breakpoint-xl: 1750px;
  --font-family-sans-serif: "SIAS Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: "SIAS Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "SIAS Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7333333333;
  color: #000;
  text-align: left;
  background-color: #fff;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: "SIAS Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #8e8e93;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "SIAS Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.0909090909;
}

h1, .h1 {
  font-size: 2.75rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

.lead {
  font-size: 1rem;
  font-weight: 500;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.0909090909;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.0909090909;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.0909090909;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.0909090909;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #8e8e93;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #8e8e93;
}

code {
  font-size: 87.5%;
  color: #f0001e;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #8e8e93;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #8e8e93;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 665px) {
  .container {
    max-width: 625px;
  }
}
@media (min-width: 850px) {
  .container {
    max-width: 810px;
  }
}
@media (min-width: 1120px) {
  .container {
    max-width: 1080px;
  }
}
@media (min-width: 1480px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1750px) {
  .container {
    max-width: 1710px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

@media (min-width: 665px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 850px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1120px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1480px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1750px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
}
.table th,
.table td {
  padding: 1.5rem;
  vertical-align: top;
  border-top: 0 solid #ddd;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 0 solid #ddd;
}
.table tbody + tbody {
  border-top: 0 solid #ddd;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 0 solid #ddd;
}
.table-bordered th,
.table-bordered td {
  border: 0 solid #ddd;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}

.table-hover tbody tr:hover {
  color: #000;
  background-color: rgba(246, 246, 246, 0.075);
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-black:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: rgb(216.08, 234.84, 244.36);
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: rgb(182.72, 217.56, 235.24);
}

.table-hover .table-blue:hover {
  background-color: rgb(196.0545762712, 224.4671186441, 238.8854237288);
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: rgb(196.0545762712, 224.4671186441, 238.8854237288);
}

.table-brown,
.table-brown > th,
.table-brown > td {
  background-color: rgb(224.76, 213, 201.8);
}
.table-brown th,
.table-brown td,
.table-brown thead th,
.table-brown tbody + tbody {
  border-color: rgb(198.84, 177, 156.2);
}

.table-hover .table-brown:hover {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.table-hover .table-brown:hover > td,
.table-hover .table-brown:hover > th {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}

.table-brown-light,
.table-brown-light > th,
.table-brown-light > td {
  background-color: rgb(224.76, 213, 201.8);
}
.table-brown-light th,
.table-brown-light td,
.table-brown-light thead th,
.table-brown-light tbody + tbody {
  border-color: rgb(198.84, 177, 156.2);
}

.table-hover .table-brown-light:hover {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.table-hover .table-brown-light:hover > td,
.table-hover .table-brown-light:hover > th {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}

.table-brown-dark,
.table-brown-dark > th,
.table-brown-dark > td {
  background-color: rgb(219.72, 210.76, 203.2);
}
.table-brown-dark th,
.table-brown-dark td,
.table-brown-dark thead th,
.table-brown-dark tbody + tbody {
  border-color: rgb(189.48, 172.84, 158.8);
}

.table-hover .table-brown-dark:hover {
  background-color: rgb(209.3888102894, 197.8050160772, 188.0311897106);
}
.table-hover .table-brown-dark:hover > td,
.table-hover .table-brown-dark:hover > th {
  background-color: rgb(209.3888102894, 197.8050160772, 188.0311897106);
}

.table-gray-100,
.table-gray-100 > th,
.table-gray-100 > td {
  background-color: rgb(252.48, 252.48, 252.48);
}
.table-gray-100 th,
.table-gray-100 td,
.table-gray-100 thead th,
.table-gray-100 tbody + tbody {
  border-color: rgb(250.32, 250.32, 250.32);
}

.table-hover .table-gray-100:hover {
  background-color: rgb(239.73, 239.73, 239.73);
}
.table-hover .table-gray-100:hover > td,
.table-hover .table-gray-100:hover > th {
  background-color: rgb(239.73, 239.73, 239.73);
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: rgb(245.48, 245.48, 245.48);
}
.table-gray-200 th,
.table-gray-200 td,
.table-gray-200 thead th,
.table-gray-200 tbody + tbody {
  border-color: rgb(237.32, 237.32, 237.32);
}

.table-hover .table-gray-200:hover {
  background-color: rgb(232.73, 232.73, 232.73);
}
.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: rgb(232.73, 232.73, 232.73);
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: rgb(240.72, 240.72, 240.72);
}
.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: rgb(228.48, 228.48, 228.48);
}

.table-hover .table-gray-300:hover {
  background-color: rgb(227.97, 227.97, 227.97);
}
.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: rgb(227.97, 227.97, 227.97);
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: rgb(223.36, 223.36, 224.76);
}
.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: rgb(196.24, 196.24, 198.84);
}

.table-hover .table-gray-400:hover {
  background-color: rgb(210.3215384615, 210.3215384615, 212.2984615385);
}
.table-hover .table-gray-400:hover > td,
.table-hover .table-gray-400:hover > th {
  background-color: rgb(210.3215384615, 210.3215384615, 212.2984615385);
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: rgb(239.6, 242.12, 183.6);
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: rgb(226.4, 231.08, 122.4);
}

.table-hover .table-green:hover {
  background-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}

.table-linen,
.table-linen > th,
.table-linen > td {
  background-color: rgb(255, 253.04, 250.8);
}
.table-linen th,
.table-linen td,
.table-linen thead th,
.table-linen tbody + tbody {
  border-color: rgb(255, 251.36, 247.2);
}

.table-hover .table-linen:hover {
  background-color: rgb(255, 241.14, 225.3);
}
.table-hover .table-linen:hover > td,
.table-hover .table-linen:hover > th {
  background-color: rgb(255, 241.14, 225.3);
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: rgb(249.96, 219.16, 183.6);
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: rgb(245.64, 188.44, 122.4);
}

.table-hover .table-orange:hover {
  background-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}
.table-hover .table-orange:hover > td,
.table-hover .table-orange:hover > th {
  background-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: rgb(250.8, 183.6, 192);
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: rgb(247.2, 122.4, 138);
}

.table-hover .table-red:hover {
  background-color: rgb(249.3833333333, 159.5166666667, 170.75);
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: rgb(249.3833333333, 159.5166666667, 170.75);
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: rgb(254.44, 238.2, 199);
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: rgb(253.96, 223.8, 151);
}

.table-hover .table-yellow:hover {
  background-color: rgb(254.1875247525, 230.6257425743, 173.7524752475);
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: rgb(254.1875247525, 230.6257425743, 173.7524752475);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(224.76, 213, 201.8);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(198.84, 177, 156.2);
}

.table-hover .table-primary:hover {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(249.96, 219.16, 183.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(245.64, 188.44, 122.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(239.6, 242.12, 183.6);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(226.4, 231.08, 122.4);
}

.table-hover .table-success:hover {
  background-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(250.8, 183.6, 192);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(247.2, 122.4, 138);
}

.table-hover .table-danger:hover {
  background-color: rgb(249.3833333333, 159.5166666667, 170.75);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(249.3833333333, 159.5166666667, 170.75);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-dark:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: rgb(224.76, 213, 201.8);
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: rgb(198.84, 177, 156.2);
}

.table-hover .table-purple:hover {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(246, 246, 246, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(233.25, 233.25, 233.25, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(233.25, 233.25, 233.25, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #8e8e93;
  border-color: rgb(161.5576923077, 161.5576923077, 165.6923076923);
}
.table .thead-light th {
  color: #936941;
  background-color: transparent;
  border-color: #ddd;
}

.table-dark {
  color: #fff;
  background-color: #8e8e93;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(161.5576923077, 161.5576923077, 165.6923076923);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 664.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xs > .table-bordered {
    border: 0;
  }
}
@media (max-width: 849.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1119.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1479.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1749.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.7333333333em + 1.5rem + 1px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7333333333;
  color: #000;
  background-clip: padding-box;
  border: 1px solid #000;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #000;
  border-color: #936941;
  outline: 0;
}
.form-control::placeholder {
  color: #8e8e93;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #ddd;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #000;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.75rem + 0.5px);
  padding-bottom: calc(0.75rem + 0.5px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7333333333;
}

.col-form-label-lg {
  padding-top: calc(1rem + 0.5px);
  padding-bottom: calc(1rem + 0.5px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 0.5px);
  padding-bottom: calc(0.5rem + 0.5px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-bottom: 0;
  line-height: 1.7333333333;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 0.5px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 1rem + 1px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 2rem + 1px);
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #8e8e93;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #c8d100;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7333333333;
  color: #8e8e93;
  background-color: rgba(200, 209, 0, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-bottom-color: #c8d100;
  padding-right: calc(1.7333333333em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23c8d100' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4333333333em + 0.375rem);
  background-size: calc(0.8666666667em + 0.75rem) calc(0.8666666667em + 0.75rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #c8d100;
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.7333333333em + 1.5rem);
  background-position: top calc(0.4333333333em + 0.375rem) right calc(0.4333333333em + 0.375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-bottom-color: #c8d100;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23936941' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23c8d100' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 2rem/calc(0.8666666667em + 0.75rem) calc(0.8666666667em + 0.75rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #c8d100;
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #c8d100;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #c8d100;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #c8d100;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(244.2344497608, 255, 5);
  background-color: rgb(244.2344497608, 255, 5);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c8d100;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #c8d100;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #c8d100;
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f0001e;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.7333333333;
  color: #fff;
  background-color: rgba(240, 0, 30, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-bottom-color: #f0001e;
  padding-right: calc(1.7333333333em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0001e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f0001e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4333333333em + 0.375rem);
  background-size: calc(0.8666666667em + 0.75rem) calc(0.8666666667em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f0001e;
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.7333333333em + 1.5rem);
  background-position: top calc(0.4333333333em + 0.375rem) right calc(0.4333333333em + 0.375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-bottom-color: #f0001e;
  padding-right: calc((1em + 1.5rem) * 3 / 4 + 2rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23936941' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f0001e' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23f0001e' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 2rem/calc(0.8666666667em + 0.75rem) calc(0.8666666667em + 0.75rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f0001e;
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f0001e;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f0001e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f0001e;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 36, 63.375);
  background-color: rgb(255, 36, 63.375);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f0001e;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f0001e;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f0001e;
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 850px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-family: "SIAS Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.7333333333;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem #936941;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-blue {
  color: #8e8e93;
  background-color: #74b7d9;
  border-color: #74b7d9;
}
.btn-blue:hover {
  color: #fff;
  background-color: rgb(85.9618644068, 167.4406779661, 208.7881355932);
  border-color: rgb(75.9491525424, 162.2542372881, 206.0508474576);
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(119.9, 176.85, 206.5, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #8e8e93;
  background-color: #74b7d9;
  border-color: #74b7d9;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: rgb(75.9491525424, 162.2542372881, 206.0508474576);
  border-color: rgb(65.936440678, 157.0677966102, 203.313559322);
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(119.9, 176.85, 206.5, 0.5);
}

.btn-brown {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-brown:hover {
  color: #fff;
  background-color: rgb(120.4775943396, 86.0554245283, 53.2724056604);
  border-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
}
.btn-brown:focus, .btn-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
  border-color: rgb(102.795990566, 73.4257075472, 45.454009434);
}
.btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}

.btn-brown-light {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-brown-light:hover {
  color: #fff;
  background-color: rgb(120.4775943396, 86.0554245283, 53.2724056604);
  border-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
}
.btn-brown-light:focus, .btn-brown-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}
.btn-brown-light.disabled, .btn-brown-light:disabled {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-brown-light:not(:disabled):not(.disabled):active, .btn-brown-light:not(:disabled):not(.disabled).active, .show > .btn-brown-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
  border-color: rgb(102.795990566, 73.4257075472, 45.454009434);
}
.btn-brown-light:not(:disabled):not(.disabled):active:focus, .btn-brown-light:not(:disabled):not(.disabled).active:focus, .show > .btn-brown-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}

.btn-brown-dark {
  color: #fff;
  background-color: #816146;
  border-color: #816146;
}
.btn-brown-dark:hover {
  color: #fff;
  background-color: rgb(104.2047738693, 78.3555276382, 56.5452261307);
  border-color: rgb(95.9396984925, 72.1407035176, 52.0603015075);
}
.btn-brown-dark:focus, .btn-brown-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(147.9, 120.7, 97.75, 0.5);
}
.btn-brown-dark.disabled, .btn-brown-dark:disabled {
  color: #fff;
  background-color: #816146;
  border-color: #816146;
}
.btn-brown-dark:not(:disabled):not(.disabled):active, .btn-brown-dark:not(:disabled):not(.disabled).active, .show > .btn-brown-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(95.9396984925, 72.1407035176, 52.0603015075);
  border-color: rgb(87.6746231156, 65.925879397, 47.5753768844);
}
.btn-brown-dark:not(:disabled):not(.disabled):active:focus, .btn-brown-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-brown-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147.9, 120.7, 97.75, 0.5);
}

.btn-gray-100 {
  color: #8e8e93;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-gray-100:hover {
  color: #8e8e93;
  background-color: rgb(226.875, 226.875, 226.875);
  border-color: rgb(220.5, 220.5, 220.5);
}
.btn-gray-100:focus, .btn-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(230.4, 230.4, 231.15, 0.5);
}
.btn-gray-100.disabled, .btn-gray-100:disabled {
  color: #8e8e93;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-gray-100:not(:disabled):not(.disabled):active, .btn-gray-100:not(:disabled):not(.disabled).active, .show > .btn-gray-100.dropdown-toggle {
  color: #8e8e93;
  background-color: rgb(220.5, 220.5, 220.5);
  border-color: rgb(214.125, 214.125, 214.125);
}
.btn-gray-100:not(:disabled):not(.disabled):active:focus, .btn-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230.4, 230.4, 231.15, 0.5);
}

.btn-gray-200 {
  color: #8e8e93;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-gray-200:hover {
  color: #8e8e93;
  background-color: rgb(201.875, 201.875, 201.875);
  border-color: rgb(195.5, 195.5, 195.5);
}
.btn-gray-200:focus, .btn-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(209.15, 209.15, 209.9, 0.5);
}
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #8e8e93;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active, .show > .btn-gray-200.dropdown-toggle {
  color: #8e8e93;
  background-color: rgb(195.5, 195.5, 195.5);
  border-color: rgb(189.125, 189.125, 189.125);
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209.15, 209.15, 209.9, 0.5);
}

.btn-gray-300 {
  color: #8e8e93;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray-300:hover {
  color: #8e8e93;
  background-color: rgb(184.875, 184.875, 184.875);
  border-color: rgb(178.5, 178.5, 178.5);
}
.btn-gray-300:focus, .btn-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(194.7, 194.7, 195.45, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #8e8e93;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #8e8e93;
  background-color: rgb(178.5, 178.5, 178.5);
  border-color: rgb(172.125, 172.125, 172.125);
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(194.7, 194.7, 195.45, 0.5);
}

.btn-gray-400 {
  color: #fff;
  background-color: #8e8e93;
  border-color: #8e8e93;
}
.btn-gray-400:hover {
  color: #fff;
  background-color: rgb(122.5384615385, 122.5384615385, 128.2115384615);
  border-color: rgb(116.3076923077, 116.3076923077, 121.6923076923);
}
.btn-gray-400:focus, .btn-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(158.95, 158.95, 163.2, 0.5);
}
.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #fff;
  background-color: #8e8e93;
  border-color: #8e8e93;
}
.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active, .show > .btn-gray-400.dropdown-toggle {
  color: #fff;
  background-color: rgb(116.3076923077, 116.3076923077, 121.6923076923);
  border-color: rgb(110.0769230769, 110.0769230769, 115.1730769231);
}
.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158.95, 158.95, 163.2, 0.5);
}

.btn-green {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-green:hover {
  color: #fff;
  background-color: rgb(163.3971291866, 170.75, 0);
  border-color: rgb(151.1961722488, 158, 0);
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(191.3, 198.95, 22.05, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: rgb(151.1961722488, 158, 0);
  border-color: rgb(138.995215311, 145.25, 0);
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191.3, 198.95, 22.05, 0.5);
}

.btn-linen {
  color: #8e8e93;
  background-color: #fff8f0;
  border-color: #fff8f0;
}
.btn-linen:hover {
  color: #8e8e93;
  background-color: rgb(255, 230.15, 201.75);
  border-color: rgb(255, 224.2, 189);
}
.btn-linen:focus, .btn-linen.focus {
  box-shadow: 0 0 0 0.2rem rgba(238.05, 232.1, 226.05, 0.5);
}
.btn-linen.disabled, .btn-linen:disabled {
  color: #8e8e93;
  background-color: #fff8f0;
  border-color: #fff8f0;
}
.btn-linen:not(:disabled):not(.disabled):active, .btn-linen:not(:disabled):not(.disabled).active, .show > .btn-linen.dropdown-toggle {
  color: #8e8e93;
  background-color: rgb(255, 224.2, 189);
  border-color: rgb(255, 218.25, 176.25);
}
.btn-linen:not(:disabled):not(.disabled):active:focus, .btn-linen:not(:disabled):not(.disabled).active:focus, .show > .btn-linen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238.05, 232.1, 226.05, 0.5);
}

.btn-orange {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-orange:hover {
  color: #fff;
  background-color: rgb(198.75, 106.503164557, 0);
  border-color: rgb(186, 99.6708860759, 0);
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 146.2, 38.25, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: rgb(186, 99.6708860759, 0);
  border-color: rgb(173.25, 92.8386075949, 0);
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 146.2, 38.25, 0.5);
}

.btn-red {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-red:hover {
  color: #fff;
  background-color: rgb(201.75, 0, 25.21875);
  border-color: rgb(189, 0, 23.625);
}
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(242.25, 38.25, 63.75, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: rgb(189, 0, 23.625);
  border-color: rgb(176.25, 0, 22.03125);
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242.25, 38.25, 63.75, 0.5);
}

.btn-white {
  color: #8e8e93;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #8e8e93;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(238.05, 238.05, 238.8, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #8e8e93;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #8e8e93;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(238.05, 238.05, 238.8, 0.5);
}

.btn-yellow {
  color: #8e8e93;
  background-color: #fdc337;
  border-color: #fdc337;
}
.btn-yellow:hover {
  color: #8e8e93;
  background-color: rgb(252.6212871287, 183.6386138614, 17.1287128713);
  border-color: rgb(252.495049505, 179.8514851485, 4.504950495);
}
.btn-yellow:focus, .btn-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(236.35, 187.05, 68.8, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #8e8e93;
  background-color: #fdc337;
  border-color: #fdc337;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #8e8e93;
  background-color: rgb(252.495049505, 179.8514851485, 4.504950495);
  border-color: rgb(241.8316831683, 171.7004950495, 2.4183168317);
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236.35, 187.05, 68.8, 0.5);
}

.btn-primary {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(120.4775943396, 86.0554245283, 53.2724056604);
  border-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
  border-color: rgb(102.795990566, 73.4257075472, 45.454009434);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(198.75, 106.503164557, 0);
  border-color: rgb(186, 99.6708860759, 0);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 146.2, 38.25, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(186, 99.6708860759, 0);
  border-color: rgb(173.25, 92.8386075949, 0);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239.7, 146.2, 38.25, 0.5);
}

.btn-success {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(163.3971291866, 170.75, 0);
  border-color: rgb(151.1961722488, 158, 0);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(191.3, 198.95, 22.05, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(151.1961722488, 158, 0);
  border-color: rgb(138.995215311, 145.25, 0);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(191.3, 198.95, 22.05, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.75, 0, 25.21875);
  border-color: rgb(189, 0, 23.625);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(242.25, 38.25, 63.75, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189, 0, 23.625);
  border-color: rgb(176.25, 0, 22.03125);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242.25, 38.25, 63.75, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-purple {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-purple:hover {
  color: #fff;
  background-color: rgb(120.4775943396, 86.0554245283, 53.2724056604);
  border-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: rgb(111.6367924528, 79.7405660377, 49.3632075472);
  border-color: rgb(102.795990566, 73.4257075472, 45.454009434);
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(163.2, 127.5, 93.5, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-blue {
  color: #74b7d9;
  border-color: #74b7d9;
}
.btn-outline-blue:hover {
  color: #8e8e93;
  background-color: #74b7d9;
  border-color: #74b7d9;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 183, 217, 0.5);
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #74b7d9;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #8e8e93;
  background-color: #74b7d9;
  border-color: #74b7d9;
}
.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 183, 217, 0.5);
}

.btn-outline-brown {
  color: #936941;
  border-color: #936941;
}
.btn-outline-brown:hover {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-brown:focus, .btn-outline-brown.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #936941;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}

.btn-outline-brown-light {
  color: #936941;
  border-color: #936941;
}
.btn-outline-brown-light:hover {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-brown-light:focus, .btn-outline-brown-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}
.btn-outline-brown-light.disabled, .btn-outline-brown-light:disabled {
  color: #936941;
  background-color: transparent;
}
.btn-outline-brown-light:not(:disabled):not(.disabled):active, .btn-outline-brown-light:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-light.dropdown-toggle {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-brown-light:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}

.btn-outline-brown-dark {
  color: #816146;
  border-color: #816146;
}
.btn-outline-brown-dark:hover {
  color: #fff;
  background-color: #816146;
  border-color: #816146;
}
.btn-outline-brown-dark:focus, .btn-outline-brown-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 97, 70, 0.5);
}
.btn-outline-brown-dark.disabled, .btn-outline-brown-dark:disabled {
  color: #816146;
  background-color: transparent;
}
.btn-outline-brown-dark:not(:disabled):not(.disabled):active, .btn-outline-brown-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-brown-dark.dropdown-toggle {
  color: #fff;
  background-color: #816146;
  border-color: #816146;
}
.btn-outline-brown-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-brown-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-brown-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 97, 70, 0.5);
}

.btn-outline-gray-100 {
  color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-gray-100:hover {
  color: #8e8e93;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-gray-100:focus, .btn-outline-gray-100.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}
.btn-outline-gray-100.disabled, .btn-outline-gray-100:disabled {
  color: #f6f6f6;
  background-color: transparent;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active, .btn-outline-gray-100:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-100.dropdown-toggle {
  color: #8e8e93;
  background-color: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-outline-gray-100:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-100:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
}

.btn-outline-gray-200 {
  color: #ddd;
  border-color: #ddd;
}
.btn-outline-gray-200:hover {
  color: #8e8e93;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}
.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #ddd;
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-200.dropdown-toggle {
  color: #8e8e93;
  background-color: #ddd;
  border-color: #ddd;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 221, 221, 0.5);
}

.btn-outline-gray-300 {
  color: #ccc;
  border-color: #ccc;
}
.btn-outline-gray-300:hover {
  color: #8e8e93;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #ccc;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-300.dropdown-toggle {
  color: #8e8e93;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(204, 204, 204, 0.5);
}

.btn-outline-gray-400 {
  color: #8e8e93;
  border-color: #8e8e93;
}
.btn-outline-gray-400:hover {
  color: #fff;
  background-color: #8e8e93;
  border-color: #8e8e93;
}
.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 147, 0.5);
}
.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #8e8e93;
  background-color: transparent;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-400.dropdown-toggle {
  color: #fff;
  background-color: #8e8e93;
  border-color: #8e8e93;
}
.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(142, 142, 147, 0.5);
}

.btn-outline-green {
  color: #c8d100;
  border-color: #c8d100;
}
.btn-outline-green:hover {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #c8d100;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.5);
}

.btn-outline-linen {
  color: #fff8f0;
  border-color: #fff8f0;
}
.btn-outline-linen:hover {
  color: #8e8e93;
  background-color: #fff8f0;
  border-color: #fff8f0;
}
.btn-outline-linen:focus, .btn-outline-linen.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 240, 0.5);
}
.btn-outline-linen.disabled, .btn-outline-linen:disabled {
  color: #fff8f0;
  background-color: transparent;
}
.btn-outline-linen:not(:disabled):not(.disabled):active, .btn-outline-linen:not(:disabled):not(.disabled).active, .show > .btn-outline-linen.dropdown-toggle {
  color: #8e8e93;
  background-color: #fff8f0;
  border-color: #fff8f0;
}
.btn-outline-linen:not(:disabled):not(.disabled):active:focus, .btn-outline-linen:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-linen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 240, 0.5);
}

.btn-outline-orange {
  color: #ed7f00;
  border-color: #ed7f00;
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 127, 0, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #ed7f00;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 127, 0, 0.5);
}

.btn-outline-red {
  color: #f0001e;
  border-color: #f0001e;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #f0001e;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #8e8e93;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #8e8e93;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-yellow {
  color: #fdc337;
  border-color: #fdc337;
}
.btn-outline-yellow:hover {
  color: #8e8e93;
  background-color: #fdc337;
  border-color: #fdc337;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 195, 55, 0.5);
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #fdc337;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #8e8e93;
  background-color: #fdc337;
  border-color: #fdc337;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 195, 55, 0.5);
}

.btn-outline-primary {
  color: #936941;
  border-color: #936941;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #936941;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}

.btn-outline-secondary {
  color: #ed7f00;
  border-color: #ed7f00;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 127, 0, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ed7f00;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ed7f00;
  border-color: #ed7f00;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 127, 0, 0.5);
}

.btn-outline-success {
  color: #c8d100;
  border-color: #c8d100;
}
.btn-outline-success:hover {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #c8d100;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #8e8e93;
  background-color: #c8d100;
  border-color: #c8d100;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 209, 0, 0.5);
}

.btn-outline-danger {
  color: #f0001e;
  border-color: #f0001e;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f0001e;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f0001e;
  border-color: #f0001e;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 0, 30, 0.5);
}

.btn-outline-dark {
  color: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-purple {
  color: #936941;
  border-color: #936941;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #936941;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #936941;
  border-color: #936941;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 105, 65, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #8e8e93;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 665px) {
  .dropdown-menu-xs-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xs-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 850px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1120px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1480px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1750px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ddd;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #8e8e93;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(128.9615384615, 128.9615384615, 134.5384615385);
  text-decoration: none;
  background-color: #f6f6f6;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #936941;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #8e8e93;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #8e8e93;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #8e8e93;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -0.5px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -0.5px;
}

.input-group-prepend {
  margin-right: -0.5px;
}

.input-group-append {
  margin-left: -0.5px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7333333333;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border: 0.5px solid #000;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 2rem + 1px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 1px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.7333333333rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #936941;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: rgb(218.3608490566, 194.6863207547, 172.1391509434);
  border-color: rgb(218.3608490566, 194.6863207547, 172.1391509434);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #8e8e93;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ddd;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.3666666667rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  border: #8e8e93 solid 0.5px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.3666666667rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #936941;
  background-color: #936941;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill=''/%3e%3c/svg%3e");
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.3666666667rem + 1px);
  left: calc(-2.25rem + 1px);
  width: calc(1rem - 2px);
  height: calc(1rem - 2px);
  background-color: #8e8e93;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.75rem);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.7333333333em + 1.5rem + 1px);
  padding: 0.75rem 2rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7333333333;
  color: #000;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23936941' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #000;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #936941;
  outline: 0;
}
.custom-select:focus::-ms-value {
  color: #000;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #8e8e93;
  background-color: #ddd;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 1rem + 1px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 2rem + 1px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.7333333333em + 1.5rem + 1px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.7333333333em + 1.5rem + 1px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #936941;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #ddd;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input:lang(fr) ~ .custom-file-label::after {
  content: "Parcourir";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.7333333333em + 1.5rem + 1px);
  padding: 0.75rem 1rem;
  font-weight: 400;
  line-height: 1.7333333333;
  color: #000;
  border: 0.5px solid #000;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.7333333333em + 1.5rem);
  padding: 0.75rem 1rem;
  line-height: 1.7333333333;
  color: #fff;
  content: "Browse";
  background-color: #000;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #936941;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(218.3608490566, 194.6863207547, 172.1391509434);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccc;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #936941;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(218.3608490566, 194.6863207547, 172.1391509434);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #ccc;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #936941;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(218.3608490566, 194.6863207547, 172.1391509434);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #ccc;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #ccc;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #8e8e93;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #8e8e93;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #8e8e93;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #8e8e93;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ddd #ddd #ccc;
}
.nav-tabs .nav-link.disabled {
  color: #8e8e93;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #8e8e93;
  background-color: #fff;
  border-color: #ccc #ccc #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #936941;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.2833333333rem;
  padding-bottom: 0.2833333333rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 664.98px) {
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 665px) {
  .navbar-expand-xs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xs > .container,
  .navbar-expand-xs > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 849.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 850px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1119.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1120px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1479.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1480px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1749.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1750px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.875rem;
}

.card-title {
  margin-bottom: 1.875rem;
}

.card-subtitle {
  margin-top: -0.9375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.875rem;
}

.card-header {
  padding: 1.875rem 1.875rem;
  margin-bottom: 0;
  border-bottom: 0 solid;
}
.card-header:first-child {
  border-radius: 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.875rem 1.875rem;
  border-top: 0 solid;
}
.card-footer:last-child {
  border-radius: 0 0;
}

.card-header-tabs {
  margin-right: -0.9375rem;
  margin-bottom: -1.875rem;
  margin-left: -0.9375rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
}

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 850px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 850px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.875rem;
}
@media (min-width: 850px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0;
  content: "•";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #000;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0 0.75rem;
  margin-left: 0;
  line-height: 1;
  color: #000;
}
.page-link:hover {
  z-index: 2;
  color: #936941;
  text-decoration: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
}
.page-item.disabled .page-link {
  color: #8e8e93;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ccc;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.jumbotron {
  padding: 0 0;
  margin-bottom: 0;
  border-radius: 0.3rem;
}
@media (min-width: 850px) {
  .jumbotron {
    padding: 0 0;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-black hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-black .alert-link {
  color: black;
}

.alert-blue {
  color: rgb(60.32, 95.16, 112.84);
  background-color: rgb(227.2, 240.6, 247.4);
  border-color: rgb(216.08, 234.84, 244.36);
}
.alert-blue hr {
  border-top-color: rgb(196.0545762712, 224.4671186441, 238.8854237288);
}
.alert-blue .alert-link {
  color: rgb(42.5542342342, 67.132972973, 79.6057657658);
}

.alert-brown {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(233.4, 225, 217);
  border-color: rgb(224.76, 213, 201.8);
}
.alert-brown hr {
  border-top-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.alert-brown .alert-link {
  color: rgb(41.0767924528, 29.3405660377, 18.1632075472);
}

.alert-brown-light {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(233.4, 225, 217);
  border-color: rgb(224.76, 213, 201.8);
}
.alert-brown-light hr {
  border-top-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.alert-brown-light .alert-link {
  color: rgb(41.0767924528, 29.3405660377, 18.1632075472);
}

.alert-brown-dark {
  color: rgb(67.08, 50.44, 36.4);
  background-color: rgb(229.8, 223.4, 218);
  border-color: rgb(219.72, 210.76, 203.2);
}
.alert-brown-dark hr {
  border-top-color: rgb(209.3888102894, 197.8050160772, 188.0311897106);
}
.alert-brown-dark .alert-link {
  color: rgb(34.0196984925, 25.5807035176, 18.4603015075);
}

.alert-gray-100 {
  color: rgb(127.92, 127.92, 127.92);
  background-color: rgb(253.2, 253.2, 253.2);
  border-color: rgb(252.48, 252.48, 252.48);
}
.alert-gray-100 hr {
  border-top-color: rgb(239.73, 239.73, 239.73);
}
.alert-gray-100 .alert-link {
  color: rgb(102.42, 102.42, 102.42);
}

.alert-gray-200 {
  color: rgb(114.92, 114.92, 114.92);
  background-color: rgb(248.2, 248.2, 248.2);
  border-color: rgb(245.48, 245.48, 245.48);
}
.alert-gray-200 hr {
  border-top-color: rgb(232.73, 232.73, 232.73);
}
.alert-gray-200 .alert-link {
  color: rgb(89.42, 89.42, 89.42);
}

.alert-gray-300 {
  color: rgb(106.08, 106.08, 106.08);
  background-color: rgb(244.8, 244.8, 244.8);
  border-color: rgb(240.72, 240.72, 240.72);
}
.alert-gray-300 hr {
  border-top-color: rgb(227.97, 227.97, 227.97);
}
.alert-gray-300 .alert-link {
  color: rgb(80.58, 80.58, 80.58);
}

.alert-gray-400 {
  color: rgb(73.84, 73.84, 76.44);
  background-color: rgb(232.4, 232.4, 233.4);
  border-color: rgb(223.36, 223.36, 224.76);
}
.alert-gray-400 hr {
  border-top-color: rgb(210.3215384615, 210.3215384615, 212.2984615385);
}
.alert-gray-400 .alert-link {
  color: rgb(48.7811764706, 48.7811764706, 50.4988235294);
}

.alert-green {
  color: rgb(104, 108.68, 0);
  background-color: rgb(244, 245.8, 204);
  border-color: rgb(239.6, 242.12, 183.6);
}
.alert-green hr {
  border-top-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}
.alert-green .alert-link {
  color: rgb(55.1961722488, 57.68, 0);
}

.alert-linen {
  color: rgb(132.6, 128.96, 124.8);
  background-color: rgb(255, 253.6, 252);
  border-color: rgb(255, 253.04, 250.8);
}
.alert-linen hr {
  border-top-color: rgb(255, 241.14, 225.3);
}
.alert-linen .alert-link {
  color: rgb(106.3866983373, 103.4124465558, 100.0133016627);
}

.alert-orange {
  color: rgb(123.24, 66.04, 0);
  background-color: rgb(251.4, 229.4, 204);
  border-color: rgb(249.96, 219.16, 183.6);
}
.alert-orange hr {
  border-top-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}
.alert-orange .alert-link {
  color: rgb(72.24, 38.7108860759, 0);
}

.alert-red {
  color: rgb(124.8, 0, 15.6);
  background-color: #fcccd2;
  border-color: rgb(250.8, 183.6, 192);
}
.alert-red hr {
  border-top-color: rgb(249.3833333333, 159.5166666667, 170.75);
}
.alert-red .alert-link {
  color: rgb(73.8, 0, 9.225);
}

.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.alert-yellow {
  color: rgb(131.56, 101.4, 28.6);
  background-color: rgb(254.6, 243, 215);
  border-color: rgb(254.44, 238.2, 199);
}
.alert-yellow hr {
  border-top-color: rgb(254.1875247525, 230.6257425743, 173.7524752475);
}
.alert-yellow .alert-link {
  color: rgb(89.6671428571, 69.111038961, 19.4928571429);
}

.alert-primary {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(233.4, 225, 217);
  border-color: rgb(224.76, 213, 201.8);
}
.alert-primary hr {
  border-top-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.alert-primary .alert-link {
  color: rgb(41.0767924528, 29.3405660377, 18.1632075472);
}

.alert-secondary {
  color: rgb(123.24, 66.04, 0);
  background-color: rgb(251.4, 229.4, 204);
  border-color: rgb(249.96, 219.16, 183.6);
}
.alert-secondary hr {
  border-top-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}
.alert-secondary .alert-link {
  color: rgb(72.24, 38.7108860759, 0);
}

.alert-success {
  color: rgb(104, 108.68, 0);
  background-color: rgb(244, 245.8, 204);
  border-color: rgb(239.6, 242.12, 183.6);
}
.alert-success hr {
  border-top-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}
.alert-success .alert-link {
  color: rgb(55.1961722488, 57.68, 0);
}

.alert-danger {
  color: rgb(124.8, 0, 15.6);
  background-color: #fcccd2;
  border-color: rgb(250.8, 183.6, 192);
}
.alert-danger hr {
  border-top-color: rgb(249.3833333333, 159.5166666667, 170.75);
}
.alert-danger .alert-link {
  color: rgb(73.8, 0, 9.225);
}

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-dark hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-dark .alert-link {
  color: black;
}

.alert-purple {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(233.4, 225, 217);
  border-color: rgb(224.76, 213, 201.8);
}
.alert-purple hr {
  border-top-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.alert-purple .alert-link {
  color: rgb(41.0767924528, 29.3405660377, 18.1632075472);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #ddd;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #936941;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #8e8e93;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #8e8e93;
  text-decoration: none;
  background-color: #f6f6f6;
}
.list-group-item-action:active {
  color: #000;
  background-color: #ddd;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #8e8e93;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  background-color: #936941;
  border-color: #936941;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 665px) {
  .list-group-horizontal-xs {
    flex-direction: row;
  }
  .list-group-horizontal-xs .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xs .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xs .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 850px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1120px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1480px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1750px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-black {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-blue {
  color: rgb(60.32, 95.16, 112.84);
  background-color: rgb(216.08, 234.84, 244.36);
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: rgb(60.32, 95.16, 112.84);
  background-color: rgb(196.0545762712, 224.4671186441, 238.8854237288);
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: rgb(60.32, 95.16, 112.84);
  border-color: rgb(60.32, 95.16, 112.84);
}

.list-group-item-brown {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(224.76, 213, 201.8);
}
.list-group-item-brown.list-group-item-action:hover, .list-group-item-brown.list-group-item-action:focus {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.list-group-item-brown.list-group-item-action.active {
  color: #fff;
  background-color: rgb(76.44, 54.6, 33.8);
  border-color: rgb(76.44, 54.6, 33.8);
}

.list-group-item-brown-light {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(224.76, 213, 201.8);
}
.list-group-item-brown-light.list-group-item-action:hover, .list-group-item-brown-light.list-group-item-action:focus {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.list-group-item-brown-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(76.44, 54.6, 33.8);
  border-color: rgb(76.44, 54.6, 33.8);
}

.list-group-item-brown-dark {
  color: rgb(67.08, 50.44, 36.4);
  background-color: rgb(219.72, 210.76, 203.2);
}
.list-group-item-brown-dark.list-group-item-action:hover, .list-group-item-brown-dark.list-group-item-action:focus {
  color: rgb(67.08, 50.44, 36.4);
  background-color: rgb(209.3888102894, 197.8050160772, 188.0311897106);
}
.list-group-item-brown-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(67.08, 50.44, 36.4);
  border-color: rgb(67.08, 50.44, 36.4);
}

.list-group-item-gray-100 {
  color: rgb(127.92, 127.92, 127.92);
  background-color: rgb(252.48, 252.48, 252.48);
}
.list-group-item-gray-100.list-group-item-action:hover, .list-group-item-gray-100.list-group-item-action:focus {
  color: rgb(127.92, 127.92, 127.92);
  background-color: rgb(239.73, 239.73, 239.73);
}
.list-group-item-gray-100.list-group-item-action.active {
  color: #fff;
  background-color: rgb(127.92, 127.92, 127.92);
  border-color: rgb(127.92, 127.92, 127.92);
}

.list-group-item-gray-200 {
  color: rgb(114.92, 114.92, 114.92);
  background-color: rgb(245.48, 245.48, 245.48);
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: rgb(114.92, 114.92, 114.92);
  background-color: rgb(232.73, 232.73, 232.73);
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.92, 114.92, 114.92);
  border-color: rgb(114.92, 114.92, 114.92);
}

.list-group-item-gray-300 {
  color: rgb(106.08, 106.08, 106.08);
  background-color: rgb(240.72, 240.72, 240.72);
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: rgb(106.08, 106.08, 106.08);
  background-color: rgb(227.97, 227.97, 227.97);
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #fff;
  background-color: rgb(106.08, 106.08, 106.08);
  border-color: rgb(106.08, 106.08, 106.08);
}

.list-group-item-gray-400 {
  color: rgb(73.84, 73.84, 76.44);
  background-color: rgb(223.36, 223.36, 224.76);
}
.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: rgb(73.84, 73.84, 76.44);
  background-color: rgb(210.3215384615, 210.3215384615, 212.2984615385);
}
.list-group-item-gray-400.list-group-item-action.active {
  color: #fff;
  background-color: rgb(73.84, 73.84, 76.44);
  border-color: rgb(73.84, 73.84, 76.44);
}

.list-group-item-green {
  color: rgb(104, 108.68, 0);
  background-color: rgb(239.6, 242.12, 183.6);
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: rgb(104, 108.68, 0);
  background-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: rgb(104, 108.68, 0);
  border-color: rgb(104, 108.68, 0);
}

.list-group-item-linen {
  color: rgb(132.6, 128.96, 124.8);
  background-color: rgb(255, 253.04, 250.8);
}
.list-group-item-linen.list-group-item-action:hover, .list-group-item-linen.list-group-item-action:focus {
  color: rgb(132.6, 128.96, 124.8);
  background-color: rgb(255, 241.14, 225.3);
}
.list-group-item-linen.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 128.96, 124.8);
  border-color: rgb(132.6, 128.96, 124.8);
}

.list-group-item-orange {
  color: rgb(123.24, 66.04, 0);
  background-color: rgb(249.96, 219.16, 183.6);
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: rgb(123.24, 66.04, 0);
  background-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.24, 66.04, 0);
  border-color: rgb(123.24, 66.04, 0);
}

.list-group-item-red {
  color: rgb(124.8, 0, 15.6);
  background-color: rgb(250.8, 183.6, 192);
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: rgb(124.8, 0, 15.6);
  background-color: rgb(249.3833333333, 159.5166666667, 170.75);
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.8, 0, 15.6);
  border-color: rgb(124.8, 0, 15.6);
}

.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-yellow {
  color: rgb(131.56, 101.4, 28.6);
  background-color: rgb(254.44, 238.2, 199);
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: rgb(131.56, 101.4, 28.6);
  background-color: rgb(254.1875247525, 230.6257425743, 173.7524752475);
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: rgb(131.56, 101.4, 28.6);
  border-color: rgb(131.56, 101.4, 28.6);
}

.list-group-item-primary {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(224.76, 213, 201.8);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(76.44, 54.6, 33.8);
  border-color: rgb(76.44, 54.6, 33.8);
}

.list-group-item-secondary {
  color: rgb(123.24, 66.04, 0);
  background-color: rgb(249.96, 219.16, 183.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(123.24, 66.04, 0);
  background-color: rgb(248.2786813187, 207.203956044, 159.7813186813);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(123.24, 66.04, 0);
  border-color: rgb(123.24, 66.04, 0);
}

.list-group-item-success {
  color: rgb(104, 108.68, 0);
  background-color: rgb(239.6, 242.12, 183.6);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(104, 108.68, 0);
  background-color: rgb(234.9405315615, 238.2229900332, 161.9970099668);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(104, 108.68, 0);
  border-color: rgb(104, 108.68, 0);
}

.list-group-item-danger {
  color: rgb(124.8, 0, 15.6);
  background-color: rgb(250.8, 183.6, 192);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(124.8, 0, 15.6);
  background-color: rgb(249.3833333333, 159.5166666667, 170.75);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(124.8, 0, 15.6);
  border-color: rgb(124.8, 0, 15.6);
}

.list-group-item-dark {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-purple {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(224.76, 213, 201.8);
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: rgb(76.44, 54.6, 33.8);
  background-color: rgb(215.5183892617, 200.1644295302, 185.5416107383);
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: rgb(76.44, 54.6, 33.8);
  border-color: rgb(76.44, 54.6, 33.8);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.7333333333;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 850px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1480px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1750px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-black {
  background-color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-black {
    transition: none;
  }
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-blue {
  background-color: #74b7d9 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-blue {
    transition: none;
  }
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: rgb(99.9796610169, 174.7016949153, 212.6203389831) !important;
}

.bg-brown {
  background-color: #936941 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-brown {
    transition: none;
  }
}

a.bg-brown:hover, a.bg-brown:focus,
button.bg-brown:hover,
button.bg-brown:focus {
  background-color: rgb(132.8547169811, 94.8962264151, 58.7452830189) !important;
}

.bg-brown-light {
  background-color: #936941 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-brown-light {
    transition: none;
  }
}

a.bg-brown-light:hover, a.bg-brown-light:focus,
button.bg-brown-light:hover,
button.bg-brown-light:focus {
  background-color: rgb(132.8547169811, 94.8962264151, 58.7452830189) !important;
}

.bg-brown-dark {
  background-color: #816146 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-brown-dark {
    transition: none;
  }
}

a.bg-brown-dark:hover, a.bg-brown-dark:focus,
button.bg-brown-dark:hover,
button.bg-brown-dark:focus {
  background-color: rgb(115.775879397, 87.056281407, 62.824120603) !important;
}

.bg-gray-100 {
  background-color: #f6f6f6 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-gray-100 {
    transition: none;
  }
}

a.bg-gray-100:hover, a.bg-gray-100:focus,
button.bg-gray-100:hover,
button.bg-gray-100:focus {
  background-color: rgb(235.8, 235.8, 235.8) !important;
}

.bg-gray-200 {
  background-color: #ddd !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-gray-200 {
    transition: none;
  }
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: rgb(210.8, 210.8, 210.8) !important;
}

.bg-gray-300 {
  background-color: #ccc !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-gray-300 {
    transition: none;
  }
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: rgb(193.8, 193.8, 193.8) !important;
}

.bg-gray-400 {
  background-color: #8e8e93 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-gray-400 {
    transition: none;
  }
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: rgb(131.5692307692, 131.5692307692, 137.0307692308) !important;
}

.bg-green {
  background-color: #c8d100 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-green {
    transition: none;
  }
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: rgb(180.4784688995, 188.6, 0) !important;
}

.bg-linen {
  background-color: #fff8f0 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-linen {
    transition: none;
  }
}

a.bg-linen:hover, a.bg-linen:focus,
button.bg-linen:hover,
button.bg-linen:focus {
  background-color: rgb(255, 238.48, 219.6) !important;
}

.bg-orange {
  background-color: #ed7f00 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-orange {
    transition: none;
  }
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: rgb(216.6, 116.0683544304, 0) !important;
}

.bg-red {
  background-color: #f0001e !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-red {
    transition: none;
  }
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: rgb(219.6, 0, 27.45) !important;
}

.bg-white {
  background-color: #fff !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-white {
    transition: none;
  }
}

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(244.8, 244.8, 244.8) !important;
}

.bg-yellow {
  background-color: #fdc337 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-yellow {
    transition: none;
  }
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: rgb(252.798019802, 188.9405940594, 34.801980198) !important;
}

.bg-primary {
  background-color: #936941 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-primary {
    transition: none;
  }
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(132.8547169811, 94.8962264151, 58.7452830189) !important;
}

.bg-secondary {
  background-color: #ed7f00 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-secondary {
    transition: none;
  }
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(216.6, 116.0683544304, 0) !important;
}

.bg-success {
  background-color: #c8d100 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-success {
    transition: none;
  }
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(180.4784688995, 188.6, 0) !important;
}

.bg-danger {
  background-color: #f0001e !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-danger {
    transition: none;
  }
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(219.6, 0, 27.45) !important;
}

.bg-dark {
  background-color: #000 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-dark {
    transition: none;
  }
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

.bg-purple {
  background-color: #936941 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bg-purple {
    transition: none;
  }
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: rgb(132.8547169811, 94.8962264151, 58.7452830189) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ddd !important;
}

.border-top {
  border-top: 1px solid #ddd !important;
}

.border-right {
  border-right: 1px solid #ddd !important;
}

.border-bottom {
  border-bottom: 1px solid #ddd !important;
}

.border-left {
  border-left: 1px solid #ddd !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-blue {
  border-color: #74b7d9 !important;
}

.border-brown {
  border-color: #936941 !important;
}

.border-brown-light {
  border-color: #936941 !important;
}

.border-brown-dark {
  border-color: #816146 !important;
}

.border-gray-100 {
  border-color: #f6f6f6 !important;
}

.border-gray-200 {
  border-color: #ddd !important;
}

.border-gray-300 {
  border-color: #ccc !important;
}

.border-gray-400 {
  border-color: #8e8e93 !important;
}

.border-green {
  border-color: #c8d100 !important;
}

.border-linen {
  border-color: #fff8f0 !important;
}

.border-orange {
  border-color: #ed7f00 !important;
}

.border-red {
  border-color: #f0001e !important;
}

.border-white {
  border-color: #fff !important;
}

.border-yellow {
  border-color: #fdc337 !important;
}

.border-primary {
  border-color: #936941 !important;
}

.border-secondary {
  border-color: #ed7f00 !important;
}

.border-success {
  border-color: #c8d100 !important;
}

.border-danger {
  border-color: #f0001e !important;
}

.border-dark {
  border-color: #000 !important;
}

.border-purple {
  border-color: #936941 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 665px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 850px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1120px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1480px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1750px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 665px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 850px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1120px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1480px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1750px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 665px) {
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 850px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1120px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1480px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1750px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm, .carousel-figure-caption:after {
  box-shadow: 0 0.125rem 0.25rem #999999 !important;
}

.shadow {
  box-shadow: 0 0.9375rem 0.9375rem -1.25rem #999999 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 9.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 9.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 9.5rem !important;
}

.m-10 {
  margin: 11.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 11.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 11.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 11.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 11.5rem !important;
}

.m-11 {
  margin: 14.5rem !important;
}

.mt-11,
.my-11 {
  margin-top: 14.5rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 14.5rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 14.5rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 14.5rem !important;
}

.m-12 {
  margin: 18rem !important;
}

.mt-12,
.my-12 {
  margin-top: 18rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 18rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 18rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 18rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 9.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 9.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 9.5rem !important;
}

.p-10 {
  padding: 11.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 11.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 11.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 11.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 11.5rem !important;
}

.p-11 {
  padding: 14.5rem !important;
}

.pt-11,
.py-11 {
  padding-top: 14.5rem !important;
}

.pr-11,
.px-11 {
  padding-right: 14.5rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 14.5rem !important;
}

.pl-11,
.px-11 {
  padding-left: 14.5rem !important;
}

.p-12 {
  padding: 18rem !important;
}

.pt-12,
.py-12 {
  padding-top: 18rem !important;
}

.pr-12,
.px-12 {
  padding-right: 18rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 18rem !important;
}

.pl-12,
.px-12 {
  padding-left: 18rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -7.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -7.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -7.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -7.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -7.5rem !important;
}

.m-n9 {
  margin: -9.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9.5rem !important;
}

.m-n10 {
  margin: -11.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -11.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -11.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -11.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -11.5rem !important;
}

.m-n11 {
  margin: -14.5rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -14.5rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -14.5rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -14.5rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -14.5rem !important;
}

.m-n12 {
  margin: -18rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -18rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -18rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -18rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -18rem !important;
}

.m-auto {
  margin: auto !important;
}

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

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

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

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

@media (min-width: 665px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .m-xs-6 {
    margin: 4.5rem !important;
  }
  .mt-xs-6,
  .my-xs-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xs-6,
  .mx-xs-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xs-6,
  .my-xs-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xs-6,
  .mx-xs-6 {
    margin-left: 4.5rem !important;
  }
  .m-xs-7 {
    margin: 6rem !important;
  }
  .mt-xs-7,
  .my-xs-7 {
    margin-top: 6rem !important;
  }
  .mr-xs-7,
  .mx-xs-7 {
    margin-right: 6rem !important;
  }
  .mb-xs-7,
  .my-xs-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xs-7,
  .mx-xs-7 {
    margin-left: 6rem !important;
  }
  .m-xs-8 {
    margin: 7.5rem !important;
  }
  .mt-xs-8,
  .my-xs-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xs-8,
  .mx-xs-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xs-8,
  .my-xs-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xs-8,
  .mx-xs-8 {
    margin-left: 7.5rem !important;
  }
  .m-xs-9 {
    margin: 9.5rem !important;
  }
  .mt-xs-9,
  .my-xs-9 {
    margin-top: 9.5rem !important;
  }
  .mr-xs-9,
  .mx-xs-9 {
    margin-right: 9.5rem !important;
  }
  .mb-xs-9,
  .my-xs-9 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xs-9,
  .mx-xs-9 {
    margin-left: 9.5rem !important;
  }
  .m-xs-10 {
    margin: 11.5rem !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 11.5rem !important;
  }
  .mr-xs-10,
  .mx-xs-10 {
    margin-right: 11.5rem !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xs-10,
  .mx-xs-10 {
    margin-left: 11.5rem !important;
  }
  .m-xs-11 {
    margin: 14.5rem !important;
  }
  .mt-xs-11,
  .my-xs-11 {
    margin-top: 14.5rem !important;
  }
  .mr-xs-11,
  .mx-xs-11 {
    margin-right: 14.5rem !important;
  }
  .mb-xs-11,
  .my-xs-11 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xs-11,
  .mx-xs-11 {
    margin-left: 14.5rem !important;
  }
  .m-xs-12 {
    margin: 18rem !important;
  }
  .mt-xs-12,
  .my-xs-12 {
    margin-top: 18rem !important;
  }
  .mr-xs-12,
  .mx-xs-12 {
    margin-right: 18rem !important;
  }
  .mb-xs-12,
  .my-xs-12 {
    margin-bottom: 18rem !important;
  }
  .ml-xs-12,
  .mx-xs-12 {
    margin-left: 18rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .p-xs-6 {
    padding: 4.5rem !important;
  }
  .pt-xs-6,
  .py-xs-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xs-6,
  .px-xs-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xs-6,
  .py-xs-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xs-6,
  .px-xs-6 {
    padding-left: 4.5rem !important;
  }
  .p-xs-7 {
    padding: 6rem !important;
  }
  .pt-xs-7,
  .py-xs-7 {
    padding-top: 6rem !important;
  }
  .pr-xs-7,
  .px-xs-7 {
    padding-right: 6rem !important;
  }
  .pb-xs-7,
  .py-xs-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xs-7,
  .px-xs-7 {
    padding-left: 6rem !important;
  }
  .p-xs-8 {
    padding: 7.5rem !important;
  }
  .pt-xs-8,
  .py-xs-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xs-8,
  .px-xs-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xs-8,
  .py-xs-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xs-8,
  .px-xs-8 {
    padding-left: 7.5rem !important;
  }
  .p-xs-9 {
    padding: 9.5rem !important;
  }
  .pt-xs-9,
  .py-xs-9 {
    padding-top: 9.5rem !important;
  }
  .pr-xs-9,
  .px-xs-9 {
    padding-right: 9.5rem !important;
  }
  .pb-xs-9,
  .py-xs-9 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xs-9,
  .px-xs-9 {
    padding-left: 9.5rem !important;
  }
  .p-xs-10 {
    padding: 11.5rem !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 11.5rem !important;
  }
  .pr-xs-10,
  .px-xs-10 {
    padding-right: 11.5rem !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xs-10,
  .px-xs-10 {
    padding-left: 11.5rem !important;
  }
  .p-xs-11 {
    padding: 14.5rem !important;
  }
  .pt-xs-11,
  .py-xs-11 {
    padding-top: 14.5rem !important;
  }
  .pr-xs-11,
  .px-xs-11 {
    padding-right: 14.5rem !important;
  }
  .pb-xs-11,
  .py-xs-11 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xs-11,
  .px-xs-11 {
    padding-left: 14.5rem !important;
  }
  .p-xs-12 {
    padding: 18rem !important;
  }
  .pt-xs-12,
  .py-xs-12 {
    padding-top: 18rem !important;
  }
  .pr-xs-12,
  .px-xs-12 {
    padding-right: 18rem !important;
  }
  .pb-xs-12,
  .py-xs-12 {
    padding-bottom: 18rem !important;
  }
  .pl-xs-12,
  .px-xs-12 {
    padding-left: 18rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-n6 {
    margin: -4.5rem !important;
  }
  .mt-xs-n6,
  .my-xs-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xs-n6,
  .mx-xs-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xs-n6,
  .my-xs-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xs-n6,
  .mx-xs-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xs-n7 {
    margin: -6rem !important;
  }
  .mt-xs-n7,
  .my-xs-n7 {
    margin-top: -6rem !important;
  }
  .mr-xs-n7,
  .mx-xs-n7 {
    margin-right: -6rem !important;
  }
  .mb-xs-n7,
  .my-xs-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xs-n7,
  .mx-xs-n7 {
    margin-left: -6rem !important;
  }
  .m-xs-n8 {
    margin: -7.5rem !important;
  }
  .mt-xs-n8,
  .my-xs-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xs-n8,
  .mx-xs-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xs-n8,
  .my-xs-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xs-n8,
  .mx-xs-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xs-n9 {
    margin: -9.5rem !important;
  }
  .mt-xs-n9,
  .my-xs-n9 {
    margin-top: -9.5rem !important;
  }
  .mr-xs-n9,
  .mx-xs-n9 {
    margin-right: -9.5rem !important;
  }
  .mb-xs-n9,
  .my-xs-n9 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xs-n9,
  .mx-xs-n9 {
    margin-left: -9.5rem !important;
  }
  .m-xs-n10 {
    margin: -11.5rem !important;
  }
  .mt-xs-n10,
  .my-xs-n10 {
    margin-top: -11.5rem !important;
  }
  .mr-xs-n10,
  .mx-xs-n10 {
    margin-right: -11.5rem !important;
  }
  .mb-xs-n10,
  .my-xs-n10 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xs-n10,
  .mx-xs-n10 {
    margin-left: -11.5rem !important;
  }
  .m-xs-n11 {
    margin: -14.5rem !important;
  }
  .mt-xs-n11,
  .my-xs-n11 {
    margin-top: -14.5rem !important;
  }
  .mr-xs-n11,
  .mx-xs-n11 {
    margin-right: -14.5rem !important;
  }
  .mb-xs-n11,
  .my-xs-n11 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xs-n11,
  .mx-xs-n11 {
    margin-left: -14.5rem !important;
  }
  .m-xs-n12 {
    margin: -18rem !important;
  }
  .mt-xs-n12,
  .my-xs-n12 {
    margin-top: -18rem !important;
  }
  .mr-xs-n12,
  .mx-xs-n12 {
    margin-right: -18rem !important;
  }
  .mb-xs-n12,
  .my-xs-n12 {
    margin-bottom: -18rem !important;
  }
  .ml-xs-n12,
  .mx-xs-n12 {
    margin-left: -18rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 850px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9.5rem !important;
  }
  .m-sm-10 {
    margin: 11.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 11.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 11.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 11.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 11.5rem !important;
  }
  .m-sm-11 {
    margin: 14.5rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 14.5rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 14.5rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 14.5rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 14.5rem !important;
  }
  .m-sm-12 {
    margin: 18rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 18rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 18rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 18rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 18rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9.5rem !important;
  }
  .p-sm-10 {
    padding: 11.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 11.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 11.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 11.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 11.5rem !important;
  }
  .p-sm-11 {
    padding: 14.5rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 14.5rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 14.5rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 14.5rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 14.5rem !important;
  }
  .p-sm-12 {
    padding: 18rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 18rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 18rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 18rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 18rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -7.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n9 {
    margin: -9.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9.5rem !important;
  }
  .m-sm-n10 {
    margin: -11.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -11.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -11.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -11.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -11.5rem !important;
  }
  .m-sm-n11 {
    margin: -14.5rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -14.5rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -14.5rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -14.5rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -14.5rem !important;
  }
  .m-sm-n12 {
    margin: -18rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -18rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -18rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -18rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -18rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1120px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9.5rem !important;
  }
  .m-md-10 {
    margin: 11.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 11.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 11.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 11.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 11.5rem !important;
  }
  .m-md-11 {
    margin: 14.5rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 14.5rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 14.5rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 14.5rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 14.5rem !important;
  }
  .m-md-12 {
    margin: 18rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 18rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 18rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 18rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 18rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9.5rem !important;
  }
  .p-md-10 {
    padding: 11.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 11.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 11.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 11.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 11.5rem !important;
  }
  .p-md-11 {
    padding: 14.5rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 14.5rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 14.5rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 14.5rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 14.5rem !important;
  }
  .p-md-12 {
    padding: 18rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 18rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 18rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 18rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 18rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -7.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -7.5rem !important;
  }
  .m-md-n9 {
    margin: -9.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9.5rem !important;
  }
  .m-md-n10 {
    margin: -11.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -11.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -11.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -11.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -11.5rem !important;
  }
  .m-md-n11 {
    margin: -14.5rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -14.5rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -14.5rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -14.5rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -14.5rem !important;
  }
  .m-md-n12 {
    margin: -18rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -18rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -18rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -18rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -18rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1480px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9.5rem !important;
  }
  .m-lg-10 {
    margin: 11.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 11.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 11.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 11.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 11.5rem !important;
  }
  .m-lg-11 {
    margin: 14.5rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 14.5rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 14.5rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 14.5rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 14.5rem !important;
  }
  .m-lg-12 {
    margin: 18rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 18rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 18rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 18rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 18rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9.5rem !important;
  }
  .p-lg-10 {
    padding: 11.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 11.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 11.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 11.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 11.5rem !important;
  }
  .p-lg-11 {
    padding: 14.5rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 14.5rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 14.5rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 14.5rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 14.5rem !important;
  }
  .p-lg-12 {
    padding: 18rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 18rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 18rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 18rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 18rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -7.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n9 {
    margin: -9.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9.5rem !important;
  }
  .m-lg-n10 {
    margin: -11.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -11.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -11.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -11.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -11.5rem !important;
  }
  .m-lg-n11 {
    margin: -14.5rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -14.5rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -14.5rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -14.5rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -14.5rem !important;
  }
  .m-lg-n12 {
    margin: -18rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -18rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -18rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -18rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -18rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1750px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9.5rem !important;
  }
  .m-xl-10 {
    margin: 11.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 11.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 11.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 11.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 11.5rem !important;
  }
  .m-xl-11 {
    margin: 14.5rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 14.5rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 14.5rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 14.5rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 14.5rem !important;
  }
  .m-xl-12 {
    margin: 18rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 18rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 18rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 18rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 18rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9.5rem !important;
  }
  .p-xl-10 {
    padding: 11.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 11.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 11.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 11.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 11.5rem !important;
  }
  .p-xl-11 {
    padding: 14.5rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 14.5rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 14.5rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 14.5rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 14.5rem !important;
  }
  .p-xl-12 {
    padding: 18rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 18rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 18rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 18rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 18rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -7.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n9 {
    margin: -9.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9.5rem !important;
  }
  .m-xl-n10 {
    margin: -11.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -11.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -11.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -11.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -11.5rem !important;
  }
  .m-xl-n11 {
    margin: -14.5rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -14.5rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -14.5rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -14.5rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -14.5rem !important;
  }
  .m-xl-n12 {
    margin: -18rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -18rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -18rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -18rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -18rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: "SIAS Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 665px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 850px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1120px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1480px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1750px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 400 !important;
}

.font-weight-lighter {
  font-weight: 400 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-blue {
  color: #74b7d9 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #74b7d9 !important;
}

.text-brown {
  color: #936941 !important;
}

a.text-brown:hover, a.text-brown:focus {
  color: #936941 !important;
}

.text-brown-light {
  color: #936941 !important;
}

a.text-brown-light:hover, a.text-brown-light:focus {
  color: #936941 !important;
}

.text-brown-dark {
  color: #816146 !important;
}

a.text-brown-dark:hover, a.text-brown-dark:focus {
  color: #816146 !important;
}

.text-gray-100 {
  color: #f6f6f6 !important;
}

a.text-gray-100:hover, a.text-gray-100:focus {
  color: #f6f6f6 !important;
}

.text-gray-200 {
  color: #ddd !important;
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #dddddd !important;
}

.text-gray-300 {
  color: #ccc !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #cccccc !important;
}

.text-gray-400 {
  color: #8e8e93 !important;
}

a.text-gray-400:hover, a.text-gray-400:focus {
  color: #8e8e93 !important;
}

.text-green {
  color: #c8d100 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #c8d100 !important;
}

.text-linen {
  color: #fff8f0 !important;
}

a.text-linen:hover, a.text-linen:focus {
  color: #fff8f0 !important;
}

.text-orange {
  color: #ed7f00 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #ed7f00 !important;
}

.text-red {
  color: #f0001e !important;
}

a.text-red:hover, a.text-red:focus {
  color: #f0001e !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: white !important;
}

.text-yellow {
  color: #fdc337 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #fdc337 !important;
}

.text-primary {
  color: #936941 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #936941 !important;
}

.text-secondary {
  color: #ed7f00 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #ed7f00 !important;
}

.text-success {
  color: #c8d100 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #c8d100 !important;
}

.text-danger {
  color: #f0001e !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f0001e !important;
}

.text-dark {
  color: #000 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-purple {
  color: #936941 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #936941 !important;
}

.text-body {
  color: #000 !important;
}

.text-muted {
  color: #8e8e93 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #8e8e93;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1480px !important;
  }
  .container {
    min-width: 1480px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ccc !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #ddd;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ddd;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #936941;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff8f0;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ed7f00;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.carbonbadge {
  margin: 3rem 0 0 0;
}
@media (min-width: 850px) {
  .carbonbadge {
    margin: 0 0 0 3rem;
  }
}

/* ================================================== */
/* BASE
/* ================================================== */
/* ================================================== */
/* ACCESSIBILITY
/* ================================================== */
*:focus {
  outline: none;
}

[data-whatinput=keyboard] a:focus,
[data-whatinput=keyboard] button:focus,
[data-whatinput=keyboard] [role=button]:focus,
[data-whatinput=keyboard] [tabindex="0"]:focus {
  outline: 2px dotted #936941;
  outline-offset: 2px;
}

/* ================================================== */
/* ANIMATION > Rotating
/* ================================================== */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 40s linear infinite;
}

/* ================================================== */
/* ANIMATION > Fade Out
/* ================================================== */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  animation: fadeOut 7s ease-in-out infinite alternate;
}

/* ================================================== */
/* LAZYLOAD
/* ================================================== */
.lazyload,
.lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* ================================================== */
/* REBOOT
/* ================================================== */
html {
  /* REM root size */
}
@media (min-width: 850px) and (max-width: 1479.98px) {
  html {
    font-size: 0.87890625rem;
  }
}

body {
  min-width: 320px;
  min-height: 100vh; /* Sticky footer */
  font-size: 1rem;
}

::selection {
  background: #936941;
  color: #fff;
}

.shadow-sm, .carousel-figure-caption:after {
  box-shadow: 0 0.6666666667rem 1rem -1.3333333333rem #999999 !important;
}

iframe {
  border: 0;
}

/* ================================================== */
/* TYPE
/* ================================================== */
@media (max-width: 664.98px) {
  .h1, h1 {
    font-size: 1.8333333333rem;
  }
}

.large {
  font-size: 120%;
}
@media (max-width: 664.98px) {
  .large {
    font-size: 110%;
  }
}

.medium {
  font-size: 93.3333333333%;
}

/* ================================================== */
/* WEBFONTS > Arimo
/* ================================================== */
@font-face {
  font-family: "SIAS Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SIAS Montserrat";
  src: url("../fonts/Montserrat-Italic.woff2") format("woff2"), url("../fonts/Montserrat-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "SIAS Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SIAS Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SIAS Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SIAS Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* ================================================== */
/* COMPONENTS
/* ================================================== */
/* ================================================== */
/* ACTIVITY
/* ================================================== */
@media (max-width: 664.98px) {
  .activity-link {
    border-left: none !important;
  }
}

/* ================================================== */
/* BACKGROUND
/* ================================================== */
.background {
  user-select: none;
}

/* ================================================== */
/* BACKGROUND > Dots
/* ================================================== */
.background-dots {
  width: 17.7333333333rem;
  height: 40.6rem;
}
@media (max-width: 664.98px) {
  .background-dots {
    width: 11.8222222222rem;
    height: 27.0666666667rem;
  }
}

.background-dots-1 {
  top: 6.4666666667rem;
  right: 0;
}
@media (max-width: 664.98px) {
  .background-dots-1 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-8.3333333333vw) translateX(-3.3333333333px);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .background-dots-1 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-52.0833333333px);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .background-dots-1 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-67.5px);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .background-dots-1 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-90px);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .background-dots-1 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-120px);
  }
}
@media (min-width: 1750px) {
  .background-dots-1 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-142.5px);
  }
}

.background-dots-2 {
  top: 101.8666666667rem;
  left: 0;
}
@media (max-width: 664.98px) {
  .background-dots-2 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(16.6666666667vw) translateX(-6.6666666667px);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .background-dots-2 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(104.1666666667px);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .background-dots-2 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(135px);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .background-dots-2 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(180px);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .background-dots-2 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(240px);
  }
}
@media (min-width: 1750px) {
  .background-dots-2 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(285px);
  }
}

.background-dots-3 {
  top: 252.6rem;
  right: 0;
}
@media (max-width: 664.98px) {
  .background-dots-3 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-12.5vw) translateX(-5px);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .background-dots-3 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-78.125px);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .background-dots-3 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-101.25px);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .background-dots-3 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-135px);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .background-dots-3 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-180px);
  }
}
@media (min-width: 1750px) {
  .background-dots-3 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-213.75px);
  }
}

/* ================================================== */
/* BACKGROUND > Circles
/* ================================================== */
.background-circles {
  width: 95.6rem;
  height: 96rem;
}
@media (max-width: 664.98px) {
  .background-circles {
    width: 63.7333333333rem;
    height: 64rem;
  }
}

.background-circles-1 {
  top: 15.6rem;
  left: 0;
}
@media (max-width: 664.98px) {
  .background-circles-1 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(16.6666666667vw) translateX(-6.6666666667px);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .background-circles-1 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(104.1666666667px);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .background-circles-1 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(135px);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .background-circles-1 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(180px);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .background-circles-1 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(240px);
  }
}
@media (min-width: 1750px) {
  .background-circles-1 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(285px);
  }
}

.background-circles-2 {
  top: 78.8rem;
  right: 0;
}
@media (max-width: 664.98px) {
  .background-circles-2 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-20.8333333333vw) translateX(-8.3333333333px);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .background-circles-2 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-130.2083333333px);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .background-circles-2 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-168.75px);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .background-circles-2 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-225px);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .background-circles-2 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-300px);
  }
}
@media (min-width: 1750px) {
  .background-circles-2 {
    transform: translate3d(0, 0, 0) translateX(100%) translateX(-356.25px);
  }
}

.background-circles-3 {
  top: 181.3333333333rem;
  left: 0;
}
@media (max-width: 664.98px) {
  .background-circles-3 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(41.6666666667vw) translateX(-16.6666666667px);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .background-circles-3 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(260.4166666667px);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .background-circles-3 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(337.5px);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .background-circles-3 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(450px);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .background-circles-3 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(600px);
  }
}
@media (min-width: 1750px) {
  .background-circles-3 {
    transform: translate3d(0, 0, 0) translateX(-100%) translateX(712.5px);
  }
}

/* ================================================== */
/* BACKGROUND > Leaf
/* ================================================== */
.background-leaf-1 {
  width: 16vw;
  min-width: 16vw;
  height: auto;
  top: 30rem;
  left: 0;
}
@media (max-width: 664.98px) {
  .background-leaf-1 {
    top: 33.3333333333rem;
  }
}

.background-leaf-2 {
  width: 14vw;
  min-width: 14vw;
  height: auto;
  top: 16.6666666667rem;
  right: 0;
}
@media (max-width: 664.98px) {
  .background-leaf-2 {
    top: 10rem;
  }
}

.background-leaf-3 {
  width: 12vw;
  min-width: 12vw;
  height: auto;
  top: 93.3333333333rem;
  left: 0;
}
@media (max-width: 664.98px) {
  .background-leaf-3 {
    top: 148.2666666667rem;
  }
}

.background-leaf-4 {
  width: 10vw;
  min-width: 10vw;
  height: auto;
  top: 93.3333333333rem;
  right: 0;
}
@media (max-width: 664.98px) {
  .background-leaf-4 {
    top: 148.2666666667rem;
  }
}

.background-leaf-5 {
  width: 12vw;
  min-width: 12vw;
  height: auto;
  bottom: 0;
  left: 4vw;
}

.background-leaf-6 {
  width: 24vw;
  min-width: 24vw;
  height: auto;
  bottom: 0;
  right: 2vw;
}

/* ================================================== */
/* BANNERS
/* ================================================== */
.banners-thumb {
  width: 11.4rem;
  height: 6.4rem;
}

/* ================================================== */
/* BODY
/* ================================================== */
.body > :first-child.body-text > :first-child.mt-5 {
  margin-top: 0 !important;
}

.body-text > :last-child {
  margin-bottom: 0;
}

.body-committee thead {
  border-width: 2px !important;
}
@media (max-width: 1119.98px) {
  .body-committee thead {
    display: none;
  }
}
@media (max-width: 1119.98px) {
  .body-committee tr {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 1119.98px) {
  .body-committee td {
    display: block;
    padding: 0.5333333333rem 0;
    line-height: normal;
  }
}
@media (max-width: 1119.98px) {
  .body-committee td.empty {
    display: none;
  }
}
@media (max-width: 1119.98px) {
  .body-committee td.font-weight-bold {
    font-weight: normal !important;
  }
}
.body-committee td.text-orange {
  color: #000 !important;
}

@media (max-width: 1119.98px) {
  .body-embed .w-50 {
    width: 75% !important;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .body-embed .w-50 {
    width: 100% !important;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .body-embed .w-50 {
    width: 75% !important;
  }
}
@media (max-width: 1119.98px) {
  .body-embed .w-75 {
    width: 100% !important;
  }
}

.body-accordion-icon {
  width: calc(1.5rem + 12px);
}

.body-accordion-btn[aria-expanded=true] .body-accordion-icon {
  transform: rotate(-90deg);
}

.body-accordion-icon {
  transform: rotate(90deg);
}

/* ================================================== */
/* BREADCRUMB
/* ================================================== */
.breadcrumb {
  letter-spacing: 0.0613333333rem;
}

.breadcrumb-item.sr-only + .breadcrumb-item::before {
  content: normal;
}
.breadcrumb-item + .breadcrumb-item::before {
  transform: translateX(-0.125rem);
}

/* ================================================== */
/* CAROUSEL
/* ================================================== */
.carousel:focus {
  outline: none;
}
.carousel:focus .carousel-button {
  opacity: 1;
}
.carousel[data-total-items="1"] .carousel-wrapper {
  cursor: default;
}

.carousel-wrapper[data-crop=true][data-total="1"] {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 664.98px) {
  .carousel-wrapper[data-crop=true][data-total="1"] {
    height: calc((100vw - 40px) * 510 / 825);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .carousel-wrapper[data-crop=true][data-total="1"] {
    height: 361.6363636364px;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .carousel-wrapper[data-crop=true][data-total="1"] {
    height: 309.0909090909px;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .carousel-wrapper[data-crop=true][data-total="1"] {
    height: 476px;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .carousel-wrapper[data-crop=true][data-total="1"] {
    height: 494.5454545455px;
  }
}
@media (min-width: 1750px) {
  .carousel-wrapper[data-crop=true][data-total="1"] {
    height: 591.6px;
  }
}
.carousel-wrapper[data-crop=true]:not([data-total="1"]) {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
@media (max-width: 664.98px) {
  .carousel-wrapper[data-crop=true]:not([data-total="1"]) {
    height: calc((100vw - 40px) * 333 / 540);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .carousel-wrapper[data-crop=true]:not([data-total="1"]) {
    height: 360.75px;
  }
}
@media (min-width: 850px) and (max-width: 1479.98px) {
  .carousel-wrapper[data-crop=true]:not([data-total="1"]) {
    height: 308.3333333333px;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .carousel-wrapper[data-crop=true]:not([data-total="1"]) {
    height: 345.3333333333px;
  }
}
@media (min-width: 1750px) {
  .carousel-wrapper[data-crop=true]:not([data-total="1"]) {
    height: 414.4px;
  }
}
.carousel-wrapper:hover .carousel-button, .carousel-wrapper:focus .carousel-button {
  opacity: 1;
}

.carousel-item {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.carousel-item:focus {
  outline: none;
}
.carousel-item.is-selected {
  z-index: 0;
  opacity: 1;
}

.carousel-link[data-fancybox] {
  cursor: zoom-in;
}

.carousel-figure-caption:hover:after, .carousel-figure-caption:focus:after {
  opacity: 1;
  transform: none;
}
.carousel-figure-caption:after {
  content: attr(data-caption);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13.3333333333px;
  background: rgba(30, 30, 30, 0.6);
  font-size: 80%;
  text-align: center;
  line-height: normal;
  color: #fff;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.2s ease-in-out;
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .carousel-figure-caption:after {
    padding: 20px 12%;
  }
}
@media (min-width: 1750px) {
  .carousel-figure-caption:after {
    padding: 20px 18.5%;
  }
}

.carousel-wrapper:hover ~ .carousel-button, .carousel-wrapper:focus ~ .carousel-button {
  opacity: 1;
}

.carousel-button {
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.2s ease-in-out;
}

.carousel-button-prev {
  left: 20px;
}
@media (max-width: 664.98px) {
  .carousel-button-prev {
    left: 10px;
  }
}

.carousel-button-next {
  right: 20px;
}
@media (max-width: 664.98px) {
  .carousel-button-next {
    right: 10px;
  }
}

.carousel-indicator {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.carousel-indicator.is-selected {
  background-color: #ed7f00;
  transform: scale(1.2);
}

/* ================================================== */
/* CITIES
/* ================================================== */
.cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 1120px) {
  .cities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
  }
}

.cities-cover {
  aspect-ratio: 3/2;
}

/* ================================================== */
/* COVER
/* ================================================== */
@media (max-width: 664.98px) {
  .cover {
    height: calc((100vw - 40px) * 491 / 721);
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .cover {
    height: 398.3841886269px;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .cover {
    height: 432.4341192788px;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .cover {
    height: 524.3689320388px;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .cover {
    height: 626.5187239945px;
  }
}
@media (min-width: 1750px) {
  .cover {
    height: 749.0984743412px;
  }
}

/* ================================================== */
/* DROPDOWN
/* ================================================== */
.dropdown-toggle[aria-expanded=true]:after {
  transform: translateY(-0.0666666667rem) rotate(-180deg);
}
.dropdown-toggle:after {
  width: 10px;
  height: 6px;
  margin-left: 0.0666666667rem;
  vertical-align: baseline;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.248 1c.063 0 .127.023.175.068L5 4.438l3.577-3.37a.259.259 0 01.35 0 .224.224 0 010 .33L5.175 4.935a.267.267 0 01-.35 0L1.073 1.4a.224.224 0 010-.33.255.255 0 01.175-.07z' fill='%23ed7f00' stroke='%23ed7f00'/%3E%3C/svg%3E");
  transform: translateY(-0.0666666667rem);
  transition: transform 0.2s ease-in-out;
}

.dropdown-toggle-icon[aria-expanded=true] .icon {
  transform: rotate(-180deg);
}
.dropdown-toggle-icon .icon {
  transition: transform 0.2s ease-in-out;
}

/* ================================================== */
/* EVENT
/* ================================================== */
.event-row {
  border-width: 3px !important;
}

@media (max-width: 664.98px) {
  .event-summary {
    max-width: none;
    border-right: 0 !important;
  }
}
@media (max-width: 1479.98px) {
  .event-summary {
    max-width: calc(8.3333333333rem - 40px);
  }
}
@media (min-width: 1480px) {
  .event-summary {
    max-width: 8.3333333333rem;
  }
}

.event-icon {
  width: 0.8rem;
  margin-right: 0.4666666667rem;
}

.event-text {
  max-width: calc(100% - 2rem);
}

.event-ellipse {
  width: 8.5333333333rem;
  height: 8.5333333333rem;
  font-size: 1.4666666667rem;
}

/* ================================================== */
/* FORMS
/* ================================================== */
.custom-label {
  font-size: 12px;
  font-weight: 700;
  color: #936941;
  letter-spacing: 0.0333333333rem;
  text-transform: uppercase;
}

.custom-input {
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #936941;
  border-left-color: transparent;
}

.form-group .btn {
  letter-spacing: 0.0386666667rem;
}

/* ================================================== */
/* GALLERY
/* ================================================== */
.gallery-thumb {
  width: 3.8666666667rem;
  height: 5.2666666667rem;
}

/* ================================================== */
/* HAMBURGER
/* ================================================== */
.hamburger {
  width: 24px;
  height: 18px;
  transition: 0.3s ease-in-out;
}
.hamburger[data-open=true] .hamburger-slice:nth-child(1) {
  top: 8px;
  width: 0 !important;
  left: 50% !important;
}
.hamburger[data-open=true] .hamburger-slice:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger[data-open=true] .hamburger-slice:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger[data-open=true] .hamburger-slice:nth-child(4) {
  top: 8px;
  width: 0 !important;
  left: 50% !important;
}

.hamburger-slice {
  height: 2.6666666667px;
  transition: 0.15s ease-in-out;
}
.hamburger-slice:nth-child(1) {
  top: 0;
}
.hamburger-slice:nth-child(2), .hamburger-slice:nth-child(3) {
  top: 8px;
}
.hamburger-slice:nth-child(4) {
  top: 16px;
}

/* ================================================== */
/* ICON
/* ================================================== */
icon-circle,
icon-circle-sm {
  border-width: 0.1253333333rem;
}

.icon-circle {
  width: 3rem;
  height: 3rem;
}

.icon-circle-sm {
  width: 2.3333333333rem;
  height: 2.3333333333rem;
}

/* ================================================== */
/* JUMBOTRON
/* ================================================== */
.jumbotron-border {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1119.98px) {
  .jumbotron-border {
    width: auto !important;
  }
}
.jumbotron-border.rotating {
  animation-duration: 10s;
}

.jumbotron-image {
  user-select: none;
}
@media (max-width: 849.98px) {
  .jumbotron-image {
    width: 271px;
    height: 271px;
    transform: scale(0.96) translateX(-5px);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .jumbotron-image {
    width: 365px;
    height: 365px;
    transform: scale(0.96) translateX(-7px);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .jumbotron-image {
    width: 474px;
    height: 474px;
    transform: scale(0.96) translateX(13px);
  }
}
@media (min-width: 1480px) {
  .jumbotron-image {
    transform: scale(0.96) translateX(15px);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .jumbotron-image {
    width: 530px;
    height: 530px;
  }
}
@media (min-width: 1750px) {
  .jumbotron-image {
    width: 643px;
    height: 643px;
  }
}
.jumbotron-image.lazyloaded + .jumbotron-border {
  opacity: 1;
}

/* ================================================== */
/* MEDIAS
/* ================================================== */
.medias-gallery-wrapper {
  max-width: 26.6666666667rem;
}

.medias-gallery-item-main {
  width: 146px;
  height: 200px;
}
@media (max-width: 664.98px) {
  .medias-gallery-item-main {
    width: 102.2px;
    height: 140px;
  }
}

.medias-gallery-item-secondary {
  width: 102px;
  height: 140px;
}
@media (max-width: 664.98px) {
  .medias-gallery-item-secondary {
    width: 71.4px;
    height: 98px;
  }
}
.medias-gallery-item-secondary:nth-child(2) {
  transform: translateX(13.3333333333px);
}
@media (max-width: 664.98px) {
  .medias-gallery-item-secondary:nth-child(2) {
    transform: translateX(9.3333333333px);
  }
}
.medias-gallery-item-secondary:nth-child(3) {
  transform: translateX(-13.3333333333px);
}
@media (max-width: 664.98px) {
  .medias-gallery-item-secondary:nth-child(3) {
    transform: translateX(-9.3333333333px);
  }
}

/* ================================================== */
/* MENU
/* ================================================== */
.menu-main.mode-full .border-bottom {
  border-width: 2px !important;
  transform: translateY(2px);
}
.menu-main.mode-full .border-bottom span {
  transform: translateY(-2px);
}
.menu-main.mode-full .border-bottom.active {
  border-width: 4px !important;
  transform: none;
}
.menu-main.mode-full .border-bottom.active span {
  transform: none;
}
.menu-main.mode-short .dropdown {
  min-height: 5.6666666667rem;
}

.menu-trigger.disabled {
  opacity: 1;
  box-shadow: none;
}

/* ================================================== */
/* MENU PAGE
/* ================================================== */
.menu-page {
  margin-bottom: -40px;
}

.menu-page-link:hover .menu-page-image, .menu-page-link:focus .menu-page-image {
  transform: translate3d(0, 0, 0) scale(1.1);
}

@media (min-width: 1750px) {
  .menu-page-cover {
    height: 205.2342857143px;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .menu-page-cover {
    height: 168.6857142857px;
  }
}
@media (max-width: 1479.98px) {
  .menu-page-cover {
    height: 161.6571428571px;
  }
}
@media (max-width: 849.98px) {
  .menu-page-cover {
    height: 191.1771428571px;
  }
}
@media (max-width: 664.98px) {
  .menu-page-cover {
    height: calc((100vw - 40px) * 246 / 350);
  }
}

.menu-page-image {
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translate3d(0, 0, 0);
  transition: 0.25s ease-in-out;
}

/* ================================================== */
/* NEWS
/* ================================================== */
.news {
  height: calc((100vw - 40px) * 363 / 528);
  min-height: calc((320px - 40px) * 363 / 528);
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .news {
    height: 366.3802083333px;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .news {
    height: 250.9375px;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .news {
    height: 343.75px;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .news {
    height: 385px;
  }
}
@media (min-width: 1750px) {
  .news {
    height: 462.34375px;
  }
}

.news-link:hover:before, .news-link:focus:before {
  opacity: 0;
}
.news-link:hover .news-cover, .news-link:focus .news-cover {
  transform: translate3d(0, 0, 0) scale(1.05);
}
.news-link:hover .news-cover-overlay, .news-link:focus .news-cover-overlay {
  opacity: 0;
}

.news-link:before,
.news-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: -3rem;
  z-index: 2;
  width: calc(100% + 3rem * 2);
  height: calc(100% + 3rem * 2);
  background-image: linear-gradient(180deg, rgba(147, 105, 65, 0.01) 1%, #936941 100%);
  transition: 0.2s ease-in-out;
}

.news-wrapper:hover:before, .news-wrapper:focus:before {
  height: calc(50% + 3rem);
}

.news-cover {
  transform: translate3d(0, 0, 0) scale(1.01);
  transition: 0.2s ease-in-out;
}

.news-bg {
  border-width: 3px !important;
}

/* ================================================== */
/* NEWSLETTER
/* ================================================== */
.newsletter-input {
  border-width: 1px;
}

/* ================================================== */
/* PAGINATION
/* ================================================== */
.pagination .page-chevron-icon {
  height: 0.6666666667rem;
}

.page-link svg * {
  transition: fill 0.15s ease-in-out;
}
.page-link:hover svg *, .page-link:focus svg * {
  fill: #936941;
}

/* ================================================== */
/* PUBLICATION
/* ================================================== */
@media (max-width: 1119.98px) {
  .publication > .d-flex {
    flex-wrap: wrap;
  }
}

.publication-item:last-child {
  margin-bottom: 0;
}

.publication-cover {
  margin-right: 2rem;
}

/* ================================================== */
/* READ MORE
/* ================================================== */
.read-more:hover .read-more-icon, .read-more:focus .read-more-icon {
  transform: translateX(-75%);
}

.read-more-reverse:hover .read-more-reverse-icon, .read-more-reverse:focus .read-more-reverse-icon {
  transform: translateX(75%);
}

.read-more-text,
.read-more-reverse-text {
  letter-spacing: 0.0415384615em;
}

.read-more-text {
  padding-right: 0.6666666667rem;
}

.read-more-reverse-text {
  width: calc(100% - 0.6666666667rem);
  padding-left: 0.6666666667rem;
}

.read-more-icon,
.read-more-reverse-icon {
  transition: transform 0.1s ease-in-out;
}

.read-more-reverse-icon {
  width: 0.4666666667rem;
}

/* ================================================== */
/* SCROLL TOP
/* ================================================== */
.scroll-top {
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  opacity: 0;
  transform: translateY(100%) translateY(40px);
  transition: opacity 0.15s ease-in-out, transform 0.25s ease-in-out;
}
.scroll-top.visible {
  opacity: 1;
  transform: none;
}

/* ================================================== */
/* SITE
/* ================================================== */
.site-item + .site-item:before {
  display: inline-block;
  content: "|";
  position: relative;
  top: 0;
  left: calc(-1px - 0.5rem);
  width: 1px;
  color: #ddd;
}
@media (max-width: 664.98px) {
  .site-item + .site-item:before {
    top: 1px;
  }
}

@media (min-width: 665px) and (max-width: 849.98px) {
  .site-label {
    height: 18.1666666667rem;
    margin-bottom: -9.0833333333rem !important;
    padding-top: 9.0833333333rem;
    transform: translateY(-9.0833333333rem);
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .site-label {
    height: 15.3333333333rem;
    margin-bottom: -7.6666666667rem !important;
    padding-top: 7.6666666667rem;
    transform: translateY(-7.6666666667rem);
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .site-label {
    height: 15.3333333333rem;
    margin-bottom: -7.6666666667rem !important;
    padding-top: 7.6666666667rem;
    transform: translateY(-7.6666666667rem);
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .site-label {
    height: 21.3333333333rem;
    margin-bottom: -10.6666666667rem !important;
    padding-top: 10.6666666667rem;
    transform: translateY(-10.6666666667rem);
  }
}
@media (min-width: 1750px) {
  .site-label {
    height: 25.8333333333rem;
    margin-bottom: -12.9166666667rem !important;
    padding-top: 12.9166666667rem;
    transform: translateY(-12.9166666667rem);
  }
}
@media (max-width: 664.98px) {
  .site-label {
    width: 256px;
    height: 256px;
    margin-bottom: -128px !important;
    padding-top: 128px;
    transform: translateY(-128px);
  }
}
.site-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}

@media (min-width: 1480px) {
  .site-label-text {
    transform: translateY(-25%);
  }
}
@media (min-width: 1750px) {
  .site-label-text {
    width: 50%;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .site-label-text {
    width: 60%;
  }
}
@media (max-width: 1479.98px) {
  .site-label-text {
    width: 70%;
    transform: translateY(-30%);
  }
}

/* ================================================== */
/* SITES
/* ================================================== */
.sites-wrapper {
  border-width: 3px !important;
}

.sites-item {
  transform: translate3d(0, 0, 0);
}
.sites-item:hover .read-more-icon, .sites-item:focus .read-more-icon {
  transform: translateX(-75%);
}

.sites-item-2 .sites-index-border {
  transform: rotate(132deg);
}

.sites-item-3 .sites-index-border {
  transform: rotate(66deg);
}

.sites-index {
  width: 2.4666666667rem;
  height: 2.5333333333rem;
}

.sites-dropdown {
  margin: 0;
  border-radius: 0;
}
.sites-dropdown:before, .sites-dropdown:after {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 0.3333333333rem;
  height: 100%;
  content: "";
  background-color: #fff;
}
.sites-dropdown:before {
  left: -0.3333333333rem;
  border-bottom-left-radius: 1em;
}
.sites-dropdown:after {
  right: -0.3333333333rem;
  border-bottom-right-radius: 1em;
}
.sites-dropdown .sites-link:hover, .sites-dropdown .sites-link:focus {
  background-color: transparent;
}

/* ================================================== */
/* TEAM
/* ================================================== */
@media (max-width: 664.98px) {
  .team {
    max-width: 471px;
  }
}

.team-list {
  margin-bottom: -40px;
}

@media (min-width: 1750px) {
  .team-figure {
    height: 292px;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .team-figure {
    height: 240px;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .team-figure {
    height: 230px;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .team-figure {
    height: 273px;
  }
}
@media (max-width: 664.98px) {
  .team-figure {
    height: calc(100vw - 40px);
    max-height: calc(471px - 40px);
  }
}
@media only screen and (max-width: 320px) {
  .team-figure {
    height: auto;
    max-height: none;
  }
}

/* ================================================== */
/* LAYOUT
/* ================================================== */
/* ================================================== */
/* HEADER
/* ================================================== */
#header {
  min-width: 320px;
}
@media (min-width: 850px) {
  #header {
    border-bottom: none !important;
  }
}
@media (max-width: 849.98px) {
  #header {
    position: fixed !important;
    height: 61px;
  }
}
#header .brand-logo {
  max-width: 174px;
}
@media (max-width: 849.98px) {
  #header .brand-logo {
    width: 74px;
    height: 50px;
  }
}
#header .brand-50y {
  width: 120px;
  min-width: 120px;
  height: auto;
}
@media (max-width: 849.98px) {
  #header .brand-50y {
    width: 74px;
    min-width: 74px;
  }
}
@media (min-width: 850px) {
  #header .pr-0.pr-sm-gutter-half {
    padding-right: 20px !important;
  }
}

/* ================================================== */
/* LEFT
/* ================================================== */
@media (max-width: 849.98px) {
  #left {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  #left:before {
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 665px) {
  #left:before {
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 26.8rem;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 39%, rgba(255, 255, 255, 0) 78%);
  }
}
@media (min-width: 850px) {
  #left:before {
    position: fixed;
    width: 50%;
  }
}
@media (min-width: 850px) {
  #left:after {
    display: block;
    position: fixed;
    top: 0;
    left: calc(50% - 40px);
    content: "";
    width: 40px;
    height: 100%;
    background-color: #fff;
  }
}
#left .container-half {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 665px) {
  #left .container-half {
    max-width: calc(312.5px - 40px);
  }
}
@media (min-width: 850px) {
  #left .container-half {
    max-width: calc(405px - 40px);
  }
}
@media (min-width: 1120px) {
  #left .container-half {
    max-width: calc(540px - 40px);
  }
}
@media (min-width: 1480px) {
  #left .container-half {
    max-width: calc(720px - 40px);
  }
}
@media (min-width: 1750px) {
  #left .container-half {
    max-width: calc(855px - 40px);
  }
}
@media (max-width: 664.98px) {
  #left .wrapper {
    position: static !important;
  }
}
@media (max-width: 849.98px) {
  #left .min-vh-100 {
    min-height: auto !important;
  }
}

[data-browser-name=ie][data-browser-version="10"] #left .min-vh-100, [data-browser-name=ie][data-browser-version="11"] #left .min-vh-100 {
  height: 100%;
}

/* ================================================== */
/* MAIN
/* ================================================== */
@media (max-width: 849.98px) {
  #main {
    margin-top: 61px;
  }
}

/* ================================================== */
/* MENU MOBILE
/* ================================================== */
#menu-mobile {
  min-width: 320px;
  padding-top: 61px;
  font-size: 16px;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
#menu-mobile:focus {
  outline: none;
}
#menu-mobile[data-open=true] {
  transform: translateY(0%);
  box-shadow: 0 0.9375rem 0.9375rem -1.25rem #999999 !important;
}
#menu-mobile > .container {
  max-height: calc(100vh - 61px);
  overflow-y: auto;
}
#menu-mobile .border-left {
  border-left-width: 5px !important;
}

/* ================================================== */
/* RIGHT
/* ================================================== */
@media (max-width: 849.98px) {
  #right {
    position: static !important;
    width: 100% !important;
    height: auto !important;
  }
}

/* ================================================== */
/* TYPES
/* ================================================== */
/* ================================================== */
/* HOMEPAGE
/* ================================================== */
.section-events .border-top,
.section-events .border-left,
.section-sites .border-top,
.section-sites .border-left {
  border-width: 3px !important;
}

.section-events .event-summary {
  max-width: none;
}

@media (min-width: 665px) and (max-width: 1119.98px) {
  .section-medias .downloads-wrapper.pr-gutter-half {
    padding-right: 40px !important;
  }
}
@media (min-width: 665px) and (max-width: 1119.98px) {
  .section-medias .downloads-wrapper.pl-gutter-half {
    padding-left: 40px !important;
  }
}

.section-about {
  line-height: 1.5;
}
.section-about .background {
  background: url("../img/layout/homepage-about-background.svg") no-repeat top right 2.4rem;
  background-size: auto 35.4666666667rem;
}
@media (max-width: 849.98px) {
  .section-about .background {
    background-position: top center;
    background-size: calc(100% - 40px) auto;
  }
}
@media (min-width: 850px) and (max-width: 1119.98px) {
  .section-about .background {
    min-height: 20.1210962396rem;
    background-position: top right 18.9292543021px;
    background-size: 23.6666666667rem 18.3333333333rem;
  }
}
@media (min-width: 1120px) and (max-width: 1479.98px) {
  .section-about .background {
    min-height: 28.6817080943rem;
    background-position: top right 26.982791587px;
    background-size: 33.6666666667rem 26.1333333333rem;
  }
}
@media (min-width: 1480px) and (max-width: 1749.98px) {
  .section-about .background {
    min-height: 31.7547482473rem;
    background-position: top right 29.8738049713px;
    background-size: 37.3333333333rem 28.9333333333rem;
  }
}
@media (min-width: 1750px) {
  .section-about .background {
    min-height: 38.2666666667rem;
    background-position: top right 36px;
    background-size: 45rem 34.8666666667rem;
  }
}
@media (min-width: 665px) and (max-width: 849.98px) {
  .section-about .wrapper {
    padding-top: calc(625px * 518 / 668) !important;
  }
}
@media (max-width: 664.98px) {
  .section-about .wrapper {
    padding-top: calc((100vw - 20px) * 518 / 668) !important;
    padding-bottom: 40px !important;
  }
}
.section-about .subtitle {
  font-size: 1.8666666667rem;
}
.section-about p:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=maps/styles.css.map */