/*!
 * Bootstrap Grid v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y);
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col {
  flex: 1 0 0%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-3 {
  margin-left: 25%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-6 {
  margin-left: 50%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-9 {
  margin-left: 75%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.offset-11 {
  margin-left: 91.6666666667%;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-0, .gx-0 {
  --bs-gutter-x:0;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-0, .gy-0 {
  --bs-gutter-y:0;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-inline {
  display: inline !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-block {
  display: block !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-grid {
  display: grid !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-table {
  display: table !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-flex {
  display: flex !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.d-none {
  display: none !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-row {
  flex-direction: row !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-column {
  flex-direction: column !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-items-center {
  align-items: center !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-content-center {
  align-content: center !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-self-center {
  align-self: center !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-first {
  order: -1 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-0 {
  order: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-1 {
  order: 1 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-2 {
  order: 2 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-3 {
  order: 3 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-4 {
  order: 4 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-5 {
  order: 5 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.order-last {
  order: 6 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.m-3 {
  margin: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.m-5 {
  margin: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.m-auto {
  margin: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.me-0 {
  margin-right: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.me-3 {
  margin-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.me-5 {
  margin-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.me-auto {
  margin-right: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ms-0 {
  margin-left: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ms-auto {
  margin-left: auto !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.p-3 {
  padding: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.p-5 {
  padding: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pe-0 {
  padding-right: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ps-0 {
  padding-left: 0 !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-md-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-xxl-none {
    display: none !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media print {
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-block {
    display: block !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-grid {
    display: grid !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-table {
    display: table !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 6, app/assets/stylesheets/templates/red_template_2/bootstrap-grid.min.css */
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* line 1, app/assets/stylesheets/templates/red_template_2/custom.css */
* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/templates/red_template_2/custom.css */
:focus {
  outline: none;
}

/* line 9, app/assets/stylesheets/templates/red_template_2/custom.css */
html, body {
  margin: 0;
  padding: 0;
  background: #F0F0F0;
}

