@charset "UTF-8";
/* karma core files */
/*! Karma-CSS v2.0.0 MIT License | http://karmacss.com | https://github.com/accentdesign/karma-css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  text-size-adjust: 100%;
}

body {
  color: #ade4c8;
  font-weight: 400;
  font-size: 15px;
  font-family: "Neulis", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: #0a3d40;
}

main {
  display: block;
}

a {
  color: #0a3d40;
  text-decoration: none;
  background-color: transparent;
  transition: color linear 0.18s;
}
a:hover {
  color: rgb(3.1081081081, 18.9594594595, 19.8918918919);
  text-decoration: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  overflow: visible;
  color: #f5f7e1;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: inherit;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background-color: #de625b;
  border: 1px solid #de625b;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color linear 0.18s, border-color linear 0.18s;
  user-select: none;
}
.button:hover, .button:focus {
  color: #f5f7e1;
  background-color: rgb(213.4568527919, 57.3553299492, 48.5431472081);
  border-color: rgb(213.4568527919, 57.3553299492, 48.5431472081);
  outline: 0;
}
.button.button-outline {
  background-color: transparent;
  transition: background-color linear 0.18s, border-color linear 0.18s, color linear 0.18s;
}
.button.button-outline:hover, .button.button-outline:focus {
  color: rgb(231.5789473684, 236.2631578947, 184.7368421053);
  background-color: transparent;
  border-color: rgb(213.4568527919, 57.3553299492, 48.5431472081);
  outline: 0;
}
.button.button-clear {
  background-color: transparent;
  border-color: transparent;
  transition: background-color linear 0.18s, border-color linear 0.18s, color linear 0.18s;
}
.button.button-clear:hover, .button.button-clear:focus {
  color: rgb(231.5789473684, 236.2631578947, 184.7368421053);
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}

.button.button-primary {
  color: rgb(255, 255, 255);
  background-color: #0a3d40;
  border-color: rgb(6.5540540541, 39.9797297297, 41.9459459459);
}
.button.button-primary:hover, .button.button-primary:focus {
  color: rgb(255, 255, 255);
  background-color: rgb(3.1081081081, 18.9594594595, 19.8918918919);
  border-color: black;
  outline: 0;
}

.button.button-outline.button-primary {
  color: #0a3d40;
  background-color: transparent;
  border-color: #0a3d40;
}
.button.button-outline.button-primary:hover, .button.button-outline.button-primary:focus {
  color: rgb(3.1081081081, 18.9594594595, 19.8918918919);
  background-color: transparent;
  border-color: rgb(3.1081081081, 18.9594594595, 19.8918918919);
  outline: 0;
}

.button.button-clear.button-primary {
  color: #0a3d40;
  background-color: transparent;
  border-color: transparent;
}
.button.button-clear.button-primary:hover, .button.button-clear.button-primary:focus {
  color: rgb(3.1081081081, 18.9594594595, 19.8918918919);
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}

.button.button-secondary {
  color: rgb(17, 17, 17);
  background-color: #186962;
  border-color: rgb(19.2558139535, 84.2441860465, 78.6279069767);
}
.button.button-secondary:hover, .button.button-secondary:focus {
  color: rgb(17, 17, 17);
  background-color: rgb(14.511627907, 63.488372093, 59.2558139535);
  border-color: rgb(9.7674418605, 42.7325581395, 39.8837209302);
  outline: 0;
}

.button.button-outline.button-secondary {
  color: #186962;
  background-color: transparent;
  border-color: #186962;
}
.button.button-outline.button-secondary:hover, .button.button-outline.button-secondary:focus {
  color: rgb(14.511627907, 63.488372093, 59.2558139535);
  background-color: transparent;
  border-color: rgb(14.511627907, 63.488372093, 59.2558139535);
  outline: 0;
}

.button.button-clear.button-secondary {
  color: #186962;
  background-color: transparent;
  border-color: transparent;
}
.button.button-clear.button-secondary:hover, .button.button-clear.button-secondary:focus {
  color: rgb(14.511627907, 63.488372093, 59.2558139535);
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

code {
  padding: 0.2rem 0.5rem;
  color: #ade4c8;
  font-size: 100%;
  word-break: break-word;
  background: rgb(240, 240, 240);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
}

pre {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  overflow-x: auto;
  color: #ade4c8;
  font-size: 90%;
  white-space: pre;
  background: rgb(240, 240, 240);
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

*[disabled] {
  cursor: not-allowed;
}

form {
  margin-bottom: 1.5rem;
}

input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week] {
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  color: #0a3d40;
  font-family: inherit;
  line-height: 1.5;
  background: #f5f7e1;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
  box-shadow: none;
  transition: background linear 0.18s, border-color linear 0.18s;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  max-width: 100%;
  width: 100%;
}
input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, input[type=week]:focus {
  background: #f5f7e1;
  border-color: #ade4c8;
  outline: 0;
}
input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], input[type=week] {
  -webkit-appearance: none;
}
input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week] {
  height: calc(3.85rem + 2px);
  -webkit-appearance: listbox;
}
input[type=checkbox], input[type=radio] {
  margin-right: 1rem;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-datetime-edit-fields-wrapper {
  margin: 0;
  padding: 0;
}

::placeholder {
  color: rgb(185, 185, 185);
  opacity: 1;
}

textarea {
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  color: #0a3d40;
  font-family: inherit;
  line-height: 1.5;
  background: #f5f7e1;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
  box-shadow: none;
  transition: background linear 0.18s, border-color linear 0.18s;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  max-width: 100%;
  width: 100%;
}
textarea:focus {
  background: #f5f7e1;
  border-color: #ade4c8;
  outline: 0;
}
textarea {
  overflow: auto;
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  color: #0a3d40;
  font-family: inherit;
  line-height: 1.5;
  background: #f5f7e1;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
  box-shadow: none;
  transition: background linear 0.18s, border-color linear 0.18s;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  max-width: 100%;
  width: 100%;
}
select:focus {
  background: #f5f7e1;
  border-color: #ade4c8;
  outline: 0;
}
select {
  text-transform: none;
}
select:not([multiple]) {
  height: calc(3.85rem + 2px);
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

legend {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 0.5rem;
  color: inherit;
  font-weight: 600;
  white-space: normal;
}

fieldset {
  margin-bottom: 1.5rem;
  border-width: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 1.5rem 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid rgb(230, 230, 230);
}

img {
  border-style: none;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 0 0 1.5rem;
}

ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: circle inside;
}

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

ul ul,
ul ol {
  margin: 0 0 0 2rem;
}

ol ol,
ol ul {
  margin: 0 0 0 2rem;
}

dl {
  margin-bottom: 1.5rem;
}
dl dt {
  margin: 0 0 0 0;
  font-weight: 600;
}
dl dd {
  margin: 0 0 1.5rem 2rem;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-size: 90%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0.85rem 0.85rem;
}

th {
  padding: 0.85rem 0.85rem;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.85rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid rgb(230, 230, 230);
}

.table-bordered {
  border: solid 1px rgb(230, 230, 230);
}

/* stylelint-disable selector-max-type */
.table-headed > thead > tr > th,
.table-headed > tbody > tr > th {
  background-color: rgb(240, 240, 240);
}

