@import url(https://fonts.googleapis.com/css2?family=Material+Icons);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);
@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 53, 0);
  scroll-behavior: smooth;
  background-color: #fafafa;
  height: 100%;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1f1f1f;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

ol[class],
ul[class] {
  list-style: none;
  padding-left: 0;
}

a {
  color: #FDAD54;
  text-decoration-color: currentColor;
  text-underline-offset: 2px;
}
a:hover {
  color: #fc8908;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

nav a:not(:hover),
a[role=menuitem],
a[class] {
  text-decoration: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img,
video {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  margin: 0;
}

[type=search] {
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01s !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01s !important;
        scroll-behavior: auto !important;
    }
}
*/
:root {
  --blue: #0d6efd;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #198754;
  --teal: #20c997;
  --cyan: #FDAD54;
  --white: #fff;
  --gray: #737373;
  --gray-dark: #424242;
  --primary: #FDAD54;
  --secondary: #FDAD54;
  --success: #198754;
  --info: #FDAD54;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e5e5e5;
  --dark: #1f1f1f;
  --white: #333335;
  --tem: #FED6A9;
  --iw: #FED6A9;
  --exf: #FED6A9;
  --action: #FDAD54;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 0;
  border-top: 1px solid rgba(51, 51, 53, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1em;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #737373;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5em;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #737373;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1f1f1f;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 53, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5em 0;
  overflow: hidden;
  border-top: 1px solid #f5f5f5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  clear: both;
  font-weight: 400;
  color: #303030;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.dropdown-item:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #232323;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #FDAD54;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a6a6a6;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 1em;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #737373;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5em 1em;
  color: #303030;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #FDAD54;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.page-link:hover {
  z-index: 2;
  color: #fc8908;
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.page-item.disabled .page-link {
  color: #737373;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e5e5e5;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #9c7245;
  background-color: #ffefdd;
  border-color: #fee8cf;
}
.alert-primary hr {
  border-top-color: #fddcb6;
}
.alert-primary .alert-link {
  color: #795835;
}

.alert-secondary {
  color: #9c7245;
  background-color: #ffefdd;
  border-color: #fee8cf;
}
.alert-secondary hr {
  border-top-color: #fddcb6;
}
.alert-secondary .alert-link {
  color: #795835;
}

.alert-success {
  color: #255f45;
  background-color: #d1e7dd;
  border-color: #bfddcf;
}
.alert-success hr {
  border-top-color: #aed4c3;
}
.alert-success .alert-link {
  color: #173a2a;
}

.alert-info {
  color: #9c7245;
  background-color: #ffefdd;
  border-color: #fee8cf;
}
.alert-info hr {
  border-top-color: #fddcb6;
}
.alert-info .alert-link {
  color: #795835;
}

.alert-warning {
  color: #9d7d1d;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #725b15;
}

.alert-danger {
  color: #8b343d;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #66262d;
}

.alert-light {
  color: #909091;
  background-color: #fafafa;
  border-color: #f8f8f8;
}
.alert-light hr {
  border-top-color: #ebebeb;
}
.alert-light .alert-link {
  color: #767678;
}

.alert-dark {
  color: #29292a;
  background-color: #d2d2d2;
  border-color: silver;
}
.alert-dark hr {
  border-top-color: #b3b3b3;
}
.alert-dark .alert-link {
  color: #101010;
}

.alert-white {
  color: #333335;
  background-color: #d6d6d7;
  border-color: #c6c6c6;
}
.alert-white hr {
  border-top-color: #b9b9b9;
}
.alert-white .alert-link {
  color: #1a1a1b;
}

.alert-tem {
  color: #9d8871;
  background-color: #fff7ee;
  border-color: #fff4e7;
}
.alert-tem hr {
  border-top-color: #ffe8ce;
}
.alert-tem .alert-link {
  color: #826e59;
}

.alert-iw {
  color: #9d8871;
  background-color: #fff7ee;
  border-color: #fff4e7;
}
.alert-iw hr {
  border-top-color: #ffe8ce;
}
.alert-iw .alert-link {
  color: #826e59;
}

.alert-exf {
  color: #9d8871;
  background-color: #fff7ee;
  border-color: #fff4e7;
}
.alert-exf hr {
  border-top-color: #ffe8ce;
}
.alert-exf .alert-link {
  color: #826e59;
}

.alert-action {
  color: #9c7245;
  background-color: #ffefdd;
  border-color: #fee8cf;
}
.alert-action hr {
  border-top-color: #fddcb6;
}
.alert-action .alert-link {
  color: #795835;
}

.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #333335;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #333335;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #333335;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #333335;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #333335;
  border-radius: 0.25rem;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #a6a6a6;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #333335;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #e5e5e5 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #d6d6d6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #d6d6d6;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.product-slider {
  max-width: 40em;
  margin: 0 auto;
}
.product-slider .slick-track {
  display: flex;
  padding-bottom: 0.75em;
}
@media (max-width: 40em) {
  .product-slider {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}

.product-slide {
  margin: 0 0.75em;
  padding: 1em;
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
  background-color: #fff;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  border: 1px solid rgba(214, 214, 214, 0.5);
  transition: all 0.125s ease-in-out;
}
.product-slide figure {
  position: relative;
  padding-top: 100%;
}
.product-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1em;
}

.slick-arrow {
  border: none;
  background-color: transparent;
  font-size: 0;
  padding: 0;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  outline: none;
}
.slick-arrow:before {
  content: "";
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  border-width: 3px;
  border-style: solid;
  display: block;
}
.slick-arrow:hover:not(.slick-disabled), .slick-arrow:focus:not(.slick-disabled) {
  opacity: 0.7;
  outline: none;
}

.slick-disabled {
  opacity: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before {
  border-left-color: #1f1f1f;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #1f1f1f;
  margin-left: 1rem;
}

.slick-next:before {
  border-left-color: transparent;
  border-top-color: #1f1f1f;
  border-right-color: #1f1f1f;
  border-bottom-color: transparent;
  margin-right: 1rem;
}

.slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0 0 1em 0;
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media (min-width: 576px) {
  .slick-dots {
    padding-bottom: 3em;
  }
}
.slick-dots button {
  border: none;
  background-color: transparent;
  font-size: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  outline: none;
  pointer-events: none;
}
.slick-dots button:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.7;
  background-color: #1f1f1f;
  transform: scale(1);
}
.slick-dots .slick-active button:before {
  opacity: 1;
  transform: scale(1.2);
}

.banner-slider {
  padding-top: 3em;
  padding-bottom: 3em;
}
@media (min-width: 576px) {
  .banner-slider {
    padding-bottom: 6em;
  }
  .banner-slider.container {
    padding-left: 3em;
    padding-right: 3em;
  }
}
.banner-slider .slick-prev:before {
  border-left-color: #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  margin-left: 1rem;
}
.banner-slider .slick-next:before {
  border-left-color: transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  margin-right: 1rem;
}
.banner-slider .slick-dots button:before {
  background-color: #fff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  color: currentColor;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn-rounded {
  border-radius: 9999px;
}
.btn:hover {
  color: currentColor;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn.adding span, .btn.added span, .btn.failed span {
  padding-left: 0.5em;
}
.btn.adding svg + span, .btn.added svg + span, .btn.failed svg + span {
  padding-left: 0;
}
.btn.adding:before, .btn.added:before, .btn.failed:before, .btn.loading:before {
  content: "";
}
.btn.adding:before, .btn.loading:before {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor currentColor transparent currentColor;
  animation: loaderSpinner 0.75s linear infinite;
}
.btn.added:before {
  width: 1rem;
  height: 0.5rem;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-top: -5px;
}
.btn.failed:before {
  content: "!";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 80%;
}
.btn.loading {
  pointer-events: none;
}
.btn.loading span {
  opacity: 0;
}
.btn.loading:before {
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
}
.btn.adding svg, .btn.added svg, .btn.failed svg, .btn.loading svg {
  display: none;
}
.btn > * + * {
  margin-left: 0.5em;
}
.btn .hide {
  display: none;
}
.btn .show {
  display: inline;
}
.btn[aria-expanded=true] .hide {
  display: inline;
}
.btn[aria-expanded=true] .show {
  display: none;
}

a.btn:not(.disabled),
button.btn:not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-primary:hover {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
}
.btn-primary:focus, .btn-primary.focus {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #303030;
  background-color: #fc9522;
  border-color: #fc8f15;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}

.btn-secondary {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-secondary:hover {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #303030;
  background-color: #fc9522;
  border-color: #fc8f15;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #136740;
  border-color: #115c39;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #136740;
  border-color: #115c39;
  box-shadow: 0 0 0 0.2rem rgba(60, 153, 110, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #115c39;
  border-color: #0f5133;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 153, 110, 0.5);
}

.btn-info {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-info:hover {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
}
.btn-info:focus, .btn-info.focus {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #303030;
  background-color: #fc9522;
  border-color: #fc8f15;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}

.btn-warning {
  color: #303030;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #303030;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #303030;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(224, 171, 13, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #303030;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #303030;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 171, 13, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #303030;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-light:hover {
  color: #303030;
  background-color: #d2d2d2;
  border-color: #cccccc;
}
.btn-light:focus, .btn-light.focus {
  color: #303030;
  background-color: #d2d2d2;
  border-color: #cccccc;
  box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #303030;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #303030;
  background-color: #cccccc;
  border-color: #c5c5c5;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(202, 202, 202, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.btn-dark:hover {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #060606;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #0c0c0c;
  border-color: #060606;
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #060606;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5);
}

.btn-white {
  color: #fff;
  background-color: #333335;
  border-color: #333335;
}
.btn-white:hover {
  color: #fff;
  background-color: #202022;
  border-color: #1a1a1b;
}
.btn-white:focus, .btn-white.focus {
  color: #fff;
  background-color: #202022;
  border-color: #1a1a1b;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 83, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #fff;
  background-color: #333335;
  border-color: #333335;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1b;
  border-color: #141415;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 83, 0.5);
}

.btn-tem {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-tem:hover {
  color: #303030;
  background-color: #fec483;
  border-color: #fdbe77;
}
.btn-tem:focus, .btn-tem.focus {
  color: #303030;
  background-color: #fec483;
  border-color: #fdbe77;
  box-shadow: 0 0 0 0.2rem rgba(223, 189, 151, 0.5);
}
.btn-tem.disabled, .btn-tem:disabled {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-tem:not(:disabled):not(.disabled):active, .btn-tem:not(:disabled):not(.disabled).active, .show > .btn-tem.dropdown-toggle {
  color: #303030;
  background-color: #fdbe77;
  border-color: #fdb86a;
}
.btn-tem:not(:disabled):not(.disabled):active:focus, .btn-tem:not(:disabled):not(.disabled).active:focus, .show > .btn-tem.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 189, 151, 0.5);
}

.btn-iw {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-iw:hover {
  color: #303030;
  background-color: #fec483;
  border-color: #fdbe77;
}
.btn-iw:focus, .btn-iw.focus {
  color: #303030;
  background-color: #fec483;
  border-color: #fdbe77;
  box-shadow: 0 0 0 0.2rem rgba(223, 189, 151, 0.5);
}
.btn-iw.disabled, .btn-iw:disabled {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-iw:not(:disabled):not(.disabled):active, .btn-iw:not(:disabled):not(.disabled).active, .show > .btn-iw.dropdown-toggle {
  color: #303030;
  background-color: #fdbe77;
  border-color: #fdb86a;
}
.btn-iw:not(:disabled):not(.disabled):active:focus, .btn-iw:not(:disabled):not(.disabled).active:focus, .show > .btn-iw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 189, 151, 0.5);
}

.btn-exf {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-exf:hover {
  color: #303030;
  background-color: #fec483;
  border-color: #fdbe77;
}
.btn-exf:focus, .btn-exf.focus {
  color: #303030;
  background-color: #fec483;
  border-color: #fdbe77;
  box-shadow: 0 0 0 0.2rem rgba(223, 189, 151, 0.5);
}
.btn-exf.disabled, .btn-exf:disabled {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-exf:not(:disabled):not(.disabled):active, .btn-exf:not(:disabled):not(.disabled).active, .show > .btn-exf.dropdown-toggle {
  color: #303030;
  background-color: #fdbe77;
  border-color: #fdb86a;
}
.btn-exf:not(:disabled):not(.disabled):active:focus, .btn-exf:not(:disabled):not(.disabled).active:focus, .show > .btn-exf.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 189, 151, 0.5);
}

.btn-action {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-action:hover {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
}
.btn-action:focus, .btn-action.focus {
  color: #303030;
  background-color: #fd9b2e;
  border-color: #fc9522;
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}
.btn-action.disabled, .btn-action:disabled {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-action:not(:disabled):not(.disabled):active, .btn-action:not(:disabled):not(.disabled).active, .show > .btn-action.dropdown-toggle {
  color: #303030;
  background-color: #fc9522;
  border-color: #fc8f15;
}
.btn-action:not(:disabled):not(.disabled):active:focus, .btn-action:not(:disabled):not(.disabled).active:focus, .show > .btn-action.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 154, 79, 0.5);
}

.btn-outline-primary {
  color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-primary:hover {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #FDAD54;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}

.btn-outline-secondary {
  color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-secondary:hover {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #FDAD54;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.5);
}

.btn-outline-info {
  color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-info:hover {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #FDAD54;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #303030;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #303030;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-light:hover {
  color: #303030;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e5e5e5;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #303030;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 229, 229, 0.5);
}

.btn-outline-dark {
  color: #1f1f1f;
  border-color: #1f1f1f;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1f1f1f;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(31, 31, 31, 0.5);
}

.btn-outline-white {
  color: #333335;
  border-color: #333335;
}
.btn-outline-white:hover {
  color: #fff;
  background-color: #333335;
  border-color: #333335;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 53, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #333335;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #333335;
  border-color: #333335;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 53, 0.5);
}

.btn-outline-tem {
  color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-tem:hover {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-tem:focus, .btn-outline-tem.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 214, 169, 0.5);
}
.btn-outline-tem.disabled, .btn-outline-tem:disabled {
  color: #FED6A9;
  background-color: transparent;
}
.btn-outline-tem:not(:disabled):not(.disabled):active, .btn-outline-tem:not(:disabled):not(.disabled).active, .show > .btn-outline-tem.dropdown-toggle {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-tem:not(:disabled):not(.disabled):active:focus, .btn-outline-tem:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tem.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 214, 169, 0.5);
}

.btn-outline-iw {
  color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-iw:hover {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-iw:focus, .btn-outline-iw.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 214, 169, 0.5);
}
.btn-outline-iw.disabled, .btn-outline-iw:disabled {
  color: #FED6A9;
  background-color: transparent;
}
.btn-outline-iw:not(:disabled):not(.disabled):active, .btn-outline-iw:not(:disabled):not(.disabled).active, .show > .btn-outline-iw.dropdown-toggle {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-iw:not(:disabled):not(.disabled):active:focus, .btn-outline-iw:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-iw.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 214, 169, 0.5);
}

.btn-outline-exf {
  color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-exf:hover {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-exf:focus, .btn-outline-exf.focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 214, 169, 0.5);
}
.btn-outline-exf.disabled, .btn-outline-exf:disabled {
  color: #FED6A9;
  background-color: transparent;
}
.btn-outline-exf:not(:disabled):not(.disabled):active, .btn-outline-exf:not(:disabled):not(.disabled).active, .show > .btn-outline-exf.dropdown-toggle {
  color: #303030;
  background-color: #FED6A9;
  border-color: #FED6A9;
}
.btn-outline-exf:not(:disabled):not(.disabled):active:focus, .btn-outline-exf:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-exf.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 214, 169, 0.5);
}

.btn-outline-action {
  color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-action:hover {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-action:focus, .btn-outline-action.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}
.btn-outline-action.disabled, .btn-outline-action:disabled {
  color: #FDAD54;
  background-color: transparent;
}
.btn-outline-action:not(:disabled):not(.disabled):active, .btn-outline-action:not(:disabled):not(.disabled).active, .show > .btn-outline-action.dropdown-toggle {
  color: #303030;
  background-color: #FDAD54;
  border-color: #FDAD54;
}
.btn-outline-action:not(:disabled):not(.disabled):active:focus, .btn-outline-action:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-action.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.5);
}

/*.btn-border {
    border-color: $border-color;
    transition: all .35s $cubic-bezier;

    &:hover {
        border-color: $input-focus-border-color;
    }

    &:focus,
    &[aria-expanded="true"] {
        border-color: $input-focus-border-color;
        box-shadow: inset 0 0 0 1px $input-focus-border-color;
    }
}

.btn-outline-gray {
    color: color-yiq($white);
}

.btn-outline-fav:hover {
    border-color: currentColor;
}*/
.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-lg.adding:before, .btn-lg.failed:before {
  width: 1.25rem;
  height: 1.25rem;
}
.btn-lg.added:before {
  width: 1.25rem;
  height: 0.625rem;
}
.btn-lg > * + * {
  margin-left: 0.875em;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-sm.adding:before, .btn-sm.failed:before {
  width: 0.875rem;
  height: 0.875rem;
}
.btn-sm.added:before {
  width: 0.875rem;
  height: 0.4375rem;
}

.btn-xl {
  font-size: 1.5rem;
}

.btn-square,
.btn-round {
  width: 2.5rem;
  padding: 0;
}
.btn-square.btn-sm,
.btn-round.btn-sm {
  width: 1.875rem;
}
.btn-square.btn-lg,
.btn-round.btn-lg {
  width: 3.25rem;
}

.btn-round {
  border-radius: 9999px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-fit {
  padding-left: 0;
  padding-right: 0;
}

.button-divider {
  position: relative;
}
.button-divider:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #d6d6d6 0%, #d6d6d6 100%);
  z-index: 1;
}
.button-divider * {
  z-index: 2;
  position: relative;
}

.btn-fav:hover {
  color: #fc8908;
}

.btn-inline {
  padding: 0;
  text-decoration: underline;
  text-transform: none;
  font-weight: normal;
  height: unset;
}

.btn-dropdown,
.btn-collapse {
  padding: 0;
  justify-content: space-between;
}

.btn-collapse {
  width: 100%;
}

.btn-icon {
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  min-width: 2.5rem;
  height: 100%;
}
.btn-icon > * + * {
  margin-left: 0;
}
.btn-icon .icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.btn-icon .label {
  font-size: 0.6825rem;
  max-width: 10ch;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
  .btn-icon .label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  background: #1f1f1f;
  opacity: 0.5;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  transition: all 0.3s ease;
  z-index: 10000;
}
.scroll-to-top .material-icons {
  font-size: 2rem;
}
.scroll-to-top:hover {
  opacity: 1;
  color: #fff;
}

.button-list {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}
.button-list .btn {
  width: 100%;
  height: 100%;
}
.button-list > li {
  width: 100%;
}
@media (min-width: 576px) {
  .button-list {
    flex-wrap: nowrap;
  }
  .button-list.buttons-2 > li {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .button-list {
    max-width: 50vw;
  }
}

.btn-product {
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
  border-color: #d6d6d6;
}
.btn-product:hover {
  border-color: #1f1f1f;
}
.btn-product:focus {
  box-shadow: 0;
}

.site-footer {
  width: 100%;
  background-color: #fafafa;
  font-size: 0.875rem;
}
.site-footer ul {
  padding-left: 0;
  list-style: none;
}
.site-footer ul > li + li {
  margin-top: 0.5em;
}
.site-footer .btn-footer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  justify-content: space-between;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .site-footer .btn-footer {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.25rem;
    margin-bottom: 1em;
    pointer-events: none;
  }
  .site-footer .btn-footer:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #FDAD54;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .site-footer .btn-footer .plus-minus {
    display: none;
  }
  .site-footer .collapse:not(.show) {
    display: block !important;
  }
  .site-footer .foot {
    position: relative;
  }
  .site-footer .foot + .foot:before {
    content: "";
    display: block;
    position: absolute;
    left: -1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #d6d6d6;
  }
}
@media (min-width: 992px) {
  .site-footer .foot:not(:first-child):not(:last-child) {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .site-footer .foot:first-child {
    padding-right: 1.5em;
  }
  .site-footer .foot:last-child {
    padding-left: 1.5em;
  }
}

.site-footer-sub {
  font-size: 0.875rem;
}

.site-footer-links {
  display: flex;
}
.site-footer-links > li + li {
  margin-left: 1em;
}
@media (min-width: 768px) {
  .site-footer-links {
    justify-content: flex-end;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.95rem + 2px);
  padding: 0.475rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #575757;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d6d6d6;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #575757;
}
.form-control:focus {
  color: #575757;
  background-color: #fff;
  border-color: #424242;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(253, 173, 84, 0.25);
}
.form-control::placeholder {
  color: #737373;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:focus::-ms-value {
  color: #575757;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.475rem + 1px);
  padding-bottom: calc(0.475rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.675rem + 1px);
  padding-bottom: calc(0.675rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.475rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #1f1f1f;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1.35rem + 2px);
  padding: 0.675rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #737373;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.95rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.2375rem) center;
  background-size: calc(0.75em + 0.475rem) calc(0.75em + 0.475rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.95rem);
  background-position: top calc(0.375em + 0.2375rem) right calc(0.375em + 0.2375rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #198754;
  padding-right: calc(0.75em + 2.4625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.475rem) calc(0.75em + 0.475rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #198754;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #198754;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #21b26f;
  background-color: #21b26f;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #198754;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #198754;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.95rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.2375rem) center;
  background-size: calc(0.75em + 0.475rem) calc(0.75em + 0.475rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.95rem);
  background-position: top calc(0.375em + 0.2375rem) right calc(0.375em + 0.2375rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.4625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.475rem) calc(0.75em + 0.475rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-control:focus {
  box-shadow: inset 0 0 0 1px #424242;
}

.custom-control {
  position: relative;
}
.custom-control-input {
  position: absolute !important;
  opacity: 0;
  pointer-events: none;
}
.custom-control-input:disabled ~ label {
  opacity: 0.7;
  cursor: not-allowed;
}
.custom-control-input:focus ~ label:before {
  box-shadow: none;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  padding-left: 1.75rem;
  display: block;
}
.custom-control-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: #a6a6a6 solid 1px;
  pointer-events: none;
}

.form-label-group {
  position: relative;
  flex-grow: 1;
}
.form-label-group label:not(.form-text) + * {
  margin-top: 2px;
}
.form-label-group .form-control {
  height: 3rem;
  font-size: 0.875rem;
}
.form-label-group .form-control ~ label:not(.form-text) {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.5;
  color: currentColor;
  border-width: 0;
  transition: all 0.3s ease;
  padding: 0.375rem 0.75rem;
  height: 3rem;
  font-size: 0.875rem;
  cursor: text;
}
.form-label-group .form-control::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.form-label-group .form-control::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.form-label-group .form-control::placeholder {
  color: transparent;
  opacity: 0;
}
.form-label-group .form-control:focus,
.form-label-group .form-control:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0;
}
.form-label-group .form-control:focus ~ label,
.form-label-group .form-control:not(:placeholder-shown) ~ label:not(.form-text) {
  padding-top: 7px;
  padding-bottom: 0;
  line-height: 1;
  font-size: 0.775rem;
  color: #575757;
  height: auto;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group .form-control {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .form-label-group .form-control ~ label:not(.form-text) {
    padding-top: 6px;
    padding-bottom: 0;
    line-height: 1;
    font-size: 0.775rem;
    color: #424242;
    height: auto;
  }
  .form-label-group .form-control:-ms-input-placeholder {
    color: transparent;
    opacity: 1;
  }
  .form-label-group .form-control::-ms-input-placeholder {
    color: transparent;
    opacity: 1;
  }
}

.form-group textarea.form-control,
.form-label-group textarea.form-control {
  height: auto;
}
.form-group textarea.form-control:not(:placeholder-shown),
.form-label-group textarea.form-control:not(:placeholder-shown) {
  padding-top: 1.5em;
}

.form-text,
.error,
.field-validation-error {
  display: block;
  font-size: 0.775rem;
}

select.form-control {
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23212121'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 1em) 63%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-right: 2em;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
select.form-control:disabled {
  color: #737373;
  background-color: #f5f5f5;
}
select.form-control::-ms-expand {
  display: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #575757;
}
select.form-control::-ms-value {
  color: #575757;
  background-color: #fff;
}
select.form-control option {
  color: #575757;
}
select.form-control option:disabled {
  color: #a6a6a6;
  font-style: italic;
}

.custom-control-label {
  font-size: 0.875rem;
}

.custom-checkbox label:focus,
.custom-radio label:focus {
  outline: none;
}
.custom-checkbox label::before,
.custom-radio label::before {
  transition: border-color ease-in-out 0.25s, background-color ease-in-out 0.25s;
}

.custom-checkbox input:checked ~ label::before {
  color: #fff;
  border-color: #FDAD54;
  background-color: rgba(253, 173, 84, 0.9);
}
.custom-checkbox label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: -1;
}
.custom-checkbox input:checked ~ label::after {
  z-index: auto;
}

.custom-radio label::before {
  border-radius: 50%;
}
.custom-radio label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  z-index: -1;
  background-color: transparent;
  border-radius: 50%;
}
.custom-radio input:checked ~ label::before {
  border-color: #FDAD54;
}
.custom-radio input:checked ~ label:after {
  background-color: #FDAD54;
  z-index: 1;
}

input[class*=dw] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.req {
  color: #dc3545;
  font-size: 0.875rem;
}

@media (pointer: coarse) {
  input[type=date] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M14 0H2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM1 3.857C1 3.384 1.448 3 2 3h12c.552 0 1 .384 1 .857v10.286c0 .473-.448.857-1 .857H2c-.552 0-1-.384-1-.857V3.857z'/><path fill-rule='evenodd' d='M6.5 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm-9 3a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: calc(100% - 1em) 63%;
  }

  input[type=date]::-webkit-calendar-picker-indicator {
    opacity: 0;
  }
}
.form-box {
  background-color: #fff;
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
  border: 1px solid rgba(214, 214, 214, 0.325);
  padding: 1.5em;
  margin: 0 auto;
  max-width: 40em;
}
@media (min-width: 768px) {
  .form-box {
    padding: 3em 0;
  }
  .form-box .form-wrap {
    max-width: 420px;
    margin: 0 auto;
  }
}
.form-box hr {
  margin-bottom: 0;
}

.form-wrap .btn:not(.btn-lg):not(.btn-sm):not(.btn-inline) {
  height: 3rem;
  font-weight: 700;
  width: 100%;
}

.label-lined {
  position: relative;
  text-align: center;
}
.label-lined span {
  display: inline-block;
  background-color: #fff;
  padding: 0 0.5em;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.label-lined:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d6d6d6;
}

label.error,
.field-validation-error {
  text-align: left;
  color: #dc3545;
}

.form form {
  max-width: 480px;
  margin: 0 auto;
}
.form form button[type=submit] {
  height: 3rem;
  font-weight: 700;
  width: 100%;
}

.site-header {
  z-index: 100;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.15s ease-in;
  height: 60px;
  background-color: transparent;
  color: #fff;
}
.site-header .nav-burger span {
  background-color: #fff;
}
.site-header .logo-dark {
  display: none;
}
.site-header .logo-light {
  display: block;
}
.site-header.is-sticky.is-scrolled {
  position: sticky;
}
.site-header:not(.is-neutral) {
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .site-header:not(.is-neutral) {
    margin-bottom: -100px;
  }
}
.site-header.is-neutral {
  background-color: #fff;
  color: #303030;
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
  position: sticky;
}
.site-header.is-neutral .logo-light {
  display: none;
}
.site-header.is-neutral .logo-dark {
  display: block;
}
.site-header.is-neutral .nav-burger span {
  background-color: currentColor;
}
@media (min-width: 768px) {
  .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-] {
    color: #fff;
    border-color: #fff;
  }
  .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-]:hover {
    color: #303030;
    background-color: #fff;
    border-color: #fff;
  }
  .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-]:focus, .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
  .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-].disabled, .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-]:disabled {
    color: #fff;
    background-color: transparent;
  }
  .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-]:not(:disabled):not(.disabled):active, .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-].dropdown-toggle {
    color: #303030;
    background-color: #fff;
    border-color: #fff;
  }
  .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .site-header:not(.is-scrolled):not(.is-neutral) [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
.site-header.is-scrolled:not(.is-neutral) {
  background: #fff;
  color: #1f1f1f;
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
}
.site-header.is-scrolled:not(.is-neutral) .nav-burger span {
  background-color: #1f1f1f;
}
.site-header.is-scrolled:not(.is-neutral) .logo-dark {
  display: block;
}
.site-header.is-scrolled:not(.is-neutral) .logo-light {
  display: none;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.site-header-logo {
  order: 2;
  display: block;
  position: relative;
  object-fit: contain;
  overflow: hidden;
  width: 100%;
  padding-top: 32px;
}
@media (min-width: 992px) {
  .site-header-logo {
    padding-top: 44px;
    max-width: 224px;
  }
}
.site-header-logo > img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
}
.site-header-navigation {
  order: 1;
}
.site-header .nav-burger {
  order: 3;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 102;
  background-color: transparent;
  border: none;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  align-items: flex-end;
  outline: 0;
  flex-direction: column;
  padding: 0;
}
.site-header .nav-burger span {
  height: 2px;
  width: 20px;
  display: block;
  transition: transform 0.35s ease;
}
.site-header .nav-burger span:nth-child(2) {
  margin: 5px 0;
}
.site-header .nav-burger[aria-expanded=true] span:nth-child(1) {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.site-header .nav-burger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.site-header .nav-burger[aria-expanded=true] span:nth-child(3) {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
@media (min-width: 768px) {
  .site-header {
    height: 100px;
  }
  .site-header-logo {
    order: 1;
  }
  .site-header-logo img {
    max-height: 60px;
  }
  .site-header-navigation {
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
  }
  .site-header .nav-burger {
    display: none;
  }
}
.site-header-navigation .nav-link,
.site-header-navigation .nav-toggle,
.site-header-navigation .nav-close {
  display: flex;
  color: currentColor;
  outline: none;
  align-items: center;
  height: 100%;
  border: none;
  background-color: transparent;
}
.site-header-navigation .nav-link,
.site-header-navigation .nav-toggle {
  font-weight: 700;
}
.site-header-navigation .nav-toggle,
.site-header-navigation .nav-close {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 900;
  background: transparent;
  border: none;
  cursor: pointer;
}
.site-header-navigation .nav-sub-link.has-logo {
  height: 24px;
  display: flex;
}
.site-header-navigation img[class*=bg-] {
  padding: 1em;
  box-shadow: 0 3px 1px -2px rgba(166, 166, 166, 0.2), 0 2px 2px 0 rgba(166, 166, 166, 0.14), 0 1px 5px 0 rgba(166, 166, 166, 0.12);
}
.site-header-navigation .dropdown-menu {
  color: #1f1f1f;
}
.site-header-navigation .dropdown-menu a {
  color: currentColor;
}
.site-header-navigation .nav-sub-head {
  border-bottom: 1px solid rgba(214, 214, 214, 0.75);
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  display: block;
}
@media (min-width: 768px) {
  .site-header-navigation {
    height: 100%;
    display: flex !important;
  }
  .site-header-navigation .nav-head {
    display: none;
  }
  .site-header-navigation .nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
  }
  .site-header-navigation .nav-toggle {
    padding: 0;
  }
  .site-header-navigation .nav-toggle > * + * {
    margin-left: 0.5em;
  }
  .site-header-navigation .nav-toggle .plus-minus {
    display: none;
  }
}
@media (min-width: 768px) and (pointer: fine) {
  .site-header-navigation .nav-toggle {
    cursor: default;
  }
}
@media (min-width: 768px) {
  .site-header-navigation .dropdown-menu {
    margin-top: 0;
    padding: 1.5em;
    border-width: 0;
  }
}
@media (min-width: 768px) and (pointer: fine) {
  .site-header-navigation .nav-item.has-children:hover .nav-toggle:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .site-header-navigation .nav-item.has-children:hover .dropdown-menu {
    position: absolute;
    transform: translate3d(0, 100px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    display: block;
  }
}
@media (min-width: 768px) {
  .site-header-navigation .nav > .nav-item {
    padding-left: 1em;
    padding-right: 1em;
    height: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .site-header-navigation .nav-collapse {
    background-color: #fff;
    color: #303030;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 3px 1px -2px rgba(166, 166, 166, 0.2), 0 2px 2px 0 rgba(166, 166, 166, 0.14), 0 1px 5px 0 rgba(166, 166, 166, 0.12);
  }
}
@media (min-width: 768px) {
  .site-header-navigation .nav-sub-cols {
    display: flex;
  }
}
@media (min-width: 768px) {
  .site-header-navigation .nav-sub-cols > li {
    width: 200px;
  }
  .site-header-navigation .nav-sub-cols > li + li {
    margin-left: 1.5em;
  }
}
@media (min-width: 768px) {
  .site-header-navigation .nav-singles > li + li {
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) {
  .site-header-navigation .nav-link,
.site-header-navigation .nav-toggle {
    position: relative;
    transition: all 0.25s ease-in-out;
    font-weight: 900;
  }
  .site-header-navigation .nav-link:after,
.site-header-navigation .nav-toggle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    display: block;
    left: 0;
    bottom: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.2s ease-in-out 0s;
    background-color: currentColor;
    opacity: 0;
  }
  .site-header-navigation .nav-link:hover:after, .site-header-navigation .nav-link.is-active:after,
.site-header-navigation .nav-toggle:hover:after,
.site-header-navigation .nav-toggle.is-active:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .site-header-navigation .nav-sub-link:not(.has-logo) {
    position: relative;
    transition: all 0.25s ease-in-out;
  }
  .site-header-navigation .nav-sub-link:not(.has-logo):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    top: calc(50% + 0.775rem);
    visibility: hidden;
    transform: scale(0);
    transition: all 0.2s ease-in-out 0s;
    background-color: currentColor;
    opacity: 0;
  }
  .site-header-navigation .nav-sub-link:not(.has-logo):hover:after, .site-header-navigation .nav-sub-link:not(.has-logo).is-active:after {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .site-header-navigation .site-header-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .site-header-navigation .site-header-buttons .btn + .btn,
.site-header-navigation .site-header-buttons form + .btn,
.site-header-navigation .site-header-buttons .btn + form {
    margin-left: 1em;
  }
}
@media (max-width: 767.98px) {
  .site-header-navigation {
    position: fixed;
    top: 0;
    left: calc(-1 * (100vw - 60px));
    width: calc(100vw - 60px);
    height: 100% !important;
    will-change: transform;
    transition: transform 0.35s ease-in;
    overflow: hidden;
    z-index: 105;
    margin: 0;
    padding-top: 0;
    display: block !important;
  }
  .site-header-navigation.collapsing {
    transition: transform 0.35s ease-in !important;
    background-color: #fff;
  }
  .site-header-navigation.show {
    transform: translateX(calc(100vw - 60px));
  }
  .site-header-navigation .dropdown-menu {
    position: relative !important;
    transform: none !important;
    min-width: 100%;
    width: 100%;
  }
  .site-header-navigation .nav-item {
    width: 100%;
  }
  .site-header-navigation .nav-toggle,
.site-header-navigation .nav-link {
    min-height: 60px;
    justify-content: space-between;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .site-header-navigation .arrow-down {
    display: none;
  }
  .site-header-navigation .plus-minus {
    opacity: 0.5;
  }
  .site-header-navigation .nav-label {
    visibility: hidden;
  }
  .site-header-navigation .nav-sub {
    background-color: #fff;
    color: #303030;
  }
  .site-header-navigation .nav-sub-head {
    padding: 1em 1em 0.5em;
  }
  .site-header-navigation .nav-sub-link {
    padding: 0 1em;
    color: currentColor;
    display: block;
  }
  .site-header-navigation .nav-sub-pages {
    margin-bottom: 1em;
  }
  .site-header-navigation:not([class*=nav-]) {
    background-color: #fff;
    color: #303030;
  }
  .site-header-navigation:not([class*=nav-]).collapsing {
    background-color: #fff;
  }
  .site-header-navigation:not([class*=nav-]).show {
    border-right: 1px solid rgba(48, 48, 48, 0.125);
  }
  .site-header-navigation:not([class*=nav-]) .nav-item {
    border-bottom: 1px solid rgba(48, 48, 48, 0.125);
  }
  .site-header-navigation .dropdown-menu {
    margin-top: 0;
    border-width: 1px 0;
    border-top-color: transparent;
    border-bottom-color: rgba(48, 48, 48, 0.125);
  }
  .site-header-navigation .site-header-buttons {
    width: 100%;
    padding: 1em;
  }
  .site-header-navigation .site-header-buttons .btn {
    width: 100%;
  }
  .site-header-navigation .site-header-buttons .btn + .btn {
    margin-top: 1em;
  }
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.5em;
  border: 1px solid rgba(214, 214, 214, 0.5);
  background-color: #fff;
}

.card-body {
  width: 100%;
}

.card-icon .material-icons {
  width: 2em;
  height: 2em;
  border-radius: 9999px;
  font-size: 2.5rem;
  font-size: calc(1.5rem + 1.5vw);
  font-size: clamp(2rem, 3vw, 3rem);
}

.image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.25em 1em;
  background-color: rgba(245, 245, 245, 0.5);
  display: inline-block;
  z-index: 1;
  font-size: 0.775rem;
}

.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5em;
}

.split-banner > * + * {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  .split-banner {
    display: flex;
    align-items: center;
  }
  .split-banner.align-right {
    flex-direction: row-reverse;
  }
  .split-banner > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .split-banner > figure.split-col {
    width: calc(calc(100% * 5 / 12 - 1.5em * 7 / 12) - 1em);
  }
  .split-banner > div.split-col {
    width: calc(calc(100% * 7 / 12 - 1.5em * 5 / 12) - 1em);
  }
  .split-banner > * + * {
    margin-top: 0;
  }
}
.split-banner .sub-headline {
  font-size: 1.25rem;
}
.split-banner.justify-content-center .split-content {
  text-align: center;
}

.rte {
  width: 100%;
}
.rte li + li {
  margin-top: 1em;
}

.video-overlay {
  z-index: 10;
  opacity: 1;
  transition: all 0.35s ease-in-out;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-overlay.is-playing {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

.jump-list {
  display: flex;
  justify-content: center;
}
.jump-list li {
  display: flex;
  align-items: center;
}
.jump-list li + li:before {
  content: "arrow_forward_ios";
  display: inline-flex;
  padding: 0 0.5em;
  font-family: "Material Icons";
}

.terms-list {
  width: 100%;
  max-width: 100ch;
  margin: 0 auto;
}

.terms-head > li + li {
  margin-top: 0.25em;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 53, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #333335;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1em;
  border-bottom: 1px solid #d6d6d6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  font-size: 1.5rem;
  margin-right: -0.5em;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.75rem;
  border-top: 1px solid #d6d6d6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.layout + .layout,
.layout + .products {
  padding-top: 1.5em;
}

.layout[class*=bg-] {
  padding-bottom: 1.5em;
}

.hero {
  margin-top: -60px;
  padding-top: 120px;
}
@media (min-width: 768px) {
  .hero {
    margin-top: -100px;
    padding-top: 200px;
  }
}

.user-logos {
  display: flex;
  justify-content: center;
  width: 100%;
}
.user-logos img {
  max-height: 100%;
}

.user-logo {
  width: 100px;
  height: 40px;
  margin: 0.5em;
}

.hero-logo {
  max-width: 100%;
}

.ms-logo {
  max-width: 160px;
}

.hero-content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.hero-content > * + * {
  margin-top: 1.5em;
}
.hero-content p:not([class]) {
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .hero-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .hero-content.has-video {
    align-items: center;
  }
  .hero-content .hero-col {
    width: calc(calc(50% - 1.5em / 2) - 1em);
  }
  .hero-content > * + * {
    margin-top: 0;
  }
}
.hero-content .sub-headline {
  font-size: 1.75rem;
  font-size: calc(1rem + 0.5vw);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

@media (min-width: 768px) {
  .hero-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  .hero-col:not([class*=video-]) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hero-col:not([class*=video-]) > header {
    text-align: center;
  }
}
.frontpage > .hero {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .frontpage > .hero {
    padding-bottom: 100px;
  }
}

.frontpage > .products {
  margin-top: -60px;
}
@media (min-width: 768px) {
  .frontpage > .products {
    margin-top: -100px;
  }
}

.products-teaser {
  max-width: 60em;
  margin: 0 auto;
  padding: 3em;
  text-align: center;
}

.anchor {
  display: block;
  visibility: hidden;
  height: 60px;
  margin-top: -60px;
}
@media (min-width: 768px) {
  .anchor {
    height: 100px;
    margin-top: -100px;
  }
}

.customer-logo {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}
.customer-logo span {
  width: 100%;
  display: inline-block;
  position: relative;
  padding-top: 60px;
}
.customer-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  max-height: 60px;
  display: inline-block;
}

.bg-customer-portal {
  background-color: #f5f5f5;
  padding-bottom: 1.5em;
}

.bg-single-forms {
  background-color: #f5f5f5;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .bg-single-forms {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}

.page-head {
  position: sticky;
  top: 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  z-index: 99;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d6d6d6;
}
.page-head .page-menu a {
  color: currentColor;
  position: relative;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .page-head .collapse.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .page-head .collapse.collapsing {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .page-head .btn {
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .page-head .page-menu {
    margin-top: 1em;
  }
  .page-head .page-menu li + li {
    border-top: 1px solid #d6d6d6;
  }
  .page-head .page-menu a {
    display: block;
    padding: 0.5em 0;
  }
  .page-head .page-menu a.is-active {
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .page-head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-head .collapse {
    display: block !important;
  }
  .page-head button {
    display: none;
  }
  .page-head .page-menu {
    display: flex;
    align-items: flex-end;
  }
  .page-head .page-menu > li + li {
    margin-left: 1em;
  }
  .page-head .page-menu a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    left: 0;
    top: calc(50% + 1rem);
    visibility: hidden;
    transform: scale(0);
    transition: all 0.2s ease-in-out 0s;
    background-color: currentColor;
  }
  .page-head .page-menu a:hover:after,
.page-head .page-menu a.is-active:after {
    visibility: visible;
    transform: scale(1);
  }
}

.sticky-navigation {
  background-color: #fff;
  color: #303030;
}
.sticky-navigation.is-scrolled {
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
}
.sticky-navigation .product-logo {
  width: 168px;
  padding-top: 48px;
  position: relative;
}
.sticky-navigation .product-logo > img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.content-area .layout {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.portal,
.system {
  background-color: #f5f5f5;
}
.portal + footer,
.system + footer {
  border-top: 1px solid rgba(214, 214, 214, 0.5);
}

.content-area {
  transition: padding 0.25s ease-in-out;
}

.page-menu .container {
  padding-left: 0;
  padding-right: 0;
}
.page-menu .terms-list {
  margin-left: 0;
}
.page-menu .sidebar-link {
  color: currentColor;
}
.page-menu .sidebar-link.is-active {
  font-weight: 700;
}
.page-menu .sidebar-nav {
  border-left: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
}
.page-menu .sidebar-nav li {
  border-bottom: 1px solid #1f1f1f;
}
.page-menu .sidebar-nav .sidebar-link {
  padding: 0.5em 1em;
  display: block;
}
.page-menu .content {
  margin-top: 1.5em;
}
@media (min-width: 992px) {
  .page-menu {
    display: flex;
    justify-content: space-between;
  }
  .page-menu > .content {
    width: calc(100% * 3 / 4 - 1.5em * 1 / 4);
    margin-top: 0;
  }
  .page-menu > .sidebar {
    width: calc(100% * 1 / 4 - 1.5em * 3 / 4);
  }
  @supports (display: grid) {
    .page-menu {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.5em;
    }
    .page-menu > .sidebar {
      grid-column: span 1;
      width: 100%;
    }
    .page-menu > .sidebar > .collapse {
      position: sticky;
      top: calc(100px + 3em);
      left: 0;
    }
    .page-menu > .content {
      grid-column: span 3;
      width: 100%;
    }
    @media (min-width: 992px) and (min-width: 1200px) {
      .page-menu {
        grid-template-columns: repeat(5, minmax(0, 1fr));
      }
      .page-menu > .content {
        grid-column: span 4;
      }
    }
  }
  .page-menu .sidebar-link:hover {
    text-decoration: underline;
  }
  .page-menu .sidebar-nav,
.page-menu .sidebar-nav li {
    border: 0;
  }
  .page-menu .sidebar-nav li + li {
    margin-top: 0.5em;
  }
  .page-menu .sidebar-nav .sidebar-link {
    padding: 0;
  }
  .page-menu .sidebar .btn-sidebar {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .page-menu .sidebar .collapse {
    display: block !important;
  }
}

.release-tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  margin-bottom: 1.5em;
}
.release-tabs .btn {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1em;
}
.release-tabs .btn:hover {
  box-shadow: 0 2px 1px -1px rgba(166, 166, 166, 0.2), 0 1px 1px 0 rgba(166, 166, 166, 0.14), 0 1px 3px 0 rgba(166, 166, 166, 0.12);
  border-color: #d6d6d6;
}
.release-tabs .btn[aria-expanded=true] {
  border-color: rgba(48, 48, 48, 0.5);
}
@media (min-width: 576px) {
  .release-tabs {
    flex-direction: row;
    gap: 1.5em;
  }
  .release-tabs > * {
    width: calc(50% - 1.5em / 2);
  }
}
@media (min-width: 992px) {
  .release-tabs > * {
    width: calc(100% * 1 / 3 - 1.5em * 2 / 3);
  }
}
@media (min-width: 1200px) {
  .release-tabs > * {
    width: calc(100% * 1 / 4 - 1.5em * 3 / 4);
  }
}

.release-grid {
  display: flex;
  gap: 1.5em;
}
@supports (display: grid) {
  .release-grid {
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(auto-fill, minmax(348px, 1fr));
  }
  .release-grid > * {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .table-release .date-cell,
.table-release .link-cell {
    max-width: 120px;
  }
  .table-release .link-cell {
    text-align: right;
  }
  .table-release .teaser {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .table-release ul {
    padding-left: 22px;
    margin-left: 0;
  }
}

.release-scroll aside ul {
  padding: 1.5em 0 0;
  position: sticky;
  top: 100px;
  left: 0;
  scroll-margin-top: 100px;
}
.release-scroll .release-scroll-item {
  scroll-margin-top: 100px;
  padding: 1.5em 0 0;
}

.release-scroll-links li + li {
  border-top: 1px solid #d6d6d6;
  margin-top: 0.25em;
}
.release-scroll-links .scroll-link {
  cursor: pointer;
  color: #424242;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.25em 0;
}
.release-scroll-links .scroll-link[aria-expanded=true] {
  color: #1f1f1f;
  font-weight: 700;
  pointer-events: none;
}
.release-scroll-links .scroll-link small {
  color: #575757;
}
.release-scroll-links .scroll-link.inactive:hover .scroll-label {
  text-decoration: underline;
}

.release-text li + li {
  margin-top: 0.5em;
}
.release-text li > * + * {
  margin-top: 0.5em;
}

.temporary {
  background-color: #FDAD54;
  color: #fff;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plans-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  margin-bottom: 1.5em;
}
.plans-products button,
.plans-products a.btn {
  padding: 1em;
  background-color: #fff;
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
  text-align: left;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.plans-products button:hover,
.plans-products a.btn:hover {
  box-shadow: 0 2px 1px -1px rgba(166, 166, 166, 0.2), 0 1px 1px 0 rgba(166, 166, 166, 0.14), 0 1px 3px 0 rgba(166, 166, 166, 0.12);
  border-color: rgba(214, 214, 214, 0.5);
}
.plans-products button.is-active,
.plans-products a.btn.is-active {
  border-color: rgba(48, 48, 48, 0.5);
}
@media (min-width: 576px) {
  .plans-products {
    flex-direction: row;
    gap: 1.5em;
  }
  .plans-products > * {
    width: calc(50% - 1.5em / 2);
  }
}
@media (min-width: 992px) {
  .plans-products > * {
    width: calc(100% * 1 / 3 - 1.5em * 2 / 3);
  }
}
@media (min-width: 1200px) {
  .plans-products > * {
    width: calc(100% * 1 / 4 - 1.5em * 3 / 4);
  }
}

.plans-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0;
}
.plans-header h2 {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .plans-header {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}

.plans-currency {
  display: flex;
}
.plans-currency li {
  margin-left: 1em;
}
.plans-currency button:hover {
  text-decoration: underline;
}
.plans-currency .is-active {
  font-weight: 700;
  text-decoration: underline;
}

.plan {
  background-color: #fff;
}
.plan .price-list {
  padding-top: 1em;
  padding-bottom: 1em;
}
.plan header {
  border-bottom: 1px solid #d6d6d6;
  padding: 1em;
}
.plan .feature-list > li {
  border-top: 1px solid #d6d6d6;
  padding: 0.5em 1em;
  color: #424242;
}
@media (min-width: 768px) {
  .plan header {
    border-bottom: none;
  }
  .plan .collapse {
    display: block !important;
  }
  .plan header + button {
    display: none;
  }
}

.plan-active-logo {
  padding-top: 8px;
}

.plan-active-box {
  max-width: calc(100% - 48px);
}
.plan-active-box > div + div {
  padding-left: 1em;
}
@media (max-width: 991.98px) {
  .plan-active-box {
    flex-direction: column;
  }
  .plan-active-box > div + div {
    padding-left: 0;
    padding-top: 1em;
  }
  .plan-active-box > div + div .btn {
    width: 100%;
  }
}
.plan-active-box li + li {
  margin-left: 1em;
}

.table {
  width: 100%;
  margin-bottom: 1em;
  color: #1f1f1f;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #d6d6d6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6d6;
}
.table tbody + tbody {
  border-top: 2px solid #d6d6d6;
}
.table .thead-dark th {
  color: #fff;
  background-color: #424242;
  border-color: #555555;
}
.table .thead-light th {
  color: #575757;
  background-color: #f5f5f5;
  border-color: #d6d6d6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-hover tbody tr:hover {
  color: #1f1f1f;
  background-color: rgba(51, 51, 53, 0.075);
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(51, 51, 53, 0.05);
}

.table-flex {
  margin-bottom: 0;
  border-bottom: 1px solid #d6d6d6;
}
@media (max-width: 767.98px) {
  .table-flex {
    display: block;
    border-top: 1px solid #d6d6d6;
  }
  .table-flex [class*=flow-] > * + * {
    margin-top: unset;
  }
  .table-flex thead,
.table-flex tbody,
.table-flex tfoot {
    display: block;
  }
  .table-flex thead {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .table-flex tbody > tr:not(:last-of-type) {
    border-bottom: 1px solid #d6d6d6;
  }
  .table-flex tr {
    display: flex;
    flex-direction: column;
  }
  .table-flex th,
.table-flex td {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border: none;
    line-height: 1.2;
    text-align: left !important;
  }
  .table-flex:not(.table-striped) td, .table-flex:not(.table-striped) th {
    padding-left: 0;
    padding-right: 0;
  }
  .table-flex td[data-caption]:before,
.table-flex th[data-caption]:before {
    content: attr(data-caption);
    display: block;
  }
  .table-flex td[data-caption]:before,
.table-flex td label,
.table-flex th[data-caption]:before,
.table-flex th label {
    font-size: 0.775rem;
    color: #737373;
  }
  .table-flex tbody > tr {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .table-flex tbody > tr > * + * {
    margin-top: 0.25em;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-pricing tbody th {
  min-width: 18ch;
}

.dx-state-active, .dx-state-focused {
  border: 1px solid blue;
  background-color: #fafafa !important;
  color: #000 !important;
}

.dx-datagrid .dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-edit-row) > td:not(.dx-focused) {
  background-color: #FDAD54;
}

.dx-link .dx-icon-edit .dx-link-icon {
  background-color: unset !important;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused):not(.dx-cell-modified) > a.dx-link-icon {
  background-color: unset !important;
  color: white;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row > td:not(.dx-focused):not(.dx-cell-modified) > a.dx-link-icon:before {
  color: white;
}

.dx-link-icon:before {
  color: #FDAD54;
}

.dx-row-focused > .dx-link {
  color: #000 !important;
}

.dxgvFocusedRow_Office365 .dxIcon_iconbuilder_actions_edit_svg_dark_16x16 {
  filter: brightness(0) invert(1);
}

.tab-pane .layout {
  padding-bottom: 1.5em;
}

.tab-list,
.tab-link {
  display: flex;
}

.tab-list {
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 1.5em;
}
.tab-list > li {
  flex-grow: 1;
}

.tab-list > li + li {
  margin-left: 0.5em;
}

.tab-link {
  align-items: center;
  justify-content: center;
  padding: 1em;
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 700;
}
.tab-link:not(.active) {
  background-color: rgba(255, 255, 255, 0.175);
  color: #fff;
}
.tab-link.active {
  background-color: #fff;
}

.tab-content {
  padding-top: 3em;
  padding-bottom: 3em;
}

@media (min-width: 768px) {
  .tab-list {
    justify-content: space-between;
    padding-top: 1.5em;
  }

  .tab-link {
    font-size: 1.25rem;
  }

  .tab-content {
    padding-top: 6em;
  }
}
.bg-iw-80 .tab-link.active {
  color: #FED6A9;
}

.bg-tem-80 .tab-link.active {
  color: #FED6A9;
}

.tab-pane:not(.active) {
  display: none;
}

.tab-hero {
  margin: 0 auto;
  max-width: 60em;
  text-align: center;
  padding-bottom: 3em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.arrow-down,
.arrow-left {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}
.arrow-down:before, .arrow-down:after,
.arrow-left:before,
.arrow-left:after {
  content: "";
  position: absolute;
  background-color: currentColor;
  width: 10px;
  height: 2px;
  display: block;
  top: calc(50% - 2px);
  transition: transform 0.35s ease-in;
}
.arrow-down:before,
.arrow-left:before {
  left: 0;
  transform: rotate(45deg);
}
.arrow-down:after,
.arrow-left:after {
  left: 6px;
  transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(90deg);
  margin-left: -0.25em;
  margin-top: 2px;
}

[aria-expanded=true] .arrow-down:before,
[aria-expanded=true] .arrow-left:before,
.not-collapsed .arrow-down:before,
.not-collapsed .arrow-left:before {
  transform: rotate(-45deg);
}
[aria-expanded=true] .arrow-down:after,
[aria-expanded=true] .arrow-left:after,
.not-collapsed .arrow-down:after,
.not-collapsed .arrow-left:after {
  transform: rotate(45deg);
}

.plus-minus {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
}
.plus-minus:before, .plus-minus:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 1px);
  background-color: currentColor;
  transition: transform 0.35s ease-in;
  width: 12px;
  height: 2px;
  transform: rotate(0);
}

[aria-expanded=false] .plus-minus:after,
.is-collapsed .plus-minus:after {
  transform: rotate(90deg);
}

[aria-expanded=true] .show-more {
  display: none;
}
[aria-expanded=true] .show-less {
  display: inline-block;
}

[aria-expanded=false] .show-more {
  display: inline-block;
}
[aria-expanded=false] .show-less {
  display: none;
}

.loading:before {
  content: "";
  border-radius: 50%;
  animation: loaderSpinner 0.75s linear infinite;
  display: inline-block;
}

@keyframes loaderSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
.collapse:not(.show) {
  display: none;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.border {
  border: 1px solid #d6d6d6;
}

.border-top {
  border-top: 1px solid #d6d6d6;
}

.border-right {
  border-right: 1px solid #d6d6d6;
}

.border-bottom {
  border-bottom: 1px solid #d6d6d6;
}

.border-left {
  border-left: 1px solid #d6d6d6;
}

.border-0 {
  border: none;
}

.border-top-0 {
  border-top: none;
}

.border-right-0 {
  border-right: none;
}

.border-bottom-0 {
  border-bottom: none;
}

.border-left-0 {
  border-left: none;
}

.border-right-radius-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.close {
  line-height: 1;
  color: currentColor;
  opacity: 0.75;
  cursor: pointer;
  border: 0;
  padding: 0.5em;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.close:hover, .close:focus {
  opacity: 1;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toggle {
  line-height: 1;
  color: currentColor;
  cursor: pointer;
  border: 0;
  padding: 0.25em;
  background-color: transparent;
  border: 1px solid #d6d6d6;
  box-shadow: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38.5px;
  height: 38.5px;
  opacity: 0.5;
}
.toggle:hover, .toggle:focus, .toggle.active {
  border-color: currentColor;
  opacity: 1;
}
.toggle:focus, .toggle.active {
  opacity: 1;
}
.favorite {
  line-height: 1;
  color: currentColor;
  cursor: pointer;
  border: 0;
  padding: 0.5em;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}

.bg-primary {
  background-color: #FDAD54;
}

.bg-primary-80 {
  background-color: rgba(253, 173, 84, 0.8);
}

.text-primary {
  color: #FDAD54;
}

.border-primary {
  border-color: #FDAD54;
}

.bg-secondary {
  background-color: #FDAD54;
}

.bg-secondary-80 {
  background-color: rgba(253, 173, 84, 0.8);
}

.text-secondary {
  color: #FDAD54;
}

.border-secondary {
  border-color: #FDAD54;
}

.bg-success {
  background-color: #198754;
}

.bg-success-80 {
  background-color: rgba(25, 135, 84, 0.8);
}

.text-success {
  color: #198754;
}

.border-success {
  border-color: #198754;
}

.bg-info {
  background-color: #FDAD54;
}

.bg-info-80 {
  background-color: rgba(253, 173, 84, 0.8);
}

.text-info {
  color: #FDAD54;
}

.border-info {
  border-color: #FDAD54;
}

.bg-warning {
  background-color: #ffc107;
}

.bg-warning-80 {
  background-color: rgba(255, 193, 7, 0.8);
}

.text-warning {
  color: #ffc107;
}

.border-warning {
  border-color: #ffc107;
}

.bg-danger {
  background-color: #dc3545;
}

.bg-danger-80 {
  background-color: rgba(220, 53, 69, 0.8);
}

.text-danger {
  color: #dc3545;
}

.border-danger {
  border-color: #dc3545;
}

.bg-light {
  background-color: #e5e5e5;
}

.bg-light-80 {
  background-color: rgba(229, 229, 229, 0.8);
}

.text-light {
  color: #e5e5e5;
}

.border-light {
  border-color: #e5e5e5;
}

.bg-dark {
  background-color: #1f1f1f;
}

.bg-dark-80 {
  background-color: rgba(31, 31, 31, 0.8);
}

.text-dark {
  color: #1f1f1f;
}

.border-dark {
  border-color: #1f1f1f;
}

.bg-white {
  background-color: #333335;
}

.bg-white-80 {
  background-color: rgba(51, 51, 53, 0.8);
}

.text-white {
  color: #333335;
}

.border-white {
  border-color: #333335;
}

.bg-tem {
  background-color: #FED6A9;
}

.bg-tem-80 {
  background-color: rgba(254, 214, 169, 0.8);
}

.text-tem {
  color: #FED6A9;
}

.border-tem {
  border-color: #FED6A9;
}

.bg-iw {
  background-color: #FED6A9;
}

.bg-iw-80 {
  background-color: rgba(254, 214, 169, 0.8);
}

.text-iw {
  color: #FED6A9;
}

.border-iw {
  border-color: #FED6A9;
}

.bg-exf {
  background-color: #FED6A9;
}

.bg-exf-80 {
  background-color: rgba(254, 214, 169, 0.8);
}

.text-exf {
  color: #FED6A9;
}

.border-exf {
  border-color: #FED6A9;
}

.bg-action {
  background-color: #FDAD54;
}

.bg-action-80 {
  background-color: rgba(253, 173, 84, 0.8);
}

.text-action {
  color: #FDAD54;
}

.border-action {
  border-color: #FDAD54;
}

.bg-iw,
.bg-tem {
  color: #fff;
}

.text-100 {
  color: #fafafa;
}

.bg-100 {
  background-color: #fafafa;
}

.border-100 {
  border-color: #fafafa;
}

.text-200 {
  color: #f5f5f5;
}

.bg-200 {
  background-color: #f5f5f5;
}

.border-200 {
  border-color: #f5f5f5;
}

.text-300 {
  color: #e5e5e5;
}

.bg-300 {
  background-color: #e5e5e5;
}

.border-300 {
  border-color: #e5e5e5;
}

.text-400 {
  color: #d6d6d6;
}

.bg-400 {
  background-color: #d6d6d6;
}

.border-400 {
  border-color: #d6d6d6;
}

.text-500 {
  color: #a6a6a6;
}

.bg-500 {
  background-color: #a6a6a6;
}

.border-500 {
  border-color: #a6a6a6;
}

.text-600 {
  color: #737373;
}

.bg-600 {
  background-color: #737373;
}

.border-600 {
  border-color: #737373;
}

.text-700 {
  color: #575757;
}

.bg-700 {
  background-color: #575757;
}

.border-700 {
  border-color: #575757;
}

.text-800 {
  color: #424242;
}

.bg-800 {
  background-color: #424242;
}

.border-800 {
  border-color: #424242;
}

.text-900 {
  color: #303030;
}

.bg-900 {
  background-color: #303030;
}

.border-900 {
  border-color: #303030;
}

.text-white {
  color: #fff;
}

.text-muted {
  color: #737373;
}

.bg-white {
  background-color: #fff;
  color: #303030;
}

.bg-transparent {
  background-color: transparent;
}

.border-base {
  border-color: #d6d6d6;
}

.bg-gradient {
  background: #333335;
  /*background: linear-gradient(50deg, $primary 0%, $secondary 100%);*/
  color: #fff;
}

.app-tem {
  color: #333335;
}
.app-tem > figure {
  background-color: #FED6A9;
}

.nav-tem {
  color: #333335;
}

.layout-tem .card-icon .material-icons {
  background-color: #333335;
  color: #303030;
}

.page-tem:not(.is-scrolled) .site-header,
.page-tem .hero,
.page-tem .card-icon .material-icons {
  background-color: #333335;
  color: #fff;
}

.nav-tem + .content-area .card-icon .material-icons,
.video-tem .card-icon .material-icons {
  background-color: #333335;
  color: #fff;
}
.nav-tem + .content-area .video-overlay,
.video-tem .video-overlay {
  background-color: rgba(254, 214, 169, 0.6);
}
.nav-tem + .content-area .btn-play,
.video-tem .btn-play {
  color: #FED6A9;
  background-color: #fff;
  padding: 0.5em 3em;
}
.nav-tem + .content-area .btn-play .material-icons,
.video-tem .btn-play .material-icons {
  font-size: 60px;
}
.nav-tem + .content-area .btn-play:hover,
.video-tem .btn-play:hover {
  background-color: #FED6A9;
  color: #303030;
}

.app-iw {
  color: #333335;
}
.app-iw > figure {
  background-color: #FED6A9;
}

.nav-iw {
  color: #333335;
}

.layout-iw .card-icon .material-icons {
  background-color: #333335;
  color: #303030;
}

.page-iw:not(.is-scrolled) .site-header,
.page-iw .hero,
.page-iw .card-icon .material-icons {
  background-color: #333335;
  color: #fff;
}

.nav-iw + .content-area .card-icon .material-icons,
.video-iw .card-icon .material-icons {
  background-color: #333335;
  color: #fff;
}
.nav-iw + .content-area .video-overlay,
.video-iw .video-overlay {
  background-color: rgba(254, 214, 169, 0.6);
}
.nav-iw + .content-area .btn-play,
.video-iw .btn-play {
  color: #FED6A9;
  background-color: #fff;
  padding: 0.5em 3em;
}
.nav-iw + .content-area .btn-play .material-icons,
.video-iw .btn-play .material-icons {
  font-size: 60px;
}
.nav-iw + .content-area .btn-play:hover,
.video-iw .btn-play:hover {
  background-color: #FED6A9;
  color: #303030;
}

.app-exf {
  color: #333335;
}
.app-exf > figure {
  background-color: #FED6A9;
}

.nav-exf {
  color: #333335;
}

.layout-exf .card-icon .material-icons {
  background-color: #333335;
  color: #303030;
}

.page-exf:not(.is-scrolled) .site-header,
.page-exf .hero,
.page-exf .card-icon .material-icons {
  background-color: #333335;
  color: #fff;
}

.nav-exf + .content-area .card-icon .material-icons,
.video-exf .card-icon .material-icons {
  background-color: #333335;
  color: #fff;
}
.nav-exf + .content-area .video-overlay,
.video-exf .video-overlay {
  background-color: rgba(254, 214, 169, 0.6);
}
.nav-exf + .content-area .btn-play,
.video-exf .btn-play {
  color: #FED6A9;
  background-color: #fff;
  padding: 0.5em 3em;
}
.nav-exf + .content-area .btn-play .material-icons,
.video-exf .btn-play .material-icons {
  font-size: 60px;
}
.nav-exf + .content-area .btn-play:hover,
.video-exf .btn-play:hover {
  background-color: #FED6A9;
  color: #303030;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

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

.d-block {
  display: block;
}

.d-table {
  display: table;
}

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

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

.d-flex {
  display: flex;
}

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

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .ls-only {
    display: none;
  }
}

.elevation-0 {
  box-shadow: none;
}

.elevation-1 {
  box-shadow: 0 2px 1px -1px rgba(166, 166, 166, 0.2), 0 1px 1px 0 rgba(166, 166, 166, 0.14), 0 1px 3px 0 rgba(166, 166, 166, 0.12);
}

.elevation-2 {
  box-shadow: 0 3px 1px -2px rgba(166, 166, 166, 0.2), 0 2px 2px 0 rgba(166, 166, 166, 0.14), 0 1px 5px 0 rgba(166, 166, 166, 0.12);
}

.elevation-3 {
  box-shadow: 0 3px 3px -2px rgba(166, 166, 166, 0.2), 0 3px 4px 0 rgba(166, 166, 166, 0.14), 0 1px 8px 0 rgba(166, 166, 166, 0.12);
}

.elevation-4 {
  box-shadow: 0 2px 4px -1px rgba(166, 166, 166, 0.2), 0 4px 5px 0 rgba(166, 166, 166, 0.14), 0 1px 10px 0 rgba(166, 166, 166, 0.12);
}

.elevation-5 {
  box-shadow: 0 3px 5px -1px rgba(166, 166, 166, 0.2), 0 5px 8px 0 rgba(166, 166, 166, 0.14), 0 1px 14px 0 rgba(166, 166, 166, 0.12);
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.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;
}

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

.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;
}

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

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

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

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

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

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

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

.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;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#app main {
  flex-grow: 1;
}

.no-scroll {
  overflow: hidden;
}

.flow > * + * {
  margin-top: 1em;
}

.flow-sm > * + * {
  margin-top: 0.5em;
}

.flow-y > * + * {
  margin-left: 1em;
}

.flow-y-sm > * + * {
  margin-left: 0.5em;
}

.inline-template:not(.initialized) {
  visibility: hidden;
  opacity: 0;
}

.initialized {
  visibility: visible;
  opacity: 1;
}

.btn-collapse[aria-expanded=false] > svg {
  transition: transform 0.25s linear;
  transform: rotate(0deg);
}

.btn-collapse[aria-expanded=true] > svg {
  transform: rotate(180deg);
  transition: transform 0.25s linear;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body {
    overflow-x: hidden;
  }
}
.b-sidebar:focus {
  outline: none;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  font-size: 0.875rem;
}

.dropdown-menu:focus {
  outline: none;
}

.h-auto {
  height: auto;
}

.slidein-active {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.container.is-wide {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

[class*=d-grid-] {
  position: relative;
}
@media (max-width: 767.98px) {
  [class*=d-grid-]:not(.gap-0) > * + * {
    margin-top: 1.5em;
  }
}

@media (min-width: 768px) {
  [class*=d-grid-] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  @supports (display: grid) {
    [class*=d-grid-] {
      display: grid;
      grid-gap: 1.5em;
    }
    [class*=d-grid-] > *:not(.form-box) {
      width: unset !important;
      margin-bottom: unset !important;
    }
  }

  .d-grid-12 > * {
    width: 100%;
    margin-bottom: 1.5em;
  }
  @supports (display: grid) {
    .d-grid-12 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  .d-grid-6-6 > *,
.d-grid-2 > * {
    width: calc(50% - 1.5em / 2);
    margin-bottom: 1.5em;
  }
  @supports (display: grid) {
    .d-grid-6-6,
.d-grid-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .d-grid-4-4-4 > *,
.d-grid-3 > * {
    width: calc(100% * 1 / 3 - 1.5em * 2 / 3);
    margin-bottom: 1.5em;
  }
  @supports (display: grid) {
    .d-grid-4-4-4,
.d-grid-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  .d-grid-3-3-3-3 > *,
.d-grid-4 > * {
    width: calc(50% - 1.5em / 2);
    margin-bottom: 1.5em;
  }
  @supports (display: grid) {
    .d-grid-3-3-3-3,
.d-grid-4 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .d-grid-8-4 > *:nth-child(odd) {
    width: calc(100% * 2 / 3 - 1.5em * 1 / 3);
  }
  .d-grid-8-4 > *:nth-child(even) {
    width: calc(100% * 1 / 3 - 1.5em * 2 / 3);
  }
  @supports (display: grid) {
    .d-grid-8-4 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .d-grid-8-4 > *:nth-child(odd) {
      grid-column: span 2;
    }
    .d-grid-8-4 > *:nth-child(even) {
      grid-column: span 1;
    }
  }

  .d-grid-4-8 > *:nth-child(odd) {
    width: calc(100% * 1 / 3 - 1.5em * 2 / 3);
  }
  .d-grid-4-8 > *:nth-child(even) {
    width: calc(100% * 2 / 3 - 1.5em * 1 / 3);
  }
  @supports (display: grid) {
    .d-grid-4-8 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .d-grid-4-8 > *:nth-child(odd) {
      grid-column: span 1;
    }
    .d-grid-4-8 > *:nth-child(even) {
      grid-column: span 2;
    }
  }

  .d-grid-3-9 > *:nth-child(odd) {
    width: calc(100% * 3 / 4 - 1.5em * 1 / 4);
  }
  .d-grid-3-9 > *:nth-child(even) {
    width: calc(100% * 1 / 4 - 1.5em * 3 / 4);
  }
  @supports (display: grid) {
    .d-grid-3-9 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .d-grid-3-9 > *:nth-child(odd) {
      grid-column: span 1;
    }
    .d-grid-3-9 > *:nth-child(even) {
      grid-column: span 3;
    }
  }

  .d-grid-9-3 > *:nth-child(odd) {
    width: calc(100% * 1 / 4 - 1.5em * 3 / 4);
  }
  .d-grid-9-3 > *:nth-child(even) {
    width: calc(100% * 3 / 4 - 1.5em * 1 / 4);
  }
  @supports (display: grid) {
    .d-grid-9-3 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .d-grid-9-3 > *:nth-child(odd) {
      grid-column: span 3;
    }
    .d-grid-9-3 > *:nth-child(even) {
      grid-column: span 1;
    }
  }
}
@media (min-width: 992px) {
  .d-grid-3-3-3-3 > * {
    width: calc(100% * 1 / 4 - 1.5em * 3 / 4);
    margin-bottom: 1.5em;
  }
  @supports (display: grid) {
    .d-grid-3-3-3-3 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
.gap-0 {
  grid-gap: 0;
}

.gap-1 {
  grid-gap: 0.25em;
}

.gap-2 {
  grid-gap: 0.5em;
}

.gap-3 {
  grid-gap: 1em;
}

.gap-4 {
  grid-gap: 1.5em;
}

.gap-5 {
  grid-gap: 3em;
}

.object-cover {
  object-fit: cover;
}

.icon {
  overflow: hidden;
  vertical-align: middle;
  color: currentColor;
  fill: currentColor;
}

.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.position-top-left {
  top: 0;
  left: 0;
}

.position-top-right {
  top: 0;
  right: 0;
}

.position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.position-bottom-left {
  bottom: 0;
  left: 0;
}

.position-bottom-right {
  bottom: 0;
  right: 0;
}

.absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.w-100 {
  width: 100%;
  grid-column: span 12;
}

.w-75 {
  width: 75%;
}

.w-50 {
  width: 50%;
}

.w-25 {
  width: 25%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

.mb-0,
.my-0 {
  margin-bottom: 0;
}

.ml-0,
.mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25em;
}

.mt-1,
.my-1 {
  margin-top: 0.25em;
}

.mr-1,
.mx-1 {
  margin-right: 0.25em;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25em;
}

.ml-1,
.mx-1 {
  margin-left: 0.25em;
}

.m-2 {
  margin: 0.5em;
}

.mt-2,
.my-2 {
  margin-top: 0.5em;
}

.mr-2,
.mx-2 {
  margin-right: 0.5em;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5em;
}

.ml-2,
.mx-2 {
  margin-left: 0.5em;
}

.m-3 {
  margin: 1em;
}

.mt-3,
.my-3 {
  margin-top: 1em;
}

.mr-3,
.mx-3 {
  margin-right: 1em;
}

.mb-3,
.my-3 {
  margin-bottom: 1em;
}

.ml-3,
.mx-3 {
  margin-left: 1em;
}

.m-4 {
  margin: 1.5em;
}

.mt-4,
.my-4 {
  margin-top: 1.5em;
}

.mr-4,
.mx-4 {
  margin-right: 1.5em;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5em;
}

.ml-4,
.mx-4 {
  margin-left: 1.5em;
}

.m-5 {
  margin: 3em;
}

.mt-5,
.my-5 {
  margin-top: 3em;
}

.mr-5,
.mx-5 {
  margin-right: 3em;
}

.mb-5,
.my-5 {
  margin-bottom: 3em;
}

.ml-5,
.mx-5 {
  margin-left: 3em;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25em;
}

.pt-1,
.py-1 {
  padding-top: 0.25em;
}

.pr-1,
.px-1 {
  padding-right: 0.25em;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25em;
}

.pl-1,
.px-1 {
  padding-left: 0.25em;
}

.p-2 {
  padding: 0.5em;
}

.pt-2,
.py-2 {
  padding-top: 0.5em;
}

.pr-2,
.px-2 {
  padding-right: 0.5em;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5em;
}

.pl-2,
.px-2 {
  padding-left: 0.5em;
}

.p-3 {
  padding: 1em;
}

.pt-3,
.py-3 {
  padding-top: 1em;
}

.pr-3,
.px-3 {
  padding-right: 1em;
}

.pb-3,
.py-3 {
  padding-bottom: 1em;
}

.pl-3,
.px-3 {
  padding-left: 1em;
}

.p-4 {
  padding: 1.5em;
}

.pt-4,
.py-4 {
  padding-top: 1.5em;
}

.pr-4,
.px-4 {
  padding-right: 1.5em;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5em;
}

.pl-4,
.px-4 {
  padding-left: 1.5em;
}

.p-5 {
  padding: 3em;
}

.pt-5,
.py-5 {
  padding-top: 3em;
}

.pr-5,
.px-5 {
  padding-right: 3em;
}

.pb-5,
.py-5 {
  padding-bottom: 3em;
}

.pl-5,
.px-5 {
  padding-left: 3em;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.flow-0 > * + * {
  margin-top: 0;
}

.flow-1 > * + * {
  margin-top: 0.25em;
}

.flow-2 > * + * {
  margin-top: 0.5em;
}

.flow-3 > * + * {
  margin-top: 1em;
}

.flow-4 > * + * {
  margin-top: 1.5em;
}

.flow-5 > * + * {
  margin-top: 3em;
}

[class*=spinner-] {
  display: inline-block;
  border-style: solid;
  border-radius: 50%;
  animation: loaderSpinner 0.75s linear infinite;
}

.spinner-xs-dark {
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: #333335;
  border-left-color: transparent;
}
.spinner-xs-light {
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: #fff;
  border-left-color: transparent;
}
.spinner-xs-default {
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-color: #FDAD54;
  border-left-color: transparent;
}

.spinner-sm-dark {
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-color: #333335;
  border-left-color: transparent;
}
.spinner-sm-light {
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-color: #fff;
  border-left-color: transparent;
}
.spinner-sm-default {
  width: 16px;
  height: 16px;
  border-width: 2px;
  border-color: #FDAD54;
  border-left-color: transparent;
}

.spinner-md-dark {
  width: 24px;
  height: 24px;
  border-width: 3px;
  border-color: #333335;
  border-left-color: transparent;
}
.spinner-md-light {
  width: 24px;
  height: 24px;
  border-width: 3px;
  border-color: #fff;
  border-left-color: transparent;
}
.spinner-md-default {
  width: 24px;
  height: 24px;
  border-width: 3px;
  border-color: #FDAD54;
  border-left-color: transparent;
}

.spinner-lg-dark {
  width: 48px;
  height: 48px;
  border-width: 4px;
  border-color: #333335;
  border-left-color: transparent;
}
.spinner-lg-light {
  width: 48px;
  height: 48px;
  border-width: 4px;
  border-color: #fff;
  border-left-color: transparent;
}
.spinner-lg-default {
  width: 48px;
  height: 48px;
  border-width: 4px;
  border-color: #FDAD54;
  border-left-color: transparent;
}

.spinner-xl-dark {
  width: 96px;
  height: 96px;
  border-width: 8px;
  border-color: #333335;
  border-left-color: transparent;
}
.spinner-xl-light {
  width: 96px;
  height: 96px;
  border-width: 8px;
  border-color: #fff;
  border-left-color: transparent;
}
.spinner-xl-default {
  width: 96px;
  height: 96px;
  border-width: 8px;
  border-color: #FDAD54;
  border-left-color: transparent;
}

@keyframes loaderSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-size: calc(1.5rem + 1.5vw);
  font-size: clamp(2rem, 3vw, 3rem);
}

h2,
.h2 {
  font-size: 2rem;
  font-size: calc(1.25rem + 1vw);
  font-size: clamp(1.75rem, 2.5vw, 2rem);
}

h3,
.h3 {
  font-size: 1.75rem;
  font-size: calc(1rem + 0.5vw);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.display {
  font-weight: 900;
  text-transform: uppercase;
}

.font-size-xs {
  font-size: 0.775rem;
}

.font-size-sm {
  font-size: 0.875rem;
}

.font-size-md {
  font-size: 1rem;
}

.font-size-lg {
  font-size: 1.25rem;
}

.font-size-xl {
  font-size: 1.5rem;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-lighter {
  font-weight: lighter;
}

.font-weight-normal {
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-bolder {
  font-weight: 900;
}

.font-italic {
  font-style: italic;
}

.font-normal {
  font-style: normal;
}

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

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

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

.text-upper {
  text-transform: uppercase;
}

.text-normal {
  text-transform: none;
}

.nowrap {
  white-space: nowrap;
}

.outline-0 {
  outline: none;
}

.sub-headline {
  line-height: 1.2;
  font-weight: 300;
}

.labeled-list {
  padding: 1em;
  background-color: #f5f5f5;
}
.labeled-list dt {
  font-size: 0.775rem;
}
.labeled-list dd {
  font-size: 0.875rem;
  font-weight: 700;
}
.labeled-list dd + dt {
  margin-top: 0.5em;
}

.list-lined {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}
.list-lined > li + li {
  border-top: 1px solid #d6d6d6;
}
.list-lined a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
  text-decoration: none;
  color: currentColor;
}
.list-lined a:hover {
  color: #fc8908;
}
.list-lined a span {
  color: #575757;
}
