﻿/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #06e;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #06e;
  color: #fff;
  text-shadow: none;
}

a {
  color: #22b24c;
}

a:visited {
  color: #22b24c;
}

a:hover {
  color: #22b24c;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid currentColor;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kbd,
samp {
  font-family: "Menlo", monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
  color: #bbb;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:invalid, textarea:invalid, select:invalid {
  background-color: #fefff3;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: middle;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* BODY
*****************************************************************************************/
html {
  height: 100%;
  font-size: 15px;
}

body {
  font-weight: normal;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  height: auto;
  font-size: 1rem;
  line-height: 1.3;
  overflow: auto;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: max-content 1fr max-content;
}

input, button, textarea {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

/* GLOBAL
*****************************************************************************************/
.wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1rem;
}

a.btn,
button.btn,
.btn {
  background: linear-gradient(to top, #22b24c, #22b24c);
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1333333333);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.4em 0.8em;
  font-weight: 500;
  border-radius: 4px;
  border: 0;
  transition: 0.3s all ease-in-out;
}
a.btn:hover,
button.btn:hover,
.btn:hover {
  background: linear-gradient(to top, #1e9d43, #22b24c);
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.1333333333);
}

a, .btn {
  font-weight: 500;
}
a .material-symbols-outlined, .btn .material-symbols-outlined {
  float: left;
  margin-top: -3px;
}

.typo h1 {
  font-size: 2rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.1;
}
.typo h2 {
  font-size: 1.6666rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.1;
}
.typo h3 {
  font-size: 1.3333rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.1;
}
.typo h4 {
  font-size: 1.1666rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.1;
}
.typo h5 {
  font-size: 1.0833rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.1;
}
.typo h6 {
  font-size: 1rem;
  margin: 1rem 0;
  font-weight: bold;
  line-height: 1.1;
}
.typo p {
  margin: 1rem 0;
}
.typo p + h1, .typo p + h2, .typo p + h3, .typo p + h4, .typo p + h5, .typo p + h6, .typo ul + h1, .typo ul + h2, .typo ul + h3, .typo ul + h4, .typo ul + h5, .typo ul + h6, .typo ol + h1, .typo ol + h2, .typo ol + h3, .typo ol + h4, .typo ol + h5, .typo ol + h6 {
  margin-top: 2rem;
}
.typo ul {
  margin: 1rem 0;
}
.typo ul li {
  margin: 0.5rem 0 0.5rem 1.5rem;
  list-style: circle;
}
.typo ol {
  margin: 1rem 0;
}
.typo ol li {
  margin: 0.5rem 0 0.5rem 1.5rem;
  list-style: decimal;
}
.typo strong {
  font-weight: bold;
}
.typo em {
  font-style: italic;
}
.typo a:hover {
  text-decoration: none;
}
.typo hr {
  border-color: #ddd;
  margin: 1rem 0;
}
.typo img {
  max-width: 100%;
}
.typo table th {
  font-weight: bold;
}
.typo table td {
  padding: 1em;
  border: 1px solid #bbb;
}

.page {
  padding: 2rem 1rem 5rem;
}

.page-split-1-1 {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.page-split-1-1 > :nth-child(1) {
  flex: 1 0 15rem;
}
.page-split-1-1 > :nth-child(2) {
  flex: 1 0 15rem;
}

.page-split-2-1 {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.page-split-2-1 > :nth-child(1) {
  flex: 2 0 31rem;
}
.page-split-2-1 > :nth-child(2) {
  flex: 1 0 15rem;
}

.page-split-1-2 {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.page-split-1-2 > :nth-child(1) {
  flex: 1 0 15rem;
}
.page-split-1-2 > :nth-child(2) {
  flex: 2 0 31rem;
}

@media all and (max-width: 1024px) {
  .page-split-2-1 > :nth-child(1), .page-split-1-2 > :nth-child(1) {
    flex-basis: fit-content;
  }
  .page-split-2-1 > :nth-child(2), .page-split-1-2 > :nth-child(2) {
    flex-basis: fit-content;
  }
}
ul.download-list li {
  list-style: none;
  margin: 2px 0;
}
ul.download-list li a {
  text-decoration: none;
  display: block;
  padding: 0.4rem 1rem 0.4rem 2.8rem;
  position: relative;
  border-radius: 4px;
}
ul.download-list li a:hover {
  background: rgba(34, 178, 76, 0.1);
}
ul.download-list li .size {
  display: block;
  color: #666;
}
ul.download-list li i {
  position: absolute;
  left: 0.4em;
  top: 50%;
  margin-top: -12px;
}

/* HEADER
*****************************************************************************************/
#header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0.75rem;
  background: #fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1333333333);
  position: sticky;
  top: 0;
  z-index: 9;
}
#header .banner {
  width: 100%;
  text-align: center;
  padding: 1em;
  background: orange;
  position: relative;
  top: -0.75rem;
  font-weight: bold;
  color: inherit;
}
#header .banner[href=""], #header .banner[href="#"] {
  text-decoration: none;
  cursor: inherit;
}
#header .menu-btn {
  background: none;
  border: 0;
  align-self: center;
  align-items: center;
  display: flex;
}
#header h1 {
  padding: 0.25rem;
}
#header h1 img {
  height: 1.5rem;
  display: block;
}
#header menu {
  align-self: center;
  gap: 1rem;
  font-weight: 500;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 1.5rem;
  overflow: auto;
  display: none;
}
#header menu.expanded {
  display: block;
}
#header menu a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 1rem 2rem;
}
#header menu a.close-menu {
  padding-left: 1rem;
}
#header menu a.close-menu i {
  float: none;
}
#header menu a:hover {
  text-decoration: underline;
}
@media all and (min-width: 1024px) {
  #header .menu-btn {
    display: none;
  }
  #header menu {
    display: flex;
    flex-flow: row wrap;
    position: static;
    font-size: 1rem;
    margin: 0 1rem;
  }
  #header menu a {
    padding: 0.4rem;
  }
  #header .close-menu {
    display: none;
  }
}