/* line 15, app/assets/stylesheets/templates/red_template_2/custom.css */
a {
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/templates/red_template_2/custom.css */
.header {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* line 24, app/assets/stylesheets/templates/red_template_2/custom.css */
.webp .header {
  background-image: url(/../images/desk/webp/main.webp);
}

/* line 27, app/assets/stylesheets/templates/red_template_2/custom.css */
.jp2 .header {
  background-image: url(/../images/desk/jp2/main.jp2);
}

/* line 30, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 33, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__top-menu {
  display: flex;
  justify-content: space-between;
}

/* line 37, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__head-social {
  display: flex;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 15px 10px;
  width: 100%;
  max-width: 151px;
  justify-content: space-between;
  align-items: center;
}

/* line 47, app/assets/stylesheets/templates/red_template_2/custom.css */
.pseudo, .pseudo-left {
  position: relative;
}

/* line 50, app/assets/stylesheets/templates/red_template_2/custom.css */
.pseudo::before, .pseudo-left::before {
  content: '';
  position: absolute;
  left: -15px;
  top: calc(50% - 13.5px);
  width: 1px;
  height: 27px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 60, app/assets/stylesheets/templates/red_template_2/custom.css */
.pseudo::after {
  content: '';
  position: absolute;
  right: -15px;
  top: calc(50% - 13.5px);
  width: 1px;
  height: 27px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 69, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__head-schedule {
  display: flex;
  padding: 10px 15px 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 76, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__head-schedule-item {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

/* line 84, app/assets/stylesheets/templates/red_template_2/custom.css */
.blue {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #00BBFF;
}

/* line 89, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__time-img {
  margin-right: 10px;
}

/* line 92, app/assets/stylesheets/templates/red_template_2/custom.css */
.mr-10 {
  margin-right: 10px;
}

/* line 95, app/assets/stylesheets/templates/red_template_2/custom.css */
.ml-10 {
  margin-left: 10px;
}

/* line 98, app/assets/stylesheets/templates/red_template_2/custom.css */
.pr-15 {
  padding-right: 15px;
}

/* line 101, app/assets/stylesheets/templates/red_template_2/custom.css */
.pl-15 {
  padding-left: 15px;
}

/* line 104, app/assets/stylesheets/templates/red_template_2/custom.css */
.right-border {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 107, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__logo-block {
  padding-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}

/* line 114, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__google {
  display: flex;
  flex-direction: column;
}

/* line 118, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__google-title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
}

/* line 124, app/assets/stylesheets/templates/red_template_2/custom.css */
.call__btn {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 37px;
  text-align: right;
  color: #FFF6F4;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background: #FF1F00;
  width: 100%;
  max-width: 287px;
}

/* line 138, app/assets/stylesheets/templates/red_template_2/custom.css */
.call__btn-img {
  margin-right: 6px;
}

/* line 141, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 51px;
  line-height: 66px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

/* line 149, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__description {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 37px;
  color: #FFFFFF;
  margin-bottom: 80px;
}

/* line 158, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__text {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #FFFFFF;
  margin-bottom: 60px;
}

/* line 165, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 114px;
}

/* line 170, app/assets/stylesheets/templates/red_template_2/custom.css */
.call__us {
  padding: 10px 30px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  text-align: right;
  color: #FFF6F4;
  background: #FF1F00;
}

/* line 181, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__reviews {
  background: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 9px 17px 7px;
  max-width: 210px;
}

/* line 188, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__reviews-head {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #1D1D1D;
}

/* line 197, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__reviews-footer {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  color: #1D1D1D;
}

/* line 204, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__reviews-stars {
  margin-left: 7px;
}

/* line 207, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__reviews-footer-img {
  margin-left: 10px;
}

/* line 210, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__footer {
  background: #1D1D1D;
}

/* line 213, app/assets/stylesheets/templates/red_template_2/custom.css */
.header__footer-block {
  display: flex;
  justify-content: center;
  padding: 37px;
  font-size: 34px;
  line-height: 40px;
  align-items: center;
  color: #FFFFFF;
}

/* line 222, app/assets/stylesheets/templates/red_template_2/custom.css */
.bg-white {
  background: white;
}

/* line 225, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-choose-us {
  padding: 100px 0 127px;
}

/* line 228, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-choose-us__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FF1F00;
  position: relative;
  text-align: center;
  width: max-content;
  margin: 0 auto 20px;
}

/* line 239, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-choose-us__title::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FF1F00;
  position: absolute;
  left: -27px;
  top: calc(50% - 6px);
}

/* line 249, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-choose-us__description {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 60px;
  text-align: center;
}

/* line 258, app/assets/stylesheets/templates/red_template_2/custom.css */
.bg-custom {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

/* line 263, app/assets/stylesheets/templates/red_template_2/custom.css */
.webp .bg-custom {
  background-image: url(/../images/desk/webp/chose_us.webp);
}

/* line 266, app/assets/stylesheets/templates/red_template_2/custom.css */
.jp2 .bg-custom {
  background-image: url(/../images/desk/jp2/chose_us.jp2);
}

@media (max-width: 991px) {
  /* line 270, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__logo-block {
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
  }
  /* line 275, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__google {
    margin-bottom: 18px;
  }
  /* line 278, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__logo {
    margin-bottom: 24px;
  }
  /* line 281, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__btn {
    display: none;
  }
  /* line 284, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__head-schedule {
    display: none;
  }
  /* line 287, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__head-social {
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px 15px 10px;
    width: 100%;
    max-width: 192px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  /* line 298, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
  }
  /* line 303, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__description {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  /* line 308, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 24px;
  }
  /* line 313, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__bottom {
    flex-direction: column;
  }
  /* line 316, app/assets/stylesheets/templates/red_template_2/custom.css */
  .call__us {
    display: block;
    text-align: center;
    margin-bottom: 32px;
  }
  /* line 321, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__reviews {
    margin: 0 auto;
  }
  /* line 324, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__bottom {
    margin-bottom: 73px;
  }
  /* line 327, app/assets/stylesheets/templates/red_template_2/custom.css */
  .header__footer-block {
    padding: 12px 0;
    font-size: 24px;
    line-height: 28px;
  }
}

/* line 333, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-call__btn {
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  text-align: right;
  color: #FFFFFF;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  background: #FF1F00;
  width: 100%;
  max-width: 416px;
  margin: 0 0 23px 60px;
}

/* line 347, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-call__btn-img {
  margin-right: 6px;
}

/* line 350, app/assets/stylesheets/templates/red_template_2/custom.css */
.bg-custom-img-block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* line 356, app/assets/stylesheets/templates/red_template_2/custom.css */
.bg-custom__img {
  width: 100%;
  max-width: 516px;
  margin-bottom: 43px;
}

/* line 361, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-choose-us-list {
  list-style: none;
  padding: 0;
  margin: 48px 0px 44px 35px;
}

/* line 366, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-choose-us-item {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  color: #4F4F4F;
}

/* line 374, app/assets/stylesheets/templates/red_template_2/custom.css */
.why-choose-us-img {
  margin-right: 40px;
}

/* line 377, app/assets/stylesheets/templates/red_template_2/custom.css */
.content {
  padding-bottom: 140px;
}

/* line 380, app/assets/stylesheets/templates/red_template_2/custom.css */
.content-img {
  max-width: 100%;
  margin-bottom: 74px;
}

/* line 384, app/assets/stylesheets/templates/red_template_2/custom.css */
.content__item-title {
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 24px;
}

/* line 394, app/assets/stylesheets/templates/red_template_2/custom.css */
.content__item-text {
  font-size: 22px;
  line-height: 32px;
  color: #4F4F4F;
  margin-bottom: 74px;
}

/* line 400, app/assets/stylesheets/templates/red_template_2/custom.css */
.content__item.first {
  max-width: 550px;
}

/* line 403, app/assets/stylesheets/templates/red_template_2/custom.css */
.content .why-call__btn {
  margin: 0 auto;
}

/* line 406, app/assets/stylesheets/templates/red_template_2/custom.css */
.items {
  padding-bottom: 140px;
}

/* line 409, app/assets/stylesheets/templates/red_template_2/custom.css */
.item {
  background: white;
  padding: 30px 30px 40px;
  box-shadow: 0px 20px 40px rgba(110, 110, 110, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 419, app/assets/stylesheets/templates/red_template_2/custom.css */
.item__icon {
  margin-bottom: 30px;
}

/* line 422, app/assets/stylesheets/templates/red_template_2/custom.css */
.item__title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #182333;
}

/* line 431, app/assets/stylesheets/templates/red_template_2/custom.css */
.item__text {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  color: #828282;
}

/* line 437, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair {
  padding: 60px 0 85px;
  background: white;
}

/* line 441, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 52px;
}

/* line 447, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__text {
  font-size: 20px;
  line-height: 28px;
  color: #4F4F4F;
  margin-bottom: 52px;
}

/* line 453, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__img-block {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

/* line 459, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair-img {
  max-width: 100%;
}

/* line 462, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__label-head {
  display: flex;
  align-items: center;
}

/* line 466, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__label-rotate {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  transform: rotate(-90deg);
}

/* line 476, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__label-big {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* line 485, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__label {
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 63px 22px 65px;
  background: #FF1F00;
  top: -130px;
  right: 110px;
}

/* line 494, app/assets/stylesheets/templates/red_template_2/custom.css */
.repair__label-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  color: #FFFFFF;
}

/* line 501, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__head {
  padding: 140px 0 46px;
}

/* line 504, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FF1F00;
  position: relative;
  text-align: center;
  width: max-content;
  margin: 0 auto 20px;
}

/* line 515, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__title::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FF1F00;
  position: absolute;
  left: -27px;
  top: calc(50% - 6px);
}

/* line 525, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__description {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 20px;
}

/* line 534, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__text {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #4F4F4F;
}

/* line 540, app/assets/stylesheets/templates/red_template_2/custom.css */
.all__brands {
  padding: 40px 0;
  border-bottom: 2px solid #FF1F00;
}

/* line 544, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* line 549, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__body {
  background: white;
}

/* line 552, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__body-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 14px;
}

/* line 558, app/assets/stylesheets/templates/red_template_2/custom.css */
.brands__body-item {
  font-weight: bold;
  font-size: 38px;
  line-height: 45px;
  color: #333333;
}

/* line 564, app/assets/stylesheets/templates/red_template_2/custom.css */
.red {
  color: #FF1F00;
}

/* line 567, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__head {
  padding: 150px 0 46px;
}

/* line 570, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__title {
  font-weight: bold;
  font-size: 23px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FF1F00;
  position: relative;
  text-align: center;
  width: max-content;
  margin: 0 auto 20px;
}

/* line 581, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__title::before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FF1F00;
  position: absolute;
  left: -27px;
  top: calc(50% - 6px);
}

/* line 591, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__description {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #1D1D1D;
  margin-bottom: 20px;
}

/* line 600, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__item {
  background: #FFFFFF;
  padding: 40px;
  border: 1px solid #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* line 609, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__item-head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

/* line 614, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__item-photo {
  position: relative;
  margin-right: 20px;
}

/* line 618, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__item-quote {
  position: absolute;
  right: -7px;
  bottom: -7px;
}

/* line 623, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__name {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #1D1D1D;
}

/* line 629, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
  margin-bottom: 70px;
}

/* line 637, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials__star {
  display: flex;
  justify-content: center;
}

/* line 641, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials-call__btn {
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  text-align: right;
  color: #FFFFFF;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  background: #FF1F00;
  width: 100%;
  max-width: 416px;
  margin: 52px auto 60px;
}

/* line 655, app/assets/stylesheets/templates/red_template_2/custom.css */
.testimonials-call__btn-img {
  margin-right: 6px;
}

/* line 658, app/assets/stylesheets/templates/red_template_2/custom.css */
.book {
  background: white;
  padding-top: 47px;
}

/* line 662, app/assets/stylesheets/templates/red_template_2/custom.css */
.book__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 668, app/assets/stylesheets/templates/red_template_2/custom.css */
.book-img {
  max-width: 100%;
  display: block;
  margin-left: auto;
}

/* line 673, app/assets/stylesheets/templates/red_template_2/custom.css */
.book__title {
  font-size: 48px;
  line-height: 32px;
  color: #1D1D1D;
  margin-bottom: 55px;
}

/* line 679, app/assets/stylesheets/templates/red_template_2/custom.css */
.book__description {
  font-weight: bold;
  font-size: 48px;
  line-height: 32px;
  color: #FF1F00;
  margin-bottom: 52px;
}

/* line 686, app/assets/stylesheets/templates/red_template_2/custom.css */
.book__link {
  max-width: 225px;
}

/* line 689, app/assets/stylesheets/templates/red_template_2/custom.css */
.mobile {
  display: none;
}

/* line 692, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer {
  background: #1D1D1D;
}

/* line 695, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__contact-item {
  margin-bottom: 18px;
}

/* line 698, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__tel {
  display: flex;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

/* line 704, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__call {
  display: flex;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

/* line 710, app/assets/stylesheets/templates/red_template_2/custom.css */
.mr-12 {
  margin-right: 12px;
}

/* line 713, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer {
  padding: 23px 0;
}

/* line 716, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__icon {
  margin-right: 12px;
}

/* line 719, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__contacts {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 725, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__schedule-item {
  font-size: 14px;
  line-height: 26px;
  color: white;
  margin-bottom: 10px;
}

/* line 731, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__socials {
  max-width: 117px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 737, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__schedule {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 743, app/assets/stylesheets/templates/red_template_2/custom.css */
.footer__google-img-block {
  margin-bottom: 8px;
}

/* line 746, app/assets/stylesheets/templates/red_template_2/custom.css */
.copyright {
  padding: 18px 0 22px;
  background: #333333;
}

/* line 750, app/assets/stylesheets/templates/red_template_2/custom.css */
.copyright__content {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 757, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-call__btn {
    margin: 0;
  }
  /* line 760, app/assets/stylesheets/templates/red_template_2/custom.css */
  .mobile {
    display: block;
  }
  /* line 763, app/assets/stylesheets/templates/red_template_2/custom.css */
  .brands__body-items {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 767, app/assets/stylesheets/templates/red_template_2/custom.css */
  .one {
    order: 2;
  }
  /* line 770, app/assets/stylesheets/templates/red_template_2/custom.css */
  .two {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  /* line 778, app/assets/stylesheets/templates/red_template_2/custom.css */
  .three {
    order: 3;
  }
  /* line 781, app/assets/stylesheets/templates/red_template_2/custom.css */
  .half {
    width: 50%;
  }
  /* line 784, app/assets/stylesheets/templates/red_template_2/custom.css */
  .brands__body-item.half.three {
    display: flex;
    justify-content: flex-end;
  }
  /* line 788, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-choose-us {
    padding: 50px 0 60px;
  }
  /* line 791, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-choose-us__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 16px 0;
    padding-left: 15px;
  }
  /* line 797, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-choose-us__title::before {
    left: 0;
  }
  /* line 800, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-choose-us__description {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 36px;
    text-align: left;
  }
  /* line 806, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-choose-us-list {
    margin: 60px 0;
  }
  /* line 809, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-choose-us-item {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  /* line 814, app/assets/stylesheets/templates/red_template_2/custom.css */
  .why-call__btn {
    font-size: 32.3208px;
    line-height: 38px;
    padding: 15px;
  }
  /* line 819, app/assets/stylesheets/templates/red_template_2/custom.css */
  .bg-custom-img-block {
    min-height: 286px;
  }
  /* line 822, app/assets/stylesheets/templates/red_template_2/custom.css */
  .content-img {
    margin-bottom: 60px;
  }
  /* line 825, app/assets/stylesheets/templates/red_template_2/custom.css */
  .content__item-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
  }
  /* line 830, app/assets/stylesheets/templates/red_template_2/custom.css */
  .content__item-text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 48px;
  }
  /* line 835, app/assets/stylesheets/templates/red_template_2/custom.css */
  .content {
    padding-bottom: 60px;
  }
  /* line 838, app/assets/stylesheets/templates/red_template_2/custom.css */
  .mb-6 {
    margin-bottom: 20px;
  }
  /* line 841, app/assets/stylesheets/templates/red_template_2/custom.css */
  .items {
    padding-bottom: 60px;
  }
  /* line 844, app/assets/stylesheets/templates/red_template_2/custom.css */
  .repair__title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 32px;
  }
  /* line 849, app/assets/stylesheets/templates/red_template_2/custom.css */
  .repair__label {
    padding: 40px 10px;
    right: 14px;
    top: -80px;
  }
  /* line 854, app/assets/stylesheets/templates/red_template_2/custom.css */
  .repair__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 42px;
  }
  /* line 859, app/assets/stylesheets/templates/red_template_2/custom.css */
  .repair__label-big {
    font-size: 45px;
    line-height: 53px;
  }
  /* line 863, app/assets/stylesheets/templates/red_template_2/custom.css */
  .repair__label-rotate {
    font-size: 21.8571px;
    line-height: 26px;
  }
  /* line 867, app/assets/stylesheets/templates/red_template_2/custom.css */
  .repair__label-text {
    font-size: 20.5714px;
    line-height: 24px;
  }
  /* line 871, app/assets/stylesheets/templates/red_template_2/custom.css */
  .repair__img-block {
    margin-top: 129px;
  }
  /* line 874, app/assets/stylesheets/templates/red_template_2/custom.css */
  .brands__head {
    padding-top: 60px;
  }
  /* line 877, app/assets/stylesheets/templates/red_template_2/custom.css */
  .brands__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 16px 0;
    padding-left: 15px;
  }
  /* line 883, app/assets/stylesheets/templates/red_template_2/custom.css */
  .brands__title::before {
    left: 0;
  }
  /* line 886, app/assets/stylesheets/templates/red_template_2/custom.css */
  .desktop {
    display: none;
  }
  /* line 889, app/assets/stylesheets/templates/red_template_2/custom.css */
  .brands__description {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 36px;
    text-align: left;
  }
  /* line 895, app/assets/stylesheets/templates/red_template_2/custom.css */
  .brands__text {
    text-align: left;
  }
  /* line 898, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__head {
    padding: 60px 0 30px;
  }
  /* line 901, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 16px 0;
    padding-left: 15px;
  }
  /* line 907, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__title::before {
    left: 0;
  }
  /* line 911, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__description {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 36px;
    text-align: left;
  }
  /* line 917, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__item {
    padding: 30px 20px;
  }
  /* line 920, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__name {
    font-size: 20px;
    line-height: 23px;
  }
  /* line 924, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__text {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
  }
  /* line 930, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials__star {
    justify-content: flex-start;
  }
  /* line 933, app/assets/stylesheets/templates/red_template_2/custom.css */
  .mb-20 {
    margin-bottom: 20px;
  }
  /* line 936, app/assets/stylesheets/templates/red_template_2/custom.css */
  .testimonials-call__btn {
    font-size: 32.3208px;
    line-height: 38px;
    padding: 15px;
  }
  /* line 941, app/assets/stylesheets/templates/red_template_2/custom.css */
  .book-img {
    display: none;
  }
  /* line 944, app/assets/stylesheets/templates/red_template_2/custom.css */
  .book__title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 12px;
  }
  /* line 949, app/assets/stylesheets/templates/red_template_2/custom.css */
  .book__description {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 24px;
  }
  /* line 954, app/assets/stylesheets/templates/red_template_2/custom.css */
  .book__link {
    font-size: 29px;
    line-height: 37px;
    padding: 10px 30px;
  }
  /* line 959, app/assets/stylesheets/templates/red_template_2/custom.css */
  .footer__logo-block {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
  }
  /* line 964, app/assets/stylesheets/templates/red_template_2/custom.css */
  .footer__contacts {
    align-items: center;
    margin-bottom: 16px;
  }
  /* line 968, app/assets/stylesheets/templates/red_template_2/custom.css */
  .footer__schedule {
    align-items: center;
    margin-bottom: 50px;
  }
  /* line 972, app/assets/stylesheets/templates/red_template_2/custom.css */
  .footer__google {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 977, app/assets/stylesheets/templates/red_template_2/custom.css */
  .copyright {
    padding: 16px 0;
  }
  /* line 980, app/assets/stylesheets/templates/red_template_2/custom.css */
  .copyright__content {
    font-size: 12px;
    line-height: 14px;
  }
}
