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

.no-scroll {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

html {
  box-sizing: border-box;
}

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

html, body {
  margin: 0;
  min-height: 100%;
  word-break: break-all;
}

img, audio, video {
  max-width: 100%;
  height: auto;
  border-style: none;
}

html {
  color: black;
  font-weight: 300;
  font-size: 17px;
  font-family: "sans-serif";
  line-height: 1.6;
  overflow-wrap: break-word;
}
@media (min-width: 550px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 950px) {
  html {
    font-size: 20px;
  }
}

a {
  color: #5381FF;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease-out;
}
a:hover {
  color: rgb(134, 166.3604651163, 255);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.8em 0 1.2rem;
  font-weight: bolder;
  line-height: 1.1;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1.1em;
}

hr {
  clear: both;
  margin: 2.4rem 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #B3B3B3;
}

p {
  margin: 0.8rem 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

del, s {
  text-decoration: line-through;
}

ins, u {
  text-decoration: underline;
}

small, sub, sup {
  font-size: 75%;
}

sub, sup {
  line-height: 1.5em;
}

sub {
  vertical-align: bottom;
}

sup {
  vertical-align: top;
}

abbr, dfn {
  border-bottom: 1px dashed #5381FF;
}

dfn {
  font-style: italic;
}

mark, ::selection {
  background: rgba(83, 129, 255, 0.5);
  color: white;
}

blockquote, q {
  margin: 0;
  margin-left: 0.8rem;
  padding: 0;
  padding-left: 0.8rem;
  border-left: 3px solid #5381FF;
  font-size: 110%;
}
blockquote cite, q cite {
  display: block;
  font-style: normal;
  font-size: 90%;
}

code, samp, kbd {
  margin: 0;
  padding: 0.08rem 0.24rem;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  background: #F7F7F7;
  font-size: 90%;
  font-family: monospace;
}

pre {
  margin: 0 0 0.8rem;
  font-family: monospace;
}
pre > code {
  display: block;
  overflow-x: auto;
  padding: 0.8rem;
}

ul {
  margin: 0;
  margin-bottom: 0.8rem;
  padding: 0;
  padding-left: 0.8rem;
  list-style: disc inside;
}

ol {
  margin: 0;
  margin-bottom: 0.8rem;
  padding: 0;
  padding-left: 0.8rem;
  list-style: decimal inside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 0.8rem;
}

li {
  margin: 0;
  margin-bottom: 0.8rem;
  padding: 0;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.8rem;
  margin-left: 0.8rem;
}

table {
  margin: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  display: table-cell;
  padding: 0.8rem;
  border: 0;
  vertical-align: top;
  text-align: left;
}

tr {
  border-bottom: 1px solid #B3B3B3;
}

tbody tr:last-child {
  border: 0;
}

tfoot tr {
  border: 0;
  border-top: 1px solid #B3B3B3;
  font-weight: bolder;
}

.table-scroll {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin: 0 0 2.4rem;
}
.table-scroll table {
  margin: 0;
}

.table-break thead {
  display: none;
}
.table-break th, .table-break td {
  display: block;
}
.table-break th::before, .table-break td::before {
  content: attr(data-th);
  font-weight: bold;
}

.table-break-sm thead {
  display: none;
}
@media (min-width: 550px) {
  .table-break-sm thead {
    display: table-header-group;
  }
}
.table-break-sm th, .table-break-sm td {
  display: block;
}
@media (min-width: 550px) {
  .table-break-sm th, .table-break-sm td {
    display: table-cell;
  }
}
.table-break-sm th::before, .table-break-sm td::before {
  content: attr(data-th);
  font-weight: bold;
}
@media (min-width: 550px) {
  .table-break-sm th::before, .table-break-sm td::before {
    display: none;
  }
}

.table-break-md thead {
  display: none;
}
@media (min-width: 750px) {
  .table-break-md thead {
    display: table-header-group;
  }
}
.table-break-md th, .table-break-md td {
  display: block;
}
@media (min-width: 750px) {
  .table-break-md th, .table-break-md td {
    display: table-cell;
  }
}
.table-break-md th::before, .table-break-md td::before {
  content: attr(data-th);
  font-weight: bold;
}
@media (min-width: 750px) {
  .table-break-md th::before, .table-break-md td::before {
    display: none;
  }
}

.table-break-lg thead {
  display: none;
}
@media (min-width: 950px) {
  .table-break-lg thead {
    display: table-header-group;
  }
}
.table-break-lg th, .table-break-lg td {
  display: block;
}
@media (min-width: 950px) {
  .table-break-lg th, .table-break-lg td {
    display: table-cell;
  }
}
.table-break-lg th::before, .table-break-lg td::before {
  content: attr(data-th);
  font-weight: bold;
}
@media (min-width: 950px) {
  .table-break-lg th::before, .table-break-lg td::before {
    display: none;
  }
}

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=search],
input[type=number],
input[type=week],
input[type=month],
input[type=date],
input[type=time],
input[type=datetime],
input[type=datetime-local],
textarea,
select {
  display: block;
  padding: 0.8rem;
  width: 100%;
  height: 3em;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  background: white;
  box-shadow: 0;
  font-weight: 300;
  font-size: 1rem;
  font-family: inherit;
  appearance: none;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=week]::placeholder,
input[type=month]::placeholder,
input[type=date]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #B3B3B3;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
textarea:focus,
select:focus {
  outline: 0;
  border: 1px solid #5381FF;
}
input[type=text]:disabled, input[type=text][readonly],
input[type=password]:disabled,
input[type=password][readonly],
input[type=url]:disabled,
input[type=url][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=tel]:disabled,
input[type=tel][readonly],
input[type=search]:disabled,
input[type=search][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=week]:disabled,
input[type=week][readonly],
input[type=month]:disabled,
input[type=month][readonly],
input[type=date]:disabled,
input[type=date][readonly],
input[type=time]:disabled,
input[type=time][readonly],
input[type=datetime]:disabled,
input[type=datetime][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly],
textarea:disabled,
textarea[readonly],
select:disabled,
select[readonly] {
  opacity: 0.5;
  cursor: not-allowed;
}

select {
  padding: 0.8rem 2rem 0.8rem 0.8rem;
  background-color: white;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 31"%3E%3Cpath d="M10.476,30.734l-10,-10l20,0l-10,10Z" fill="gray"/%3E%3Cpath d="M10.476,0.734l10,10l-20,0l10,-10Z" fill="gray"/%3E%3C/svg%3E');
  background-position: center right 0.8rem;
  background-size: auto 30%;
  background-repeat: no-repeat;
  appearance: none;
}
select[multiple] {
  padding: 0;
  min-height: 10em;
  background: white;
}
select optgroup {
  margin: 0;
  padding: 0;
  font-weight: bolder;
  font-style: normal;
}
select option {
  margin: 0;
  padding: 0 0.8rem;
  font-weight: 300;
}
select option::before {
  content: "";
}

textarea {
  min-height: 10em;
  resize: vertical;
}

label,
legend {
  display: block;
  margin-bottom: 0.8rem;
  font-weight: bold;
}

fieldset {
  padding: 0;
  border: 0;
}
fieldset label {
  font-weight: normal;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}
input[type=checkbox]:disabled, input[type=checkbox][readonly],
input[type=radio]:disabled,
input[type=radio][readonly] {
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox {
  position: relative;
  margin-left: 1.5em;
  user-select: none;
}
.checkbox input {
  position: absolute;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.checkbox input + span::before {
  position: absolute;
  top: 0.8em;
  left: -1em;
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  background: white;
  content: "";
  transform: translate(-50%, -50%);
}
.checkbox input:focus + span::before {
  border: 1px solid #5381FF;
}
.checkbox input:checked + span::before {
  border: 1px solid #5381FF;
  background: #5381FF;
}
.checkbox input:checked + span::after {
  position: absolute;
  top: 0.8em;
  left: -1em;
  display: block;
  width: 0.3em;
  height: 0.6em;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
}
.checkbox input:disabled + span::before, .checkbox input[readonly] + span::before {
  cursor: not-allowed;
}
.checkbox input:disabled + span, .checkbox input[readonly] + span {
  opacity: 0.5;
  cursor: not-allowed;
}

.radio {
  position: relative;
  margin-left: 1.5em;
  user-select: none;
}
.radio input {
  position: absolute;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.radio input + span::before {
  position: absolute;
  top: 0.8em;
  left: -1em;
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid #B3B3B3;
  border-radius: 50%;
  background: white;
  content: "";
  transform: translate(-50%, -50%);
}
.radio input:focus + span::before {
  border: 1px solid #5381FF;
}
.radio input:checked + span::before {
  border: 0.3em solid #5381FF;
}
.radio input:disabled + span::before, .radio input[readonly] + span::before {
  cursor: not-allowed;
}
.radio input:disabled + span, .radio input[readonly] + span {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  margin: 0 0.4rem 0.8rem;
  padding: 0.8rem 1.6rem;
  border: 0;
  border-radius: 3px;
  background: #5381FF;
  color: white;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: 300;
  font-size: 1rem;
  font-family: inherit;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease-out, background 0.3s ease-out, border 0.3s ease-out;
  user-select: none;
}
.btn:hover, .btn:focus,
button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus {
  background: rgb(108.5, 147.6802325581, 255);
  color: white;
}
.btn.btn-small,
button.btn-small,
input[type=submit].btn-small,
input[type=reset].btn-small,
input[type=button].btn-small {
  margin: 0 0.2rem 0.8rem;
  padding: 0.4rem 0.8rem;
  font-size: 0.9rem;
}
.btn.btn-large,
button.btn-large,
input[type=submit].btn-large,
input[type=reset].btn-large,
input[type=button].btn-large {
  margin: 0 0.6rem 0.8rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
}
.btn.btn-hollow,
button.btn-hollow,
input[type=submit].btn-hollow,
input[type=reset].btn-hollow,
input[type=button].btn-hollow {
  border: 1px solid #5381FF;
  background: transparent;
  color: #5381FF;
}
.btn.btn-hollow:hover,
button.btn-hollow:hover,
input[type=submit].btn-hollow:hover,
input[type=reset].btn-hollow:hover,
input[type=button].btn-hollow:hover {
  border: 1px solid rgb(134, 166.3604651163, 255);
  color: rgb(134, 166.3604651163, 255);
}
.btn.btn-hollow.btn-loading::before,
button.btn-hollow.btn-loading::before,
input[type=submit].btn-hollow.btn-loading::before,
input[type=reset].btn-hollow.btn-loading::before,
input[type=button].btn-hollow.btn-loading::before {
  border-color: transparent transparent #5381FF #5381FF !important;
}
.btn.btn-light,
button.btn-light,
input[type=submit].btn-light,
input[type=reset].btn-light,
input[type=button].btn-light {
  background: rgb(108.5, 147.6802325581, 255);
  color: white;
}
.btn.btn-light:hover,
button.btn-light:hover,
input[type=submit].btn-light:hover,
input[type=reset].btn-light:hover,
input[type=button].btn-light:hover {
  background: rgb(134, 166.3604651163, 255);
}
.btn.btn-dark,
button.btn-dark,
input[type=submit].btn-dark,
input[type=reset].btn-dark,
input[type=button].btn-dark {
  background: rgb(57.5, 110.3197674419, 255);
  color: white;
}
.btn.btn-dark:hover,
button.btn-dark:hover,
input[type=submit].btn-dark:hover,
input[type=reset].btn-dark:hover,
input[type=button].btn-dark:hover {
  background: #5381FF;
}
.btn.btn-gray,
button.btn-gray,
input[type=submit].btn-gray,
input[type=reset].btn-gray,
input[type=button].btn-gray {
  background: #E5E5E5;
  color: black;
}
.btn.btn-gray.btn-loading::before,
button.btn-gray.btn-loading::before,
input[type=submit].btn-gray.btn-loading::before,
input[type=reset].btn-gray.btn-loading::before,
input[type=button].btn-gray.btn-loading::before {
  border-color: transparent transparent black black !important;
}
.btn.btn-expanded,
button.btn-expanded,
input[type=submit].btn-expanded,
input[type=reset].btn-expanded,
input[type=button].btn-expanded {
  display: block;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.btn.btn-pill,
button.btn-pill,
input[type=submit].btn-pill,
input[type=reset].btn-pill,
input[type=button].btn-pill {
  border-radius: 999999999px;
}
.btn.btn-loading,
button.btn-loading,
input[type=submit].btn-loading,
input[type=reset].btn-loading,
input[type=button].btn-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  user-select: none;
}
.btn.btn-loading::before,
button.btn-loading::before,
input[type=submit].btn-loading::before,
input[type=reset].btn-loading::before,
input[type=button].btn-loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3em;
  height: 1.3em;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation: loading 0.5s linear infinite;
}
.btn.btn-disabled, .btn[disabled],
button.btn-disabled,
button[disabled],
input[type=submit].btn-disabled,
input[type=submit][disabled],
input[type=reset].btn-disabled,
input[type=reset][disabled],
input[type=button].btn-disabled,
input[type=button][disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  user-select: none;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.alert-error, .alert-warning, .alert-success, .alert-info {
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border-width: 1px;
  border-radius: 3px;
}

.alert-info {
  border: 1px solid #e6e6e6;
  background: white;
  color: rgb(153.5, 153.5, 153.5);
}

.alert-success {
  border: 1px solid rgb(126.072, 225.928, 168.416);
  background: rgb(167.688, 235.312, 196.364);
  color: rgb(36.616, 162.384, 89.948);
}

.alert-warning {
  border: 1px solid rgb(246.6220472441, 219.6929133858, 111.3779527559);
  background: rgb(249.4330708661, 231.5393700787, 159.5669291339);
  color: rgb(193.7007874016, 157.3818897638, 11.2992125984);
}

.alert-error {
  border: 1px solid rgb(242.1780821918, 159.3698630137, 150.8219178082);
  background: rgb(247.7671232877, 201.0547945205, 196.2328767123);
  color: rgb(213.698630137, 43.8356164384, 26.301369863);
}

.error input, .error textarea, .error select {
  border-color: #E74C3C;
}
.error input:focus, .error textarea:focus, .error select:focus {
  border-color: #E74C3C;
}

.help {
  margin: 0.5rem;
  color: #B3B3B3;
  font-size: 0.85rem;
}

.help-error {
  color: #E74C3C;
}

*, *::before, *::after {
  min-width: 0;
}

.container {
  margin: 0 auto;
  padding: 0 0.8rem;
  max-width: 1200px;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
}

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

[class^=col-] {
  flex: 0 0 auto;
  padding: 0.8rem;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-2 {
  flex-basis: 16.667%;
  max-width: 16.667%;
}

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

.col-4 {
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-5 {
  flex-basis: 41.667%;
  max-width: 41.667%;
}

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

.col-7 {
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-8 {
  flex-basis: 66.667%;
  max-width: 66.6667%;
}

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

.col-10 {
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-11 {
  flex-basis: 91.667%;
  max-width: 91.667%;
}

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

.off-0 {
  margin-left: 0;
}

.off-1 {
  margin-left: 8.333%;
}

.off-2 {
  margin-left: 16.667%;
}

.off-3 {
  margin-left: 25%;
}

.off-4 {
  margin-left: 33.333%;
}

.off-5 {
  margin-left: 41.667%;
}

.off-6 {
  margin-left: 50%;
}

.off-7 {
  margin-left: 58.333%;
}

.off-8 {
  margin-left: 66.667%;
}

.off-9 {
  margin-left: 75%;
}

.off-10 {
  margin-left: 83.333%;
}

.off-11 {
  margin-left: 91.667%;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align > .row {
  margin: 0 -0.8rem;
}

.row.align {
  margin: 0 -0.8rem;
}

.gap > .row {
  padding: 0.8rem 0;
}

.row.gap {
  padding: 0.8rem 0;
}

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

.center {
  justify-content: center;
}

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

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.split-left {
  margin-right: auto;
}

.split-right {
  margin-left: auto;
}

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

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

[class^=col-sm],
[class^=col-md],
[class^=col-lg],
[class^=col-xl] {
  flex: 1 0 100%;
  padding: 0.8rem;
  max-width: 100%;
}

@media (min-width: 550px) {
  .col-sm {
    flex: 1 0 0;
    max-width: 100%;
  }
  [class^=col-sm-] {
    flex: 0 0 auto;
  }
  .col-sm-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    flex-basis: 66.667%;
    max-width: 66.6667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-sm-0 {
    margin-left: 0;
  }
  .off-sm-1 {
    margin-left: 8.333%;
  }
  .off-sm-2 {
    margin-left: 16.667%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .off-sm-4 {
    margin-left: 33.333%;
  }
  .off-sm-5 {
    margin-left: 41.667%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .off-sm-7 {
    margin-left: 58.333%;
  }
  .off-sm-8 {
    margin-left: 66.667%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .off-sm-10 {
    margin-left: 83.333%;
  }
  .off-sm-11 {
    margin-left: 91.667%;
  }
  .row.reverse-sm {
    flex-direction: row-reverse;
  }
  .col.reverse-sm {
    flex-direction: column-reverse;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
  .align-sm > .row {
    margin: 0 -0.8rem;
  }
  .row.align-sm {
    margin: 0 -0.8rem;
  }
  .gap-sm > .row {
    padding: 0.8rem 0;
  }
  .row.gap-sm {
    padding: 0.8rem 0;
  }
  .start-sm {
    justify-content: flex-start;
  }
  .center-sm {
    justify-content: center;
  }
  .end-sm {
    justify-content: flex-end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .split-left-sm {
    margin-right: auto;
  }
  .split-right-sm {
    margin-left: auto;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
  .float-left-sm {
    float: left;
  }
  .float-right-sm {
    float: right;
  }
}
@media (min-width: 750px) {
  .col-md {
    flex: 1 0 0;
    max-width: 100%;
  }
  [class^=col-md-] {
    flex: 0 0 auto;
  }
  .col-md-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    flex-basis: 66.667%;
    max-width: 66.6667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-md-0 {
    margin-left: 0;
  }
  .off-md-1 {
    margin-left: 8.333%;
  }
  .off-md-2 {
    margin-left: 16.667%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .off-md-4 {
    margin-left: 33.333%;
  }
  .off-md-5 {
    margin-left: 41.667%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .off-md-7 {
    margin-left: 58.333%;
  }
  .off-md-8 {
    margin-left: 66.667%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .off-md-10 {
    margin-left: 83.333%;
  }
  .off-md-11 {
    margin-left: 91.667%;
  }
  .row.reverse-md {
    flex-direction: row-reverse;
  }
  .col.reverse-md {
    flex-direction: column-reverse;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
  .align-md > .row {
    margin: 0 -0.8rem;
  }
  .row.align-md {
    margin: 0 -0.8rem;
  }
  .gap-md > .row {
    padding: 0.8rem 0;
  }
  .row.gap-md {
    padding: 0.8rem 0;
  }
  .start-md {
    justify-content: flex-start;
  }
  .center-md {
    justify-content: center;
  }
  .end-md {
    justify-content: flex-end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .split-left-md {
    margin-right: auto;
  }
  .split-right-md {
    margin-left: auto;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
  .float-left-md {
    float: left;
  }
  .float-right-md {
    float: right;
  }
}
@media (min-width: 950px) {
  .col-lg {
    flex: 1 0 0;
    max-width: 100%;
  }
  [class^=col-lg-] {
    flex: 0 0 auto;
  }
  .col-lg-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    flex-basis: 66.667%;
    max-width: 66.6667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-lg-0 {
    margin-left: 0;
  }
  .off-lg-1 {
    margin-left: 8.333%;
  }
  .off-lg-2 {
    margin-left: 16.667%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .off-lg-4 {
    margin-left: 33.333%;
  }
  .off-lg-5 {
    margin-left: 41.667%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .off-lg-7 {
    margin-left: 58.333%;
  }
  .off-lg-8 {
    margin-left: 66.667%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .off-lg-10 {
    margin-left: 83.333%;
  }
  .off-lg-11 {
    margin-left: 91.667%;
  }
  .row.reverse-lg {
    flex-direction: row-reverse;
  }
  .col.reverse-lg {
    flex-direction: column-reverse;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
  .align-lg > .row {
    margin: 0 -0.8rem;
  }
  .row.align-lg {
    margin: 0 -0.8rem;
  }
  .gap-lg > .row {
    padding: 0.8rem 0;
  }
  .row.gap-lg {
    padding: 0.8rem 0;
  }
  .start-lg {
    justify-content: flex-start;
  }
  .center-lg {
    justify-content: center;
  }
  .end-lg {
    justify-content: flex-end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .split-left-lg {
    margin-right: auto;
  }
  .split-right-lg {
    margin-left: auto;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-center-lg {
    text-align: center;
  }
  .float-left-lg {
    float: left;
  }
  .float-right-lg {
    float: right;
  }
}
@media (min-width: 1150px) {
  .col-xl {
    flex: 1 0 0;
    max-width: 100%;
  }
  [class^=col-xl-] {
    flex: 0 0 auto;
  }
  .col-xl-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-xl-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-xl-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-xl-8 {
    flex-basis: 66.667%;
    max-width: 66.6667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-xl-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-xl-0 {
    margin-left: 0;
  }
  .off-xl-1 {
    margin-left: 8.333%;
  }
  .off-xl-2 {
    margin-left: 16.667%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .off-xl-4 {
    margin-left: 33.333%;
  }
  .off-xl-5 {
    margin-left: 41.667%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .off-xl-7 {
    margin-left: 58.333%;
  }
  .off-xl-8 {
    margin-left: 66.667%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .off-xl-10 {
    margin-left: 83.333%;
  }
  .off-xl-11 {
    margin-left: 91.667%;
  }
  .row.reverse-xl {
    flex-direction: row-reverse;
  }
  .col.reverse-xl {
    flex-direction: column-reverse;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
  .align-xl > .row {
    margin: 0 -0.8rem;
  }
  .row.align-xl {
    margin: 0 -0.8rem;
  }
  .gap-xl > .row {
    padding: 0.8rem 0;
  }
  .row.gap-xl {
    padding: 0.8rem 0;
  }
  .start-xl {
    justify-content: flex-start;
  }
  .center-xl {
    justify-content: center;
  }
  .end-xl {
    justify-content: flex-end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .split-left-xl {
    margin-right: auto;
  }
  .split-right-xl {
    margin-left: auto;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .text-left-xl {
    text-align: left;
  }
  .text-right-xl {
    text-align: right;
  }
  .text-center-xl {
    text-align: center;
  }
  .float-left-xl {
    float: left;
  }
  .float-right-xl {
    float: right;
  }
}
.outline .col, .outline [class^=col-] {
  border: 1px solid rgb(134, 166.3604651163, 255);
}
.p0{
  padding: 0;
}
.m0{
  margin: 0;
}
main {
  padding: 4rem 2rem;
  margin: 0 auto;
  max-width: 1200px;
}
main p{
  text-indent: 2em;
}
section { 
  padding: 2rem 0;
}
article img{
    max-width: 100%;
    margin: 0 auto;
}