/* FOOTER
*****************************************************************************************/
#footer {
  background: linear-gradient(22.5deg, #444, #222);
  box-shadow: inset 0 2px 0 #222;
  color: #bbb;
  padding: 2rem 1rem 2rem;
  line-height: 1.5;
}
#footer .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 2rem;
}
#footer .wrapper > * {
  flex: 1 0 20rem;
}
#footer .credits {
  padding-top: 1rem;
  text-align: center;
}
#footer .credits a {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}
#footer h3 {
  color: #fff;
  margin: 1rem 0;
  font-weight: bold;
  font-size: 1.3rem;
}
#footer ul {
  margin: 1rem 0;
}
#footer p {
  margin: 1rem 0;
}
#footer a {
  color: #fff;
}
#footer input {
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  border: 0;
  width: calc(100% - 9rem);
}

/* HP
*****************************************************************************************/
.hp-top {
  background: linear-gradient(202.5deg, #f2f2f2, #eee);
  text-align: center;
  padding: 2rem 1rem;
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.hp-top > * {
  flex: 1 0 100%;
}
.hp-top h2 {
  font-size: 4rem;
  font-weight: 100;
  margin: 0 auto;
}
.hp-top h2 strong {
  font-weight: 300;
}
.hp-top .wrapper {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  padding: 0;
}
.hp-top .wrapper > * {
  flex: 1 0 20rem;
  padding: 22rem 0 0;
  background: #888;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.hp-top .wrapper > *:hover .bg {
  margin: -1rem;
}
.hp-top .wrapper > *:hover strong {
  top: -0.5rem;
}
.hp-top .wrapper .bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  transition: 0.3s all ease-in-out;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1333333333);
}
.hp-top .wrapper strong {
  position: relative;
  display: block;
  padding: 3rem 1rem 2rem;
  margin-bottom: -1rem;
  transition: 0.3s all ease-in-out;
  top: 0;
}
.hp-top .wrapper .hp-top-green {
  background: linear-gradient(0deg, #22b24c 30%, rgba(34, 178, 76, 0));
}
.hp-top .wrapper .hp-top-red {
  background: linear-gradient(0deg, #ec1c24 30%, rgba(236, 28, 36, 0));
}

@media all and (max-width: 1024px) {
  .hp-top h2 {
    font-size: 2rem;
  }
  .hp-top .wrapper > * {
    padding-top: 8rem;
  }
}
.hp-hero {
  margin: 2rem 0;
}
.hp-hero > * {
  background: linear-gradient(to bottom, #fff calc(100% - 4rem), #eee);
}
.hp-hero > *:nth-child(2n-1) .wrapper {
  flex-flow: row-reverse wrap;
}
.hp-hero > *:nth-child(2n-1) .img {
  background-position: left center;
}
.hp-hero > * .wrapper {
  display: flex;
  flex-flow: row wrap;
  margin: 1rem auto;
  align-items: center;
  gap: 2rem;
  padding-top: 2rem;
}
.hp-hero > * .wrapper > * {
  flex: 1 0 15rem;
}
.hp-hero .img {
  min-height: 20rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.hp-hero .hp-hero-content {
  text-align: center;
  padding-bottom: 2rem;
}
.hp-hero .hp-hero-content h2 {
  font-weight: 300;
  font-size: 3rem;
}
.hp-hero .hp-hero-content h3 {
  font-weight: normal;
  max-width: 20rem;
  margin: 1rem auto;
}
.hp-hero .hp-hero-content a:hover {
  text-decoration: none;
}

@media all and (max-width: 1024px) {
  .hp-hero .hp-hero-content h2 {
    font-size: 2.2rem;
  }
}
.hp-articles {
  display: flex;
  flex-flow: column nowrap;
  max-width: 50rem;
  padding-bottom: 1rem;
}
.hp-articles h1 {
  margin-bottom: 0;
}
.hp-articles article {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
}
.hp-articles article h2 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  font-weight: normal;
}
.hp-articles article h2 a:hover {
  text-decoration: underline;
}
.hp-articles article p {
  color: #666;
}
.hp-articles article > .img {
  flex: 1 0 10rem;
  margin: 1rem 0;
  background-size: cover;
}
.hp-articles article > * {
  flex: 2 0 20rem;
}

@media all and (max-width: 1024px) {
  .hp-articles article {
    flex-flow: column;
    gap: 0;
  }
  .hp-articles article > * {
    flex-basis: auto;
  }
}
.faq {
  padding-bottom: 1rem;
}
.faq dl {
  margin: 0.3rem 0;
  background: #eee;
  padding: 1rem;
  border-radius: 4px;
}
.faq dl dt {
  font-weight: bold;
  cursor: pointer;
}
.faq dl dt i {
  transform-origin: center;
  float: right;
  transition: 0.3s all ease-in-out;
  color: #22b24c;
}
.faq dl dd {
  color: #666;
  margin-top: 0;
  overflow: hidden;
  max-height: 0;
  transition: 0.3s all ease-in-out;
}
.faq dl.expanded dd {
  margin-top: 0.5rem;
  max-height: 40rem;
}
.faq dl.expanded i {
  transform: rotate(180deg);
  color: #ec1c24;
}

.hp-table {
  background: #444;
  color: #fff;
  padding: 2rem;
  margin: 2rem 0;
  border-radius: 1rem;
}
.hp-table.hp-table-green {
  background: #22b24c;
}
.hp-table.hp-table-red {
  background: #ec1c24;
}
.hp-table h1 {
  margin: 0 0 1rem;
}
.hp-table table {
  width: 100%;
}
.hp-table table td, .hp-table table th {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  padding: 0.5rem 0;
  text-align: left;
}
.hp-table table td {
  font-weight: bold;
}
.hp-table a {
  color: inherit;
}
.hp-table a:hover {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .hp-table table td, .hp-table table th {
    padding: 0.2rem 0;
    display: block;
    border-top: none;
  }
  .hp-table table td:first-child, .hp-table table th:first-child {
    padding-top: 0.5rem;
  }
  .hp-table table td:last-child, .hp-table table th:last-child {
    padding-bottom: 0.5rem;
  }
  .hp-table table tr {
    border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  }
}
.hp-more {
  margin: 2rem auto;
}
.hp-more ul {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  gap: 2rem;
  margin: 1rem 0;
}
.hp-more ul li {
  flex: 1 0 15em;
  margin: 0;
  list-style: none;
}
.hp-more ul img {
  display: block;
  height: 5rem;
  margin: 2rem auto;
  transform: scale(1);
  transition: 0.3s all ease-in-out;
}
.hp-more ul a {
  display: block;
  padding: 1.5rem;
  background: #eee;
  color: inherit;
  text-decoration: none;
  border-radius: 1rem;
}
.hp-more ul a:hover {
  box-shadow: inset 0 0 4px 2px #22b24c;
}
.hp-more ul a:hover img {
  transform: scale(1.05);
}

@media all and (max-width: 768px) {
  .hp-more ul {
    gap: 1rem;
  }
  .hp-more ul li {
    flex-basis: 8em;
  }
}
/* CONTACT
*****************************************************************************************/
.page.contact > * {
  margin: 2rem 0;
}
.page.contact dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 0 1rem;
}
.page.contact dl dt {
  grid-column: 1;
}
.page.contact dl dd {
  grid-column: 2;
  font-weight: bold;
}

/* FAQ
*****************************************************************************************/
.page.faq {
  max-width: 800px;
}

/* ABOUT
*****************************************************************************************/
.about-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 20vw;
  min-height: 20em;
  display: block;
}

.about.wrapper {
  max-width: 1000px;
  display: flex;
  flex-flow: row wrap;
  margin: 1rem auto;
  align-items: center;
  gap: 5rem;
  padding-top: 2rem;
}
.about.wrapper > * {
  flex: 1 0 15rem;
}
.about.about-head {
  max-width: 40em;
  margin: 0 auto;
}
.about.about-head p {
  font-size: 1.1666rem;
}
.about img {
  min-height: 20rem;
  max-height: 20rem;
  margin: 0 auto;
  display: block;
}

/* MIX
*****************************************************************************************/
.article-info {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 0.2em;
  color: #666;
}
.article-info .material-symbols-outlined {
  margin-top: -3px;
}

.form-container {
  max-width: 600px;
  margin-bottom: 3rem;
  /*
  label:active:after {
  	width: 130px;
  }*/
}
.form-container .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5em;
}
.form-container .contact-form > * {
  grid-column: span 2;
}
.form-container .contact-form > .half {
  grid-column: span 1;
}
.form-container h1 {
  text-align: center;
  color: #333;
}
.form-container .form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.form-container label[for=consent] {
  font-weight: normal;
}
.form-container sup {
  color: red;
}
.form-container input[type=text],
.form-container input[type=email],
.form-container input[type=tel],
.form-container textarea,
.form-container select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}
.form-container input[type=checkbox] {
  position: absolute;
  top: 5px;
}
.form-container input[type=checkbox] + label {
  margin-left: 2em;
}
.form-container textarea {
  resize: vertical;
}
.form-container input[type=file] {
  margin-top: 5px;
}
.form-container .form-group-switch-check {
  text-align: center;
}
.form-container .switch-check-label {
  display: inline-block;
}
.form-container .switch-check {
  height: 0;
  width: 0;
  visibility: hidden;
}
.form-container input.switch-check + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 42px;
  height: 22px;
  background: grey;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  margin-left: 0;
}
.form-container input.switch-check + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 18px;
  transition: 0.3s;
}
.form-container input.switch-check:checked + label {
  background: #22b24c;
  margin-left: 0;
}
.form-container input.switch-check:checked + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}
.form-container .form-toggle {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-bottom: 15px;
}
.form-container .form-toggle .btn.inactive, .form-container .submit-button:disabled {
  background: linear-gradient(to top, #eee, #eee);
  border-color: #eee;
  color: inherit;
}
.form-container .submit-button .button-text {
  display: inline-block;
}
.form-container .submit-button .loader {
  display: none;
  margin-left: 10px;
  border: 2px solid #22b24c;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.form-container .submit-button.loading .button-text {
  display: none;
}
.form-container .submit-button.loading .loader {
  display: inline-block;
}
.form-container p {
  font-size: 12px;
  color: #888;
  margin: 5px 0 0 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