/* stylelint-enable selector-max-type */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: rgb(250, 250, 250);
}

.table-hover > tbody > tr:hover {
  background-color: rgb(245, 245, 245);
}

h6,
.h6, h5,
.h5, h4,
.h4, h3,
.h3, h2,
.h2, h1,
.h1 {
  color: #ade4c8;
  font-family: "Gelica", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
h6 small,
.h6 small, h5 small,
.h5 small, h4 small,
.h4 small, h3 small,
.h3 small, h2 small,
.h2 small, h1 small,
.h1 small {
  font-size: 65%;
  line-height: 1;
}

h1,
.h1 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}

h2,
.h2 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 22.5px;
  line-height: 1.25;
}

h3,
.h3 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 17.55px;
  line-height: 1.3;
}

h4,
.h4 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
}

h5,
.h5 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 12.45px;
  line-height: 1.5;
}

h6,
.h6 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 10.05px;
  line-height: 1.6;
}

abbr[title] {
  text-decoration: underline dotted;
}

p {
  margin-bottom: 1.5rem;
}

blockquote {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-left: 3px solid rgb(230, 230, 230);
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* karma components */
.alert {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 1.5rem 2rem;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
}

.alert-success {
  color: #ade4c8;
  background: rgb(188.496, 240.004, 194.364);
  border: 1px solid rgb(146.88, 230.62, 156.42);
}

.alert-danger {
  color: #ade4c8;
  background: rgb(255, 209.6268656716, 207);
  border: 1px solid rgb(255, 161.4179104478, 156);
}

.alert-warning {
  color: #ade4c8;
  background: rgb(255, 244.5, 178.5);
  border: 1px solid rgb(255, 237.5, 127.5);
}

.alert-info {
  color: #ade4c8;
  background: rgb(203.5, 240.515625, 255);
  border: 1px solid rgb(152.5, 226.171875, 255);
}

@font-face {
  font-family: "Gelica";
  src: url("/assets/fonts/gelica-light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gelica";
  src: url("/assets/fonts/gelica-medium.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neulis";
  src: url("/assets/fonts/neulis-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neulis";
  src: url("/assets/fonts/neulis-semi-bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neulis";
  src: url("/assets/fonts/neulis-bold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* add your custom modules here */
body {
  display: flex;
  flex-direction: column;
}

header {
  background-color: #f5f7e1;
  position: sticky;
  top: 0;
  z-index: 10;
}
header .container {
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container img {
  position: relative;
  height: 50px;
  z-index: 11;
}
header .container nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .container nav a {
  font-family: "Gelica", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 18px;
}
header .container nav a:hover, header .container nav a.active {
  text-decoration: underline;
}
header .container nav a:last-child {
  padding: 6px 12px;
  background-color: #ffb850;
  color: #0a3d40;
  border-radius: 15px;
}
@media (max-width: 767px) {
  header .container nav {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    padding: 20px;
    padding-top: 0;
    top: 70px;
    background-color: #f5f7e1;
    flex-direction: column;
    display: none;
  }
}
header .container #burger-icon {
  display: none;
}
@media (max-width: 767px) {
  header .container #burger-icon {
    display: block;
  }
}
@media (max-width: 767px) {
  header .container {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  header .container img {
    height: 40px;
  }
}
header.open nav {
  display: flex;
}

.page-header .container {
  padding-top: 0;
}
.page-header h1 {
  margin-bottom: 0;
  text-align: center;
}

section {
  position: relative;
  z-index: 0;
}
section .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
section .container.taller {
  padding-top: 60px;
  padding-bottom: 60px;
}
section.with-curve {
  z-index: 1;
}
section.with-curve .container {
  padding-bottom: 0;
}
section.with-curve::after {
  background: inherit;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -110px;
  clip-path: ellipse(75% 100% at 50% 0%);
  padding: 75px 0;
  z-index: -1;
}
section.after-curve {
  padding-top: 40px;
}
section.with-squiggles {
  overflow: hidden;
}
section.with-squiggles .container {
  position: relative;
  padding: 80px;
}
@media (max-width: 575px) {
  section.with-squiggles .container {
    padding: 50px;
  }
}
section.with-squiggles img {
  width: 80px;
  position: absolute;
}
@media (max-width: 575px) {
  section.with-squiggles img {
    width: 60px;
  }
}
section.with-squiggles img:first-child {
  left: -14px;
  top: 15px;
}
section.with-squiggles img:nth-child(2) {
  left: 10px;
  bottom: -5px;
}
section.with-squiggles img:nth-child(3) {
  right: -10px;
  top: 15px;
}
section.with-squiggles img:nth-child(4) {
  right: 15px;
  bottom: -15px;
}
section.before-overlapping-cta {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  section.before-overlapping-cta {
    padding-bottom: 52px;
  }
}
section.after-overlapping-cta {
  padding-top: 40px;
}
@media (max-width: 991px) {
  section.after-overlapping-cta {
    padding-top: 52px;
  }
}

.row-with-cta {
  display: flex;
  align-items: center;
  gap: 80px;
}
.row-with-cta > :last-child {
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .row-with-cta {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row-with-cta {
    gap: 20px;
    flex-direction: column;
  }
}

footer .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
footer .container .col-sm:last-child {
  text-align: right;
}
@media (max-width: 575px) {
  footer .container .col-sm {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .container .col-sm:last-child {
    margin-bottom: 0;
    text-align: center;
  }
}
footer .container a {
  color: #f5f7e1;
  text-decoration: none;
}
footer .container a:hover {
  text-decoration: underline;
  font-weight: normal;
}
footer .container .footer-legal {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 575px) {
  footer .container .footer-legal {
    text-align: center;
  }
}

.light {
  background-color: #f5f7e1;
}
.light h1, .light h2, .light h3, .light p {
  color: #0a3d40;
}

.secondary {
  background-color: #186962;
}
.secondary h1,
.secondary h2,
.secondary h3 {
  color: #f5f7e1;
}
.secondary p {
  color: #ade4c8;
}

.tertiary {
  background-color: #3f9886;
}
.tertiary h1,
.tertiary h2,
.tertiary h3,
.tertiary p {
  color: #f5f7e1;
}

.quartenary {
  background-color: #ade4c8;
}
.quartenary h1,
.quartenary h2,
.quartenary h3,
.quartenary p {
  color: #0a3d40;
}

.accent-1 {
  background-color: #de625b;
}
.accent-1 h1,
.accent-1 h2,
.accent-1 h3,
.accent-1 p {
  color: #f5f7e1;
}

.accent-2 {
  background-color: #ff9780;
}
.accent-2 h1,
.accent-2 h2,
.accent-2 h3,
.accent-2 p {
  color: #f5f7e1;
}

.accent-3 {
  background-color: #ff8201;
}
.accent-3 h1,
.accent-3 h2,
.accent-3 h3,
.accent-3 p {
  color: #0a3d40;
}

.accent-4 {
  background-color: #ffb850;
}
.accent-4 h1,
.accent-4 h2,
.accent-4 h3,
.accent-4 p {
  color: #0a3d40;
}

p.larger {
  font-size: 18px;
}
p.smaller {
  font-size: 12px;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
  font-weight: bold;
}

.light-text {
  color: #f5f7e1;
}

.lighter {
  font-weight: 400;
}

h1 {
  font-size: 40px;
  font-weight: 800;
}

h2 {
  font-size: 30px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .col-md:not(:last-child) {
    margin-bottom: 20px;
  }
}

form {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
}
form input[type=submit] {
  font-size: 18px;
  width: 100%;
}
form textarea {
  resize: none;
}
form label.checkbox {
  display: flex;
  align-items: center;
  color: #f5f7e1;
}
form .colored-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #186962;
  border-radius: 4px;
  background-color: #f5f7e1;
  cursor: pointer;
  position: relative;
}
form .colored-checkbox:checked {
  background-color: #ade4c8;
  border-color: #ade4c8;
}
form .colored-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #186962;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.alert {
  color: #0a3d40;
  margin-top: 20px;
}
.alert a {
  text-decoration: underline;
}

.button {
  font-family: "Gelica", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.egg-bubble {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: transparent !important;
}
.egg-bubble::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-mask: url("/assets/egg-bubble.svg") no-repeat center/contain;
  mask: url("/assets/egg-bubble.svg") no-repeat center/contain;
  z-index: -1;
}
.egg-bubble.vertical::after {
  transform: rotate(240deg);
}
.egg-bubble.vertical p {
  margin-top: 0;
}
.egg-bubble.horizontal::after {
  transform: rotate(100deg);
}
.egg-bubble.light::after {
  background-color: #f5f7e1;
}
.egg-bubble.secondary::after {
  background-color: #186962;
}
.egg-bubble.tertiary::after {
  background-color: #3f9886;
}
.egg-bubble.quartenary::after {
  background-color: #ade4c8;
}
.egg-bubble.accent-1::after {
  background-color: #de625b;
}
.egg-bubble.accent-2::after {
  background-color: #ff9780;
}
.egg-bubble.accent-3::after {
  background-color: #ff8201;
}
.egg-bubble.accent-4::after {
  background-color: #ffb850;
}
.egg-bubble.headshot::after {
  background-image: url("/assets/headshot.jpeg");
  background-size: cover;
  background-position: center;
}
.egg-bubble p {
  margin-bottom: 0;
}

.three-egg-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.three-egg-container .egg-bubble:nth-child(1) {
  margin-left: 40px;
}
.three-egg-container .egg-bubble:nth-child(2) {
  margin-left: auto;
  margin-top: -90px;
  margin-right: 120px;
}
.three-egg-container .egg-bubble:nth-child(3) {
  margin-top: -80px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .three-egg-container .egg-bubble:nth-child(1) {
    margin-left: 0px;
  }
  .three-egg-container .egg-bubble:nth-child(2) {
    margin-right: 70px;
  }
  .three-egg-container .egg-bubble:nth-child(3) {
    margin-top: -30px;
  }
}
@media (max-width: 991px) {
  .three-egg-container {
    width: 300px;
    margin: 0 auto;
  }
  .three-egg-container .egg-bubble:nth-child(1) {
    margin-left: 0px;
  }
  .three-egg-container .egg-bubble:nth-child(2) {
    margin-top: -30px;
    margin-right: 0;
  }
  .three-egg-container .egg-bubble:nth-child(3) {
    margin-top: -20px;
    margin-left: 0px;
  }
}

.vector {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: transparent !important;
  display: block;
  z-index: 1;
}
.vector::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  -webkit-mask: url("/assets/Asset 7.svg") no-repeat center/contain;
  mask: url("/assets/Asset 7.svg") no-repeat center/contain;
  z-index: -1;
}
.vector.light::after {
  background-color: #f5f7e1;
}
.vector.secondary::after {
  background-color: #186962;
}
.vector.tertiary::after {
  background-color: #3f9886;
}
.vector.quartenary::after {
  background-color: #ade4c8;
}
.vector.accent-1::after {
  background-color: #de625b;
}
.vector.accent-2::after {
  background-color: #ff9780;
}
.vector.accent-3::after {
  background-color: #ff8201;
}
.vector.accent-4::after {
  background-color: #ffb850;
}

.overlapping-cta {
  background: #ffb850;
  color: #0a3d40;
  padding: 20px 10px;
  border-radius: 10px;
  font-size: 20px;
  position: absolute;
  font-family: "Gelica", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  width: 500px;
  top: -38px;
  left: 50%;
  margin-left: -250px;
  text-align: center;
}
.overlapping-cta:hover {
  background: #ff8201;
}
.overlapping-cta:hover .vector::after {
  background-color: #ff8201;
}
.overlapping-cta .vector {
  position: absolute;
  left: -25px;
  top: -25px;
  width: 60px;
}
@media (max-width: 767px) {
  .overlapping-cta {
    width: 320px;
    margin-left: -160px;
    top: -50px;
    font-size: 17px;
  }
}

.price-cta {
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Gelica", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  display: inline-block;
}
.price-cta p {
  margin: 0;
}
@media (max-width: 767px) {
  .price-cta {
    margin: 0 auto;
  }
}

details {
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
  position: relative;
  font-family: "Gelica", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: 20px;
  color: #f5f7e1;
  padding-right: 30px;
}
summary::marker {
  display: none;
}
summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 0;
  font-size: 20px;
  transition: transform 0.3s ease;
  font-family: sans-serif;
}
summary:hover {
  text-decoration: underline;
}

details[open] summary::after {
  content: "–";
}

#burger-icon {
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#burger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #de625b;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#burger-icon span:nth-child(1) {
  top: 0px;
}
#burger-icon span:nth-child(2), #burger-icon span:nth-child(3) {
  top: 6px;
}
#burger-icon span:nth-child(4) {
  top: 12px;
}
#burger-icon.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}
#burger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#burger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#burger-icon.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}

/* karma utility helpers - probably best at the end of the stylesheet */
.align-top {
  vertical-align: top;
}

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

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

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

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

.b-white {
  background-color: rgb(255, 255, 255);
}

.c-white {
  color: rgb(255, 255, 255);
}

.b-black {
  background-color: rgb(17, 17, 17);
}

.c-black {
  color: rgb(17, 17, 17);
}

.b-primary {
  background-color: #0a3d40;
}

.c-primary {
  color: #0a3d40;
}

.b-secondary {
  background-color: #186962;
}

.c-secondary {
  color: #186962;
}

.b-aqua {
  background-color: rgb(127, 219, 255);
}

.c-aqua {
  color: rgb(127, 219, 255);
}

.b-blue {
  background-color: rgb(0, 116, 217);
}

.c-blue {
  color: rgb(0, 116, 217);
}

.b-navy {
  background-color: rgb(0, 31, 63);
}

.c-navy {
  color: rgb(0, 31, 63);
}

.b-teal {
  background-color: rgb(57, 204, 204);
}

.c-teal {
  color: rgb(57, 204, 204);
}

.b-green {
  background-color: rgb(46, 204, 64);
}

.c-green {
  color: rgb(46, 204, 64);
}

.b-olive {
  background-color: rgb(61, 153, 112);
}

.c-olive {
  color: rgb(61, 153, 112);
}

.b-lime {
  background-color: rgb(1, 255, 112);
}

.c-lime {
  color: rgb(1, 255, 112);
}

.b-yellow {
  background-color: rgb(255, 220, 0);
}

.c-yellow {
  color: rgb(255, 220, 0);
}

.b-orange {
  background-color: rgb(255, 133, 27);
}

.c-orange {
  color: rgb(255, 133, 27);
}

.b-red {
  background-color: rgb(255, 65, 54);
}

.c-red {
  color: rgb(255, 65, 54);
}

.b-fuchsia {
  background-color: rgb(240, 18, 190);
}

.c-fuchsia {
  color: rgb(240, 18, 190);
}

.b-purple {
  background-color: rgb(177, 13, 201);
}

.c-purple {
  color: rgb(177, 13, 201);
}

.b-maroon {
  background-color: rgb(133, 20, 75);
}

.c-maroon {
  color: rgb(133, 20, 75);
}

.b-silver {
  background-color: rgb(221, 221, 221);
}

.c-silver {
  color: rgb(221, 221, 221);
}

.b-gray {
  background-color: rgb(170, 170, 170);
}

.c-gray {
  color: rgb(170, 170, 170);
}

.b-facebook {
  background-color: rgb(59, 89, 153);
}

.c-facebook {
  color: rgb(59, 89, 153);
}

.b-twitter {
  background-color: rgb(85, 172, 238);
}

.c-twitter {
  color: rgb(85, 172, 238);
}

.b-linkedin {
  background-color: rgb(0, 119, 181);
}

.c-linkedin {
  color: rgb(0, 119, 181);
}

.b-googleplus {
  background-color: rgb(221, 75, 57);
}

.c-googleplus {
  color: rgb(221, 75, 57);
}

.b-instagram {
  background-color: rgb(228, 64, 95);
}

.c-instagram {
  color: rgb(228, 64, 95);
}

.b-pinterest {
  background-color: rgb(189, 8, 28);
}

.c-pinterest {
  color: rgb(189, 8, 28);
}

.b-light {
  background-color: #f5f7e1;
}

.c-light {
  color: #f5f7e1;
}

.b-tertiary {
  background-color: #3f9886;
}

.c-tertiary {
  color: #3f9886;
}

.b-quartenary {
  background-color: #ade4c8;
}

.c-quartenary {
  color: #ade4c8;
}

.b-accent-1 {
  background-color: #de625b;
}

.c-accent-1 {
  color: #de625b;
}

.b-accent-2 {
  background-color: #ff9780;
}

.c-accent-2 {
  color: #ff9780;
}

.b-accent-3 {
  background-color: #ff8201;
}

.c-accent-3 {
  color: #ff8201;
}

.b-accent-4 {
  background-color: #ffb850;
}

.c-accent-4 {
  color: #ffb850;
}

.disabled {
  cursor: not-allowed;
}

.move {
  cursor: move;
}

.pointer {
  cursor: pointer;
}

.d-block {
  display: block;
}

[x-cloak],
.d-hidden {
  display: none !important;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-inline {
  display: inline;
}

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

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

.d-table {
  display: table;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

.list-style-none {
  list-style: none !important;
}

.list-style-reset {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

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

.noscroll {
  overflow: hidden;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
.full-height {
  height: 100%;
}

.full-visual-height {
  height: 100vh;
}

.full-width {
  box-sizing: border-box;
  width: 100%;
}

.max-full-width {
  box-sizing: border-box;
  max-width: 100%;
}

.margin-zero {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

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

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

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

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

.text-just {
  text-align: justify;
}

.strong {
  font-weight: 700;
}

.lead {
  font-weight: 300;
}

.muted {
  opacity: 0.7;
}

.nowrap {
  white-space: nowrap;
}

.small {
  font-size: 80%;
}

.uppercase {
  text-transform: uppercase;
}

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.flip-x {
  transform: scale(-1, 1);
}

.flip-y {
  transform: scale(1, -1);
}

.flip-both {
  transform: scale(-1, -1);
}

.preload-transitions * {
  transition: none !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: ) and (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: ) {
  .hidden-xl {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
