/*!
 * 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 7, app/assets/stylesheets/red_template_home.scss */
.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 7, app/assets/stylesheets/red_template_home.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.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 7, app/assets/stylesheets/red_template_home.scss */
.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 7, app/assets/stylesheets/red_template_home.scss */
.col {
  flex: 1 0 0%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-0, .gx-0 {
  --bs-gutter-x:0;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-0, .gy-0 {
  --bs-gutter-y:0;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-1, .gx-1 {
  --bs-gutter-x:0.25rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-1, .gy-1 {
  --bs-gutter-y:0.25rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-2, .gx-2 {
  --bs-gutter-x:0.5rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-2, .gy-2 {
  --bs-gutter-y:0.5rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-3, .gx-3 {
  --bs-gutter-x:1rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-3, .gy-3 {
  --bs-gutter-y:1rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-4, .gx-4 {
  --bs-gutter-x:1.5rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-4, .gy-4 {
  --bs-gutter-y:1.5rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-5, .gx-5 {
  --bs-gutter-x:3rem;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.g-5, .gy-5 {
  --bs-gutter-y:3rem;
}

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

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

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

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

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

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-inline {
  display: inline !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-block {
  display: block !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-grid {
  display: grid !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-table {
  display: table !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-table-row {
  display: table-row !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-flex {
  display: flex !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.d-none {
  display: none !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-items-center {
  align-items: center !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-content-center {
  align-content: center !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-self-center {
  align-self: center !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-first {
  order: -1 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-0 {
  order: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-1 {
  order: 1 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-2 {
  order: 2 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-3 {
  order: 3 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-4 {
  order: 4 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-5 {
  order: 5 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.order-last {
  order: 6 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.m-auto {
  margin: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 7, app/assets/stylesheets/red_template_home.scss */
.ps-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

@media print {
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 7, app/assets/stylesheets/red_template_home.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 9, app/assets/stylesheets/red_template_home.scss */
* {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/red_template_home.scss */
html, body {
  margin: 0;
  padding: 0;
  background: #EFEFEF;
}

/* line 20, app/assets/stylesheets/red_template_home.scss */
a {
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/red_template_home.scss */
.header {
  padding: 7px 0;
  background: #1D1D1D;
}

/* line 27, app/assets/stylesheets/red_template_home.scss */
.header__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 32, app/assets/stylesheets/red_template_home.scss */
.header__items-social {
  max-width: 195px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 39, app/assets/stylesheets/red_template_home.scss */
.header__item-schedule {
  display: flex;
  align-items: center;
}

/* line 43, app/assets/stylesheets/red_template_home.scss */
.header__item-schedule-img-block {
  margin-right: 10px;
}

/* line 46, app/assets/stylesheets/red_template_home.scss */
.schedule__time {
  display: flex;
  align-items: center;
}

/* line 50, app/assets/stylesheets/red_template_home.scss */
.schedule__light {
  font-size: 14px;
  line-height: 26px;
  color: #FFFFFF;
}

/* line 55, app/assets/stylesheets/red_template_home.scss */
.schedule__bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

/* line 61, app/assets/stylesheets/red_template_home.scss */
.header__item-payments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 192px;
  width: 100%;
}

/* line 69, app/assets/stylesheets/red_template_home.scss */
.header__logo-block-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 74, app/assets/stylesheets/red_template_home.scss */
.header__logo-block {
  background: white;
  padding: 6px 0 10px;
}

/* line 78, app/assets/stylesheets/red_template_home.scss */
.header__logo {
  max-width: 196px;
  width: 100%;
}

/* line 82, app/assets/stylesheets/red_template_home.scss */
.header__logo-img {
  max-width: 100%;
}

/* line 85, app/assets/stylesheets/red_template_home.scss */
.header__phone {
  background: #FF0000;
  box-shadow: 0px 4px 0px #BB0000;
  border-radius: 4px;
  padding: 6px 20px 6px 8px;
  font-weight: bold;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

/* line 98, app/assets/stylesheets/red_template_home.scss */
.header__phone-btn {
  margin-right: 21px;
}

/* line 101, app/assets/stylesheets/red_template_home.scss */
.header__banner-separator {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #274597, #50c0db);
  background-size: 300% 300%;
  animation: gradient 4s ease infinite;
}

/* line 108, app/assets/stylesheets/red_template_home.scss */
.header__banner {
  padding: 51px 0;
  background-size: cover;
  background-position: top center;
}

/* line 113, app/assets/stylesheets/red_template_home.scss */
.webp .header__banner {
  background-image: url(/../images/desk/webp/main.webp);
}

/* line 116, app/assets/stylesheets/red_template_home.scss */
.no-webp .header__banner {
  background-image: url(/../images/desk/jp2/main.jp2);
}

/* line 119, app/assets/stylesheets/red_template_home.scss */
.header__banner-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 46px;
}

/* line 127, app/assets/stylesheets/red_template_home.scss */
.header__banner-description {
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

/* line 136, app/assets/stylesheets/red_template_home.scss */
.main {
  padding: 60px 0 96px;
  background: #F5F5F5;
}

/* line 140, app/assets/stylesheets/red_template_home.scss */
.main__items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 146, app/assets/stylesheets/red_template_home.scss */
.main__item-wrapper {
  max-width: calc(20% - 24px);
  width: 100%;
}

/* line 151, app/assets/stylesheets/red_template_home.scss */
.main__item {
  padding: 15px 15px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 11.6129px 20px rgba(8, 17, 30, 0.05);
  border-radius: 8px;
}

/* line 161, app/assets/stylesheets/red_template_home.scss */
.main__item-title {
  font-size: 20px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #151618;
}

/* line 170, app/assets/stylesheets/red_template_home.scss */
.main__img {
  max-width: 100%;
}

/* line 173, app/assets/stylesheets/red_template_home.scss */
.main__item-wrapper {
  margin-right: 24px;
  margin-bottom: 24px;
}

/* line 177, app/assets/stylesheets/red_template_home.scss */
.main__item-wrapper:nth-child(5n) {
  margin-right: 0;
}

/* line 180, app/assets/stylesheets/red_template_home.scss */
.main__item-wrapper:last-child {
  margin-right: 0;
}

/* line 183, app/assets/stylesheets/red_template_home.scss */
.call__now-btn {
  padding: 33px 0px 29px;
  background: #FF0000;
  display: block;
}

/* line 188, app/assets/stylesheets/red_template_home.scss */
.call__now-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 193, app/assets/stylesheets/red_template_home.scss */
.call__now-img {
  margin-right: 15px;
}

/* line 196, app/assets/stylesheets/red_template_home.scss */
.call__now-text {
  font-weight: 500;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 52px;
}

/* line 204, app/assets/stylesheets/red_template_home.scss */
.call__now-number {
  font-weight: 900;
  font-size: 55px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
}

/* line 211, app/assets/stylesheets/red_template_home.scss */
.serving {
  padding: 120px 0 52px;
  background: #F5F5F5;
}

/* line 215, app/assets/stylesheets/red_template_home.scss */
.serving__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  max-width: 810px;
  margin: 0 auto 50px;
}

/* line 224, app/assets/stylesheets/red_template_home.scss */
.serving__list {
  list-style: none;
  column-count: 5;
  counter-reset: item;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

/* line 232, app/assets/stylesheets/red_template_home.scss */
.serving__item {
  font-weight: bold;
  font-size: 42px;
  line-height: 130%;
  color: white;
  text-shadow: 0px 0px 1px #000000;
  position: relative;
  max-width: 195px;
}

/* line 242, app/assets/stylesheets/red_template_home.scss */
.serving__item:before {
  content: "0" counter(item) "  ";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  color: #f5f5f5;
}

/* line 250, app/assets/stylesheets/red_template_home.scss */
.servint__item-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 29px;
  color: #333333;
  margin-bottom: 36px;
  text-shadow: none;
  padding-left: 42px;
  padding-top: 19px;
  position: relative;
}

/* line 261, app/assets/stylesheets/red_template_home.scss */
.servint__item-text {
  font-size: 20px;
  line-height: 26px;
  color: #4F4F4F;
  font-weight: 400;
  text-shadow: none;
}

/* line 269, app/assets/stylesheets/red_template_home.scss */
.footer {
  padding: 13px 0 14px;
  background: #1D1D1D;
}

/* line 273, app/assets/stylesheets/red_template_home.scss */
.footer__items {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 278, app/assets/stylesheets/red_template_home.scss */
.footer__logo {
  display: none;
}

/* line 281, app/assets/stylesheets/red_template_home.scss */
.footer__item {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

/* line 287, app/assets/stylesheets/red_template_home.scss */
.footer__privacy {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

/* line 293, app/assets/stylesheets/red_template_home.scss */
.footer__socials {
  display: flex;
  max-width: 122px;
  justify-content: space-between;
  width: 100%;
}

/* line 299, app/assets/stylesheets/red_template_home.scss */
.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes gradient {
  0% {
    background-position: 0% 94%;
  }
  50% {
    background-position: 100% 7%;
  }
  100% {
    background-position: 0% 94%;
  }
}

@media (max-width: 1200px) {
  /* line 311, app/assets/stylesheets/red_template_home.scss */
  .header {
    padding: 12px 0 15px;
  }
  /* line 314, app/assets/stylesheets/red_template_home.scss */
  .header__items {
    flex-direction: column;
  }
  /* line 317, app/assets/stylesheets/red_template_home.scss */
  .serving__list {
    column-count: 1;
    flex-direction: column;
  }
  /* line 321, app/assets/stylesheets/red_template_home.scss */
  .header__logo-block-items {
    flex-direction: column;
  }
  /* line 325, app/assets/stylesheets/red_template_home.scss */
  .main__item-wrapper {
    max-width: calc(50% - 7px);
    margin-right: 7px;
    margin-bottom: 14px;
    width: 100%;
  }
  /* line 331, app/assets/stylesheets/red_template_home.scss */
  .main__item-wrapper:nth-child(5n) {
    margin-right: 7px;
  }
  /* line 334, app/assets/stylesheets/red_template_home.scss */
  .main__item-wrapper:nth-child(2n) {
    margin-right: 0;
    margin-left: 7px;
  }
  /* line 338, app/assets/stylesheets/red_template_home.scss */
  .header__item-schedule {
    flex-direction: column;
    margin-bottom: 15px;
  }
  /* line 342, app/assets/stylesheets/red_template_home.scss */
  .header__items-social {
    margin-bottom: 17px;
  }
  /* line 345, app/assets/stylesheets/red_template_home.scss */
  .header__logo {
    max-width: 207px;
    margin-bottom: 25px;
  }
  /* line 349, app/assets/stylesheets/red_template_home.scss */
  .header__logo-block {
    padding: 20px 0px 45px;
  }
  /* line 352, app/assets/stylesheets/red_template_home.scss */
  .header__emargency {
    max-width: 189px;
    margin-bottom: 35px;
  }
  /* line 356, app/assets/stylesheets/red_template_home.scss */
  .header__phone {
    font-size: 26px;
    line-height: 26px;
  }
  /* line 360, app/assets/stylesheets/red_template_home.scss */
  .header__banner {
    padding: 65px 0;
  }
  /* line 363, app/assets/stylesheets/red_template_home.scss */
  .header__banner-title {
    font-weight: bold;
    font-size: 42px;
    line-height: 49px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
  /* line 373, app/assets/stylesheets/red_template_home.scss */
  .header__banner-description {
    font-weight: 300;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
  }
  /* line 381, app/assets/stylesheets/red_template_home.scss */
  .main {
    padding: 50px 0;
  }
  /* line 384, app/assets/stylesheets/red_template_home.scss */
  .main__items {
    justify-content: center;
  }
  /* line 387, app/assets/stylesheets/red_template_home.scss */
  .main__item {
    padding: 10px;
  }
  /* line 390, app/assets/stylesheets/red_template_home.scss */
  .call__now-content {
    flex-direction: column;
  }
  /* line 393, app/assets/stylesheets/red_template_home.scss */
  .call__now-btn {
    padding: 20px 0;
  }
  /* line 396, app/assets/stylesheets/red_template_home.scss */
  .call__now-number {
    font-weight: 900;
    font-size: 42px;
    line-height: 49px;
    text-align: center;
    color: #FFFFFF;
  }
  /* line 403, app/assets/stylesheets/red_template_home.scss */
  .mb8 {
    margin-bottom: 8px;
  }
  /* line 406, app/assets/stylesheets/red_template_home.scss */
  .call__now-text {
    margin: 0;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
  }
  /* line 414, app/assets/stylesheets/red_template_home.scss */
  .serving {
    padding: 50px 0 120px;
  }
  /* line 417, app/assets/stylesheets/red_template_home.scss */
  .serving__list {
    margin: 0;
  }
  /* line 420, app/assets/stylesheets/red_template_home.scss */
  .serving__item {
    max-width: 100%;
  }
  /* line 423, app/assets/stylesheets/red_template_home.scss */
  .servint__item-title {
    padding-left: 46px;
  }
  /* line 426, app/assets/stylesheets/red_template_home.scss */
  .footer__items {
    flex-direction: column;
  }
  /* line 429, app/assets/stylesheets/red_template_home.scss */
  .footer {
    padding: 50px 0 68px;
  }
  /* line 432, app/assets/stylesheets/red_template_home.scss */
  .footer__logo {
    display: block;
    margin-bottom: 30px;
    order: 0;
  }
  /* line 437, app/assets/stylesheets/red_template_home.scss */
  .footer__item {
    order: 4;
  }
  /* line 440, app/assets/stylesheets/red_template_home.scss */
  .footer__privacy {
    order: 1;
    margin-bottom: 30px;
  }
  /* line 444, app/assets/stylesheets/red_template_home.scss */
  .footer__socials {
    order: 2;
    margin-bottom: 30px;
  }
}
