@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

.break,
.b {
  clear: both;
}

.break5px,
.b5 {
  clear: both;
  margin-bottom: 5px;
}

.break10px,
.b10 {
  clear: both;
  margin-bottom: 10px;
}

.break15px,
.b15 {
  clear: both;
  margin-bottom: 15px;
}

.float-right {
  float: right;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

address p {
  margin: 0;
}

blockquote::before,
blockquote:after,
q::before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

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

a {
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration: underline;
  color: rgba(226, 117, 99, 0.875);
}
a:hover {
  text-decoration: none;
}

@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}

html {
  box-sizing: border-box;
}

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

.inner.domainSearch {
  max-width: calc(100% - 30rem);
}

@media screen and (max-width: 980px) {
  .inner.domainSearch {
    max-width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 736px) {
  .inner.domainSearch {
    max-width: calc(100% - 2rem);
  }
}
.domainSearchHeader {
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
}

@media screen and (max-width: 980px) {
  .domainSearchHeader {
    font-size: 2.5rem !important;
  }
}
@media screen and (max-width: 736px) {
  .domainSearchHeader {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 480px) {
  .domainSearchHeader {
    font-size: 1.75rem !important;
  }
}
#domainSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#domainSearch div {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-right: 0;
  outline: 0;
  padding: 0.75rem 0.75rem 0 0.75rem;
  height: 3.25rem;
  line-height: 1.75rem;
}
#domainSearch input {
  width: 40%;
}
#domainSearch input::placeholder {
  font-style: italic;
}
#domainSearch button {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  font-size: 1rem;
}
#domainSearch button .empty {
  cursor: not-allowed;
}

#domainOnsale span {
  white-space: nowrap;
  padding-right: 0.5rem;
}
#domainOnsale span span {
  color: rgba(128, 8, 15, 0.874);
}
#domainOnsale span:last-child {
  padding-right: 0;
}

.domainResultBlock, .domainResultLoading {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  border-radius: 10px;
  background-color: #f2f2f2;
  border: 1px SOLID #ababab;
  padding: 4px 10px;
  margin-bottom: 0.5rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

@keyframes fade-in {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.domainLoading {
  animation: fade-in 1.5s ease-in-out infinite;
  justify-content: center;
  align-items: center;
  line-height: 100%;
}
.domainLoading svg {
  width: 20px;
}
.domainLoading svg path {
  fill: rgba(171, 175, 180, 0.97);
}

.domainResultLoading {
  border: 1px SOLID #d1d1d1;
  color: #c9cdd2;
  font-size: 0.9rem;
}
.domainResultLoading:nth-child(1) {
  animation: fade-in 1.5s ease-in-out infinite;
}
.domainResultLoading:nth-child(2) {
  animation: fade-in 2s ease-in-out infinite;
}
.domainResultLoading:nth-child(3) {
  animation: fade-in 1s ease-in-out infinite;
}

.domainResultBlock:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
  background-color: #eaeaea;
}
.domainResultBlock div {
  padding: 4px;
  font-size: 1rem;
  margin: auto;
  flex-wrap: nowrap;
}
.domainResultBlock div div {
  padding: 0 10px 0 0;
  flex-wrap: nowrap;
}
.domainResultBlock div div.domainPrice, .domainResultBlock div div.domainTaken {
  font-weight: bold;
  font-size: 0.8rem;
  line-height: normal;
  text-align: right;
}
.domainResultBlock div div.domainRenewal, .domainResultBlock div div.domainRenewal > span {
  font-size: 0.6rem;
  font-style: italic;
  line-height: normal;
  text-align: right;
}
.domainResultBlock div span {
  font-size: 0.8rem;
}
.domainResultBlock div button {
  border-radius: 15px;
}
.domainResultBlock div:first-child {
  flex: auto;
}

:lang(en) {
  font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
}

:lang(lo) {
  font-family: DefagoNotoSans, "Century Gothic", Tahoma, Geneva, sans-serif;
  text-rendering: optimizeLegibility;
}

:lang(th) {
  font-family: NotoSansThai, "Century Gothic", Tahoma, Geneva, sans-serif;
  text-rendering: optimizeLegibility;
}

:lang(fa) {
  font-family: "Font Awesome 7 Free";
}

#header nav > ul > li a.en,
#header nav > ul > li a.lo,
#header nav > ul > li a.th,
#header nav > ul > li a.usd,
#header nav > ul > li a.lak,
#header nav > ul > li a.thb {
  padding: 0 0.75rem;
}

a.en > img,
a.lo > img,
a.th > img,
a.usd > img,
a.lak > img,
a.thb > img {
  display: inline-block;
  width: 18px;
  height: 12px;
  border: 0;
  content: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
  background-image: url("//assets.laodc.com/sprites-2025.png") !important;
  background-repeat: no-repeat !important;
}

a.en > img {
  background-position: 0px -40px !important;
}

a.lo > img {
  background-position: 0px -51px !important;
}

a.th > img {
  background-position: 0px -62px !important;
}

a.usd > img {
  height: 14px;
  background-position: 0px -74px !important;
}
a.usd > span {
  font-size: 0.9rem;
  font-weight: bold;
}

a.lak > img {
  height: 14px;
  background-position: -19px -74px !important;
}
a.lak > span {
  font-size: 0.9rem;
  font-weight: bold;
}

a.thb > img {
  height: 14px;
  background-position: -38px -74px !important;
}
a.thb > span {
  font-size: 0.9rem;
  font-weight: bold;
}

html {
  font-size: 13pt;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 13pt;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 480px) {
  html {
    min-width: 320px;
  }
}

body {
  background-color: #ffffff;
  padding-top: 3.75rem;
  position: relative;
}
body .is-preload *, body .is-preload::before, body .is-preload:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
body .is-preload #banner:after {
  opacity: 1;
  visibility: visible;
}
body .is-preload #banner > article::before {
  opacity: 1;
}
@media screen and (max-width: 736px) {
  body {
    padding-top: 44px;
  }
}
@media screen and (max-width: 480px) {
  body {
    min-width: 320px;
  }
}

body,
input,
select,
textarea {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.85rem;
  color: rgb(71, 77, 85);
}

main {
  background: rgb(247, 247, 247);
}

strong,
b {
  color: #474d55;
}

p {
  margin: 0 0 2.75rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.075rem;
  line-height: 1.5;
  margin: 0 0 2.0625rem 0;
  color: #474d55;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 736px) {
  h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

h2 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media screen and (max-width: 736px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

h3 {
  font-size: 1.25rem;
}
@media screen and (max-width: 736px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.9rem;
}

h6 {
  font-size: 0.7rem;
}

sub {
  font-size: 0.8rem;
  position: relative;
  top: 0.5rem;
}

sup {
  font-size: 0.8rem;
  position: relative;
  top: -0.5rem;
}

blockquote {
  border-left: solid 0.5rem rgba(0, 0, 0, 0.15);
  font-style: italic;
  margin: 0 0 2.75rem 0;
  padding: 1.375rem 0 1.375rem 2.75rem;
}

code {
  border-radius: 0;
  border: solid 1px rgba(0, 0, 0, 0.15);
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0.25rem;
  padding: 0.25rem 0.65rem;
  background: rgba(144, 144, 144, 0.075);
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
  margin: 0 0 2.75rem 0;
}
pre code {
  display: block;
  line-height: 1.75;
  padding: 1rem 1.5rem;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  margin: 2.75rem 0;
}

ol {
  list-style: decimal;
  margin: 0 0 2.75rem 0;
  padding-left: 1.25rem;
}
ol li {
  padding-left: 0.25rem;
}

ul {
  list-style: revert;
  list-style-position: inside;
  margin: 0 0 2.75rem 0;
  padding-left: 1rem;
}
ul li {
  padding-left: 0.325rem;
}
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0;
}
ul.icons li {
  display: inline-block;
  padding: 0 1rem 0 0;
}
ul.icons li:last-child {
  padding-right: 0;
}
ul.icons li .icon::before {
  font-size: 2rem;
}
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1.375rem;
  padding-left: 0;
}
ul.actions li {
  padding: 0 0 0 1.375rem;
  vertical-align: middle;
}
ul.actions.special {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-left: 0;
}
ul.actions.special li:first-child {
  padding-left: 0;
}
ul.actions.stacked {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
ul.actions.stacked li {
  padding: 1.7875rem 0 0 0;
}
ul.actions.stacked li:first-child {
  padding-top: 0;
}
ul.actions.fit {
  width: calc(100% + 1.375rem);
}
ul.actions.fit li {
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 100%;
}
ul.actions.fit li > * {
  width: 100%;
}
ul.actions.fit.stacked {
  width: 100%;
}
@media screen and (max-width: 736px) {
  ul.actions:not(.fixed) {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    width: 100% !important;
  }
  ul.actions:not(.fixed) li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    padding: 1.375rem 0 0 0;
    text-align: center;
    width: 100%;
  }
  ul.actions:not(.fixed) li > * {
    width: 100%;
  }
  ul.actions:not(.fixed) li:first-child {
    padding-top: 0;
  }
  ul.actions:not(.fixed) li input[type=submit],
  ul.actions:not(.fixed) li input[type=reset],
  ul.actions:not(.fixed) li input[type=button],
  ul.actions:not(.fixed) li li button,
  ul.actions:not(.fixed) li li .button {
    width: 100%;
  }
  ul.actions:not(.fixed) li input[type=submit] .icon::before,
  ul.actions:not(.fixed) li input[type=reset] .icon::before,
  ul.actions:not(.fixed) li input[type=button] .icon::before,
  ul.actions:not(.fixed) li li button .icon::before,
  ul.actions:not(.fixed) li li .button .icon::before {
    margin-left: -0.5rem;
  }
}

dl {
  margin: 0 0 2.75rem 0;
}
dl dt {
  display: block;
  font-weight: 700;
  margin: 0 0 1.375rem 0;
}
dl dd {
  margin-left: 2.0625rem;
}

.inner {
  margin: 0 auto;
  max-width: calc(100% - 10rem);
  width: 80rem;
}
.inner.with-sidebar {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .inner.with-sidebar {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  .inner {
    max-width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 736px) {
  .inner {
    max-width: calc(100% - 3rem);
  }
}

.inner_outer {
  width: 60rem;
}

.outer {
  padding-right: 2rem;
}
@media screen and (max-width: 1280px) {
  .outer {
    margin: 2rem auto 0 auto;
    max-width: calc(100% - 6rem);
    width: 60rem;
  }
}
@media screen and (max-width: 736px) {
  .outer {
    margin: 2rem auto 0 auto;
    max-width: calc(100% - 3rem);
    width: 80rem;
  }
}

.features {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  cursor: initial;
  list-style: none;
  margin-bottom: 0;
  margin-left: -1.375rem;
  padding-left: 0;
}
.features li {
  border-right: 1px solid;
  margin-left: 2.75rem;
  padding-right: 2.75rem;
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  .features li {
    border-bottom: 1px solid;
    border-right: none;
    margin-bottom: 2.75rem;
    margin-left: 0;
    max-width: 30rem;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
    flex-grow: initial;
    flex-basis: initial;
  }
}
@media screen and (max-width: 736px) {
  .features li {
    margin-bottom: 2.75rem;
    padding-bottom: 0;
  }
}
.features li > :last-child {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .features li > :last-child {
    margin-bottom: 0;
  }
}
.features li:last-child {
  border: none;
}
@media screen and (max-width: 980px) {
  .features li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.features h2 {
  font-size: 1.75rem;
}
.features p {
  font-size: 1.25rem;
}
@media screen and (max-width: 1280px) {
  .features p {
    font-size: 1rem;
  }
}
.features .triangle {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-image: url(//assets.laodc.com/img/triangle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10rem;
  height: 8rem;
  margin: 0 auto 2.75rem auto;
  width: 10rem;
}
@media screen and (max-width: 1280px) {
  .features .triangle {
    background-size: 8rem;
    height: 6rem;
    width: 8rem;
  }
}
.features .triangle .icon {
  color: #e27563;
  font-size: 3rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 1280px) {
  .features .triangle .icon {
    font-size: 2.5rem;
    margin-top: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .features {
    margin-bottom: 4.125rem;
  }
}
@media screen and (max-width: 980px) {
  .features {
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
}

#legend {
  padding: 4.25rem 0 2.25rem 0;
}
#legend .image {
  border-color: #f7f7f7;
}
#legend.orange {
  background-color: #ffffff;
  color: #c1c5cb;
  background: #e27563;
}
#legend.orange input,
#legend.orange select,
#legend.orange textarea,
#legend.orange a,
#legend.orange strong,
#legend.orange b,
#legend.orange h1,
#legend.orange h2,
#legend.orange h3,
#legend.orange h4,
#legend.orange h5,
#legend.orange h6 {
  color: #ffffff;
}
#legend.orange hr {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

#content {
  padding: 4.25rem 0 2.25rem 0;
}
#content .image {
  border-color: #ffffff;
}
#content.white {
  background: #f7f7f7;
  display: flex;
}
@media screen and (max-width: 1280px) {
  #content {
    padding: 2.25rem 0 0 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) {
  #content {
    padding: 2.25rem 0 0 0;
  }
}
@media screen and (max-width: 736px) {
  #content {
    padding: 2.25rem 0 0 0;
  }
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  opacity: 1;
  color: rgba(71, 77, 85, 0.75) !important;
}

form {
  margin: 0 0 2.75rem 0;
}

input[data-icon] {
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 7px 15.5px;
  padding-left: 39px !important;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0;
  border: solid 1px rgba(0, 0, 0, 0.15);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1rem;
  text-decoration: none;
  width: 100%;
}
input[type=text]:invalid,
input[type=password]:invalid,
input[type=email]:invalid,
input[type=tel]:invalid,
input[type=search]:invalid,
input[type=url]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 1px #e27563;
}
input[type=text] + label:empty,
input[type=password] + label:empty,
input[type=email] + label:empty,
input[type=tel] + label:empty,
input[type=search] + label:empty,
input[type=url] + label:empty,
select + label:empty,
textarea + label:empty {
  height: 5px;
  margin-bottom: 0.5rem;
}
input[type=text] + label span,
input[type=password] + label span,
input[type=email] + label span,
input[type=tel] + label span,
input[type=search] + label span,
input[type=url] + label span,
select + label span,
textarea + label span {
  font-weight: normal;
  font-size: 0.75rem;
  font-style: italic;
}
input[type=text].red,
input[type=password].red,
input[type=email].red,
input[type=tel].red,
input[type=search].red,
input[type=url].red,
select.red,
textarea.red {
  border-color: rgba(200, 0, 0, 0.75) !important;
}
input[type=text].red + label,
input[type=password].red + label,
input[type=email].red + label,
input[type=tel].red + label,
input[type=search].red + label,
input[type=url].red + label,
select.red + label,
textarea.red + label {
  color: #F00;
  font-weight: normal;
  font-size: 0.9rem;
  font-style: italic;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
input[type=url] {
  height: 3.25rem;
}

input[type=search] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNzkuMicgaGVpZ2h0PScxNzkuMic+PHBhdGggdHJhbnNmb3JtPSdzY2FsZSgwLjEsLTAuMSkgdHJhbnNsYXRlKDAsLTE1MzYpJyBkPSdNMTE1MiA3MDRxMCAxODUgLTEzMS41IDMxNi41dC0zMTYuNSAxMzEuNXQtMzE2LjUgLTEzMS41dC0xMzEuNSAtMzE2LjV0MTMxLjUgLTMxNi41dDMxNi41IC0xMzEuNXQzMTYuNSAxMzEuNXQxMzEuNSAzMTYuNXpNMTY2NCAtMTI4cTAgLTUyIC0zOCAtOTB0LTkwIC0zOHEtNTQgMCAtOTAgMzhsLTM0MyAzNDJxLTE3OSAtMTI0IC0zOTkgLTEyNHEtMTQzIDAgLTI3My41IDU1LjV0LTIyNSAxNTB0LTE1MCAyMjV0LTU1LjUgMjczLjUgdDU1LjUgMjczLjV0MTUwIDIyNXQyMjUgMTUwdDI3My41IDU1LjV0MjczLjUgLTU1LjV0MjI1IC0xNTB0MTUwIC0yMjV0NTUuNSAtMjczLjVxMCAtMjIwIC0xMjQgLTM5OWwzNDMgLTM0M3EzNyAtMzcgMzcgLTkweicgZmlsbD0ncmdiYSgwLCAwLCAwLCAwLjE1KScgLz48L3N2Zz4=");
}

select {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0MCcgaGVpZ2h0PSc0MCcgcHJlc2VydmVBc3BlY3RSYXRpbz0nbm9uZScgdmlld0JveD0nMCAwIDQwIDQwJz48cGF0aCBkPSdNOS40LDEyLjNsMTAuNCwxMC40bDEwLjQtMTAuNGMwLjItMC4yLDAuNS0wLjQsMC45LTAuNGMwLjMsMCwwLjYsMC4xLDAuOSwwLjRsMy4zLDMuM2MwLjIsMC4yLDAuNCwwLjUsMC40LDAuOSBjMCwwLjQtMC4xLDAuNi0wLjQsMC45TDIwLjcsMzEuOWMtMC4yLDAuMi0wLjUsMC40LTAuOSwwLjRjLTAuMywwLTAuNi0wLjEtMC45LTAuNEw0LjMsMTcuM2MtMC4yLTAuMi0wLjQtMC41LTAuNC0wLjkgYzAtMC40LDAuMS0wLjYsMC40LTAuOWwzLjMtMy4zYzAuMi0wLjIsMC41LTAuNCwwLjktMC40UzkuMSwxMi4xLDkuNCwxMi4zeicgZmlsbD0ncmdiYSgwLCAwLCAwLCAwLjE1KScgLz48L3N2Zz4=");
}
select option {
  color: #474d55;
  background-color: #ffffff;
}

label {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1.375rem 0;
  color: #474d55;
}
label.hint {
  color: #F00;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9rem;
}

select {
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 3.25rem;
  padding-right: 3.25rem;
  text-overflow: ellipsis;
}
select:focus::-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 0.75rem 1rem;
}

input[type=checkbox],
input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2rem;
  opacity: 0;
  width: 1rem;
  z-index: -1;
}
input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before {
  content: "\f00c";
  border-color: #474d55;
  box-shadow: 0 0 0 1px #474d55;
}
input[type=checkbox] + label,
input[type=radio] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  padding-left: 2.525rem;
  padding-right: 0.875rem;
  position: relative;
  color: #474d55;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  font-size: 0.8rem;
  text-rendering: auto;
  text-transform: none !important;
  border-radius: 0;
  border: solid 1px rgba(0, 0, 0, 0.15);
  height: 1.95rem;
  left: 0;
  line-height: 1.95rem;
  position: absolute;
  text-align: center;
  top: -0.1625rem;
  width: 1.95rem;
  background: #ffffff;
}

input[type=checkbox] + label::before {
  border-radius: 0;
}

input[type=radio] + label::before {
  border-radius: 100%;
}

.box {
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  margin-bottom: 2.75rem;
  padding: 1.5rem;
}
.box > :last-child {
  margin-bottom: 0;
}
.box.alt {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.box.middle {
  text-align: center;
}
.box.green {
  border-color: rgba(0, 100, 0, 0.3) !important;
  color: rgb(0, 100, 0) !important;
  background-color: rgba(0, 100, 0, 0.15);
}
.box.red {
  border-color: rgba(100, 0, 0, 0.3) !important;
  color: rgb(100, 0, 0) !important;
  background-color: rgba(100, 0, 0, 0.15);
}

.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative;
}
.icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 7 Free";
  font-weight: 400;
}
.icon > .label {
  display: none;
}
.icon.solid::before {
  font-weight: 900;
}
.icon.brands::before {
  font-family: "Font Awesome 7 Brands";
}

.image {
  border: 10px solid;
  display: inline-block;
  position: relative;
}
.image img {
  border-radius: 0;
  display: block;
}
.image.left, .image.right {
  max-width: 40%;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 2rem 2rem 0;
  top: 0.25rem;
}
.image.right {
  float: right;
  margin: 0 0 2rem 2rem;
  top: 0.25rem;
}
.image.fit {
  display: block;
  margin: 0 0 2.75rem 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 4.125rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}

#header {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: rgb(42, 48, 55);
  color: rgb(193, 197, 203);
  cursor: default;
  height: 3.75rem;
  left: 0;
  line-height: 3.75rem;
  padding-right: 0.1rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 810;
}
#header .logo {
  color: rgb(255, 255, 255);
  display: block;
  padding: 0.3rem 1rem;
  text-decoration: none;
  width: fit-content;
}
#header .logo strong {
  color: rgb(255, 255, 255);
}
#header > figure {
  margin-right: auto !important;
  height: 3.75em;
}
#header > figure .logo {
  color: rgb(255, 255, 255);
  display: block;
  padding: 0.3rem 1rem;
  text-decoration: none;
  width: fit-content;
}
#header > figure .logo #logo-large {
  display: block;
}
#header > figure .logo #logo-small {
  display: none;
}
@media screen and (max-width: 736px) {
  #header > figure .logo {
    width: fit-content;
    padding: 0.15rem 1rem;
    text-decoration: none;
  }
  #header > figure .logo #logo-large {
    display: none;
  }
  #header > figure .logo #logo-small {
    display: block;
  }
  #header > figure .logo span {
    display: none;
  }
}
#header > figure .logo strong {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 736px) {
  #header > figure {
    height: 3em;
  }
}
#header figcaption {
  position: relative;
  top: -3.75rem;
  left: 90px;
  font-size: 1.3em;
}
#header figcaption > span {
  display: none;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #header figcaption {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #header figcaption {
    display: none;
  }
}
#header a[href="#navPanel"] {
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: none;
  padding: 0 0 0 1.25rem;
}
#header a[href="#navPanel"]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f0c9";
  float: right;
  line-height: inherit;
  margin: 0 0 0 0.625rem;
}
@media screen and (max-width: 1275px) {
  #header a[href="#navPanel"] {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  #header a[href="#navPanel"] {
    height: 2rem;
    line-height: 2rem;
    display: block;
  }
}
#header nav {
  -moz-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 0.9rem;
}
#header nav.lang, #header nav.currency {
  display: block !important;
}
#header nav > ul {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  line-height: inherit;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header nav > ul a {
  color: #c1c5cb;
  display: block;
  font-size: 0.9rem;
  height: 3.75rem;
  line-height: 3.75rem;
  margin-left: 0.15rem;
  padding: 0 1rem;
  text-decoration: none;
}
#header nav > ul a:hover, #header nav > ul a:focus, #header nav > ul a.active {
  color: rgb(255, 255, 255);
}
#header nav > ul a.active {
  border-bottom: 3px solid #e27563;
  font-weight: 700;
}
#header nav > ul > li {
  line-height: inherit;
  padding: 0;
}
#header nav > ul > li.hidden {
  display: none;
}
#header nav > ul > li.opener {
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  opacity: 1;
}
#header nav > ul > li.opener a::before {
  content: "\f107";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  padding-right: 0.5rem;
}
#header nav > ul > li.opener.active a {
  color: rgb(255, 255, 255);
}
#header nav > ul > li ul {
  display: none;
  user-select: none;
  display: none;
  position: absolute;
}
#header nav > ul > li ul li {
  white-space: nowrap;
}
#header nav > ul > li:hover {
  color: rgb(255, 255, 255);
}
#header nav > ul > li:last-child a {
  margin-right: 0 !important;
}
@media screen and (max-width: 1275px) {
  #header nav.nav {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #header {
    padding-right: 1.375rem;
  }
}
@media screen and (max-width: 736px) {
  #header {
    height: 44px;
    line-height: 44px;
  }
}
@media screen and (max-width: 480px) {
  #header {
    min-width: 320px;
  }
}

.dropotron {
  background-color: rgb(42, 48, 55);
  list-style-type: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem;
}
.dropotron.level-0 {
  margin: 0;
}
.dropotron li {
  padding: 0;
  position: relative;
}
.dropotron li.opener > a:after {
  content: "\f105";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  line-height: inherit;
  padding-left: 1rem;
}
.dropotron li.active > a {
  background-color: #2a3037;
  color: rgb(255, 255, 255) !important;
}
.dropotron a {
  -moz-transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
  border-bottom: 0;
  color: #c1c5cb;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 0.9rem;
}
.dropotron a:hover {
  background-color: #2a3037;
  color: rgb(255, 255, 255) !important;
}

#banner {
  background-color: rgb(255, 255, 255);
  color: #c1c5cb;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: no-wrap;
  -webkit-flex-wrap: no-wrap;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  cursor: default;
  height: 25rem;
  position: relative;
}
#banner input,
#banner select,
#banner textarea,
#banner a,
#banner strong,
#banner b,
#banner h1,
#banner h2,
#banner h3,
#banner h4,
#banner h5,
#banner h6 {
  color: rgb(255, 255, 255);
}
#banner blockquote {
  border-left-color: rgba(255, 255, 255, 0.2);
}
#banner code {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.2);
}
#banner hr {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
#banner:after {
  pointer-events: none;
  -moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
  -webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
  -ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
  transition: opacity 1.5s ease-in-out, visibility 1.5s;
  background: #2a3037;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 2;
}
#banner > article {
  -moz-transition: opacity 1.5s, visibility 1.5s;
  -webkit-transition: opacity 1.5s, visibility 1.5s;
  -ms-transition: opacity 1.5s, visibility 1.5s;
  transition: opacity 1.5s, visibility 1.5s;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 800;
}
#banner > article:after {
  -moz-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out;
  -ms-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  background-color: rgba(42, 48, 55, 0.75);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#banner > article .inner > :last-child {
  margin-bottom: 0;
}
#banner > article h1,
#banner > article p {
  position: relative;
  z-index: 802;
}
#banner > article h1 {
  font-size: 3rem;
}
@media screen and (max-width: 736px) {
  #banner > article h1 {
    font-size: 2.25rem;
  }
}
#banner > article p {
  line-height: inherit;
  font-size: 1.75rem;
}
#banner > article p::before {
  background-color: #e27563;
  content: "";
  display: block;
  height: 4px;
  margin: 1.5rem auto;
  width: 8rem;
}
@media screen and (max-width: 736px) {
  #banner > article p {
    font-size: 1.25rem;
  }
}
#banner > article.visible {
  opacity: 1;
  visibility: visible;
}
#banner > article.top {
  z-index: 802;
}
#banner > article img {
  display: none;
}
#banner .indicators {
  bottom: 3rem;
  line-height: 1;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#banner .indicators li {
  cursor: pointer;
  display: inline-block;
  height: 1.25rem;
  margin-left: 0.5rem;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: -2.5rem;
  width: 1.25rem;
  z-index: 802;
}
#banner .indicators li::before {
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
  width: 1rem;
}
#banner .indicators li.visible::before {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 980px) {
  #banner .indicators {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #banner {
    height: 25rem;
  }
}
@media screen and (max-width: 736px) {
  #banner {
    height: 25rem;
  }
}

#navPanel {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background: #2a3037;
  box-shadow: none;
  display: none;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  padding: 2rem;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20rem;
  z-index: 899;
  text-decoration: none;
  color: rgb(255, 255, 255);
  padding: 0 0 0 1.25rem;
}
#navPanel.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}
#navPanel nav {
  display: block;
  padding: 0;
}
#navPanel .link {
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #c1c5cb !important;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
}
#navPanel .link:first-child {
  border-top: 0;
}
#navPanel .link.depth-0 {
  color: #c1c5cb !important;
}
#navPanel .link:active, #navPanel .link:focus, #navPanel .link:fover {
  color: rgb(255, 255, 255) !important;
}
#navPanel .link .indent-1 {
  display: inline-block;
  width: 1.25rem;
}
#navPanel .link .indent-2 {
  display: inline-block;
  width: 2.5rem;
}
@media screen and (max-width: 1275px) {
  #navPanel .link {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #navPanel .link {
    display: block;
  }
}
#navPanel .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #c1c5cb !important;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  line-height: 3.25rem;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7rem;
}
#navPanel .close::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 1.25rem;
}
#navPanel .close:hover {
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 736px) {
  #navPanel .close {
    height: 4rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 1275px) {
  #navPanel {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #navPanel {
    display: block;
  }
}

#footer {
  background-color: #ffffff;
  color: #c1c5cb;
  padding: 7rem 0 4.25rem 0;
  background: #2a3037;
  clear: both;
}
#footer input,
#footer select,
#footer textarea,
#footer a,
#footer strong,
#footer b,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer label {
  color: #ffffff;
}
#footer a {
  color: #c1c5cb;
}
#footer a:hover {
  color: #ffffff;
}
#footer li {
  border-color: rgba(255, 255, 255, 0.2);
}
#footer section {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 980px) {
  #footer section {
    margin-bottom: 4.125rem;
  }
}
#footer .sidebar {
  margin-left: 2.75rem;
  width: 70rem;
}
#footer .sidebar ul.contact-icons {
  list-style: none;
  padding: 0;
}
#footer .sidebar ul.contact-icons li {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid;
  margin-bottom: 1.83333rem;
  padding-top: 1.83333rem;
  border-top-color: rgba(255, 255, 255, 0.2);
}
#footer .sidebar ul.contact-icons li:first-child {
  -moz-align-items: -moz-flex-start;
  -webkit-align-items: -webkit-flex-start;
  -ms-align-items: -ms-flex-start;
  align-items: flex-start;
  border: none;
  padding-top: 0;
}
#footer .sidebar ul.contact-icons li.icon::before {
  display: block;
  font-size: 1.25rem;
  height: 2.75rem;
  line-height: 2.75rem;
  margin-right: 1.375rem;
  text-align: center;
  width: 2.75rem;
  margin-top: 0.5rem;
  background: #e27563;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  #footer .sidebar ul {
    margin-bottom: 2.75rem;
    padding-top: 2.75rem;
  }
  #footer .sidebar ul:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 1280px) {
  #footer .sidebar {
    min-width: 20rem;
    width: 20rem;
  }
}
@media screen and (max-width: 980px) {
  #footer .sidebar {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer .sidebar {
    min-width: auto;
  }
}
#footer .image {
  border-color: #ffffff;
}
#footer .features .icon {
  color: #e27563;
}
#footer .content .split {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: -moz-stretch;
  -webkit-align-items: -webkit-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
}
#footer .content .split div {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 480px) {
  #footer .content .split div {
    margin-bottom: 2.75rem;
  }
}
#footer .content .split > * {
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  width: 50%;
  padding: 1.375rem;
  width: calc(50% + 1.375rem);
}
@media screen and (max-width: 480px) {
  #footer .content .split > * {
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -moz-flex-grow: 0;
    -webkit-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    padding: 1.375rem;
    width: calc(100% + 2.75rem);
  }
}
#footer .content .split > :nth-child(-n+2) {
  padding-top: 0;
}
#footer .content .split > :nth-last-child(-n+2) {
  padding-bottom: 0;
}
#footer .content .split > :nth-child(2n+1) {
  padding-left: 0;
}
#footer .content .split > :nth-child(2n) {
  padding-right: 0;
}
#footer .content .split > :nth-child(2n+1),
#footer .content .split > :nth-child(2n) {
  width: calc(50% + 0rem);
}
@media screen and (max-width: 980px) {
  #footer .content .split > ul,
  #footer .content .split > div {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer .content .split > :nth-child(-n+1) {
    padding-top: 0;
  }
  #footer .content .split > :nth-last-child(-n+1) {
    padding-bottom: 0;
  }
  #footer .content .split > :nth-child(1n+1) {
    padding-left: 0;
  }
  #footer .content .split > :nth-child(1n) {
    padding-right: 0;
  }
  #footer .content .split > :nth-child(1n+1),
  #footer .content .split > :nth-child(1n) {
    width: calc(100% + 1.375rem);
  }
  #footer .content .split > :last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  #footer .content .split {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: -moz-stretch;
    -webkit-align-items: -webkit-stretch;
    -ms-align-items: -ms-stretch;
    align-items: stretch;
  }
}
#footer .copyright {
  text-align: center;
  margin-bottom: 2.75rem;
}
#footer .copyright span {
  border: 1px solid;
  color: rgba(71, 77, 85, 0.75);
  display: inline;
  margin: 0 auto;
  padding: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 736px) {
  #footer .copyright span {
    display: block;
    max-width: calc(100% - 3rem);
    width: 100%;
  }
}
#footer #map-large {
  display: block;
}
@media screen and (max-width: 980px) {
  #footer #map-large {
    display: none;
  }
}
#footer #map-small {
  display: none;
}
@media screen and (max-width: 980px) {
  #footer #map-small {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #footer {
    padding: 5rem 0 2.25rem 0;
  }
}
@media screen and (max-width: 980px) {
  #footer {
    padding: 5rem 0 2.25rem 0;
  }
}
@media screen and (max-width: 736px) {
  #footer {
    padding: 3rem 0 0.25rem 0;
  }
}

input[type=submit],
input[type=reset],
input[type=button],
button,
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  height: 3.25rem;
  line-height: 3.25rem;
  padding: 0 1.75rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  color: rgba(71, 77, 85, 0.975) !important;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
.button:hover {
  background: rgba(0, 0, 0, 0.2);
}
input[type=submit]:hover:active,
input[type=reset]:hover:active,
input[type=button]:hover:active,
button:hover:active,
.button:hover:active {
  background: rgba(51, 51, 51, 0.1);
}
input[type=submit].primary,
input[type=reset].primary,
input[type=button].primary,
button.primary,
.button.primary {
  background: rgba(226, 117, 99, 0.875);
  box-shadow: none;
  color: rgb(255, 255, 255) !important;
}
input[type=submit].primary:hover,
input[type=reset].primary:hover,
input[type=button].primary:hover,
button.primary:hover,
.button.primary:hover {
  background: rgba(216, 69, 44, 0.9);
}
input[type=submit].primary:hover:active,
input[type=reset].primary:hover:active,
input[type=button].primary:hover:active,
button.primary:hover:active,
.button.primary:hover:active {
  background: rgba(232, 145, 130, 0.8875);
}
input[type=submit].cancel,
input[type=reset].cancel,
input[type=button].cancel,
button.cancel,
.button.cancel {
  background: rgba(101, 99, 226, 0.875);
  box-shadow: none;
  color: rgb(255, 255, 255) !important;
}
input[type=submit].cancel:hover,
input[type=reset].cancel:hover,
input[type=button].cancel:hover,
button.cancel:hover,
.button.cancel:hover {
  background: rgba(47, 44, 216, 0.9);
}
input[type=submit].cancel:hover:active,
input[type=reset].cancel:hover:active,
input[type=button].cancel:hover:active,
button.cancel:hover:active,
.button.cancel:hover:active {
  background: rgba(132, 130, 232, 0.8875);
}
input[type=submit].danger,
input[type=reset].danger,
input[type=button].danger,
button.danger,
.button.danger {
  background: rgba(128, 8, 15, 0.874);
  box-shadow: none;
  color: rgb(255, 255, 255) !important;
}
input[type=submit].danger:hover,
input[type=reset].danger:hover,
input[type=button].danger:hover,
button.danger:hover,
.button.danger:hover {
  background: rgba(102, 6, 12, 0.8992);
}
input[type=submit].danger:hover:active,
input[type=reset].danger:hover:active,
input[type=button].danger:hover:active,
button.danger:hover:active,
.button.danger:hover:active {
  background: rgba(198, 12, 23, 0.8866);
}
input[type=submit].special,
input[type=reset].special,
input[type=button].special,
button.special,
.button.special {
  background: rgba(226, 117, 99, 0.875);
  box-shadow: none;
  color: rgb(255, 255, 255) !important;
}
input[type=submit].special:hover,
input[type=reset].special:hover,
input[type=button].special:hover,
button.special:hover,
.button.special:hover {
  background: rgba(216, 69, 44, 0.9);
}
input[type=submit].special:hover:active,
input[type=reset].special:hover:active,
input[type=button].special:hover:active,
button.special:hover:active,
.button.special:hover:active {
  background: rgba(232, 145, 130, 0.8875);
}
input[type=submit].tiny,
input[type=reset].tiny,
input[type=button].tiny,
button.tiny,
.button.tiny {
  font-size: 0.8rem;
  height: 1.8643rem;
  line-height: 1.8643rem;
  padding: 0 0.85rem;
}
input[type=submit].small,
input[type=reset].small,
input[type=button].small,
button.small,
.button.small {
  font-size: 0.8rem;
  height: 2.4375rem;
  line-height: 2.4375rem;
  padding: 0 1.25rem;
}
@media screen and (max-width: 736px) {
  input[type=submit].large,
  input[type=reset].large,
  input[type=button].large,
  button.large,
  .button.large {
    font-size: 1rem;
  }
}
input[type=submit].large,
input[type=reset].large,
input[type=button].large,
button.large,
.button.large {
  font-size: 1.25rem;
  height: 4.0625rem;
  line-height: 4.0625rem;
  padding: 0 4rem;
}
input[type=submit].wide,
input[type=reset].wide,
input[type=button].wide,
button.wide,
.button.wide {
  min-width: 13rem;
}
input[type=submit].fit,
input[type=reset].fit,
input[type=button].fit,
button.fit,
.button.fit {
  width: 100%;
}
input[type=submit].icon::before,
input[type=reset].icon::before,
input[type=button].icon::before,
button.icon::before,
.button.icon::before {
  margin-right: 0.5rem;
}
input[type=submit]:disabled, input[type=submit] .disabled,
input[type=reset]:disabled,
input[type=reset] .disabled,
input[type=button]:disabled,
input[type=button] .disabled,
button:disabled,
button .disabled,
.button:disabled,
.button .disabled {
  pointer-events: none;
  opacity: 0.25;
}

.pill {
  border-radius: 1rem;
  padding: 0.2rem 0.5rem;
}
.pill.teal {
  background-color: rgb(163, 205, 229);
}
.pill.green {
  background-color: rgba(122, 255, 112, 0.8);
}
.pill.primary {
  background-color: rgba(226, 117, 99, 0.875);
  color: rgb(255, 255, 255);
}
.pill.tiny {
  font-size: 0.5rem;
}
.pill.small {
  font-size: 0.6rem;
}

.grid-5 {
  display: flex;
  flex-wrap: wrap;
}
.grid-5, .grid-5::before, .grid-5::after,
.grid-5 *,
.grid-5 *::before,
.grid-5 *::after {
  box-sizing: border-box;
}
.grid-5 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% - (5 - 1) * 1rem) / 5);
  margin-bottom: 1rem;
}
.grid-5 > *:not(:last-child) {
  margin-right: 1rem;
}
.grid-5 > *:nth-child(5n) {
  margin-right: 0;
}

.grid-4 {
  display: flex;
  flex-wrap: wrap;
}
.grid-4, .grid-4::before, .grid-4::after,
.grid-4 *,
.grid-4 *::before,
.grid-4 *::after {
  box-sizing: border-box;
}
.grid-4 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% - (4 - 1) * 1.5rem) / 4);
  margin-bottom: 1.5rem;
}
.grid-4 > *:not(:last-child) {
  margin-right: 1.5rem;
}
.grid-4 > *:nth-child(4n) {
  margin-right: 0;
}

.grid-3 {
  display: flex;
  flex-wrap: wrap;
}
.grid-3, .grid-3::before, .grid-3::after,
.grid-3 *,
.grid-3 *::before,
.grid-3 *::after {
  box-sizing: border-box;
}
.grid-3 > * {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% - (3 - 1) * 2.5rem) / 3);
  margin-bottom: 2.5rem;
}
.grid-3 > *:not(:last-child) {
  margin-right: 2.5rem;
}
.grid-3 > *:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1380px) {
  .grid-5 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-5, .grid-5::before, .grid-5::after,
  .grid-5 *,
  .grid-5 *::before,
  .grid-5 *::after {
    box-sizing: border-box;
  }
  .grid-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - (4 - 1) * 1.5rem) / 4);
    margin-bottom: 1.5rem;
  }
  .grid-5 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-5 > *:nth-child(4n) {
    margin-right: 0;
  }
  .grid-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-4, .grid-4::before, .grid-4::after,
  .grid-4 *,
  .grid-4 *::before,
  .grid-4 *::after {
    box-sizing: border-box;
  }
  .grid-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - (3 - 1) * 1.5rem) / 3);
    margin-bottom: 1.5rem;
  }
  .grid-4 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-4 > *:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .grid-5 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-5, .grid-5::before, .grid-5::after,
  .grid-5 *,
  .grid-5 *::before,
  .grid-5 *::after {
    box-sizing: border-box;
  }
  .grid-5 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - (3 - 1) * 1.5rem) / 3);
    margin-bottom: 1.5rem;
  }
  .grid-5 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-5 > *:nth-child(3n) {
    margin-right: 0;
  }
  .grid-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-4, .grid-4::before, .grid-4::after,
  .grid-4 *,
  .grid-4 *::before,
  .grid-4 *::after {
    box-sizing: border-box;
  }
  .grid-4 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - (2 - 1) * 1.5rem) / 2);
    margin-bottom: 1.5rem;
  }
  .grid-4 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-4 > *:nth-child(2n) {
    margin-right: 0;
  }
  .grid-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-3, .grid-3::before, .grid-3::after,
  .grid-3 *,
  .grid-3 *::before,
  .grid-3 *::after {
    box-sizing: border-box;
  }
  .grid-3 > * {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc((100% - (2 - 1) * 1.5rem) / 2);
    margin-bottom: 1.5rem;
  }
  .grid-3 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-3 > *:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 736px) {
  .grid-5 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-5, .grid-5::before, .grid-5::after,
  .grid-5 *,
  .grid-5 *::before,
  .grid-5 *::after {
    box-sizing: border-box;
  }
  .grid-5 > * {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc((100% - (1 - 1) * 1.5rem) / 1);
    margin-bottom: 1.5rem;
  }
  .grid-5 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-5 > *:nth-child(1n) {
    margin-right: 0;
  }
  .grid-4 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-4, .grid-4::before, .grid-4::after,
  .grid-4 *,
  .grid-4 *::before,
  .grid-4 *::after {
    box-sizing: border-box;
  }
  .grid-4 > * {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc((100% - (1 - 1) * 1.5rem) / 1);
    margin-bottom: 1.5rem;
  }
  .grid-4 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-4 > *:nth-child(1n) {
    margin-right: 0;
  }
  .grid-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-3, .grid-3::before, .grid-3::after,
  .grid-3 *,
  .grid-3 *::before,
  .grid-3 *::after {
    box-sizing: border-box;
  }
  .grid-3 > * {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc((100% - (1 - 1) * 1.5rem) / 1);
    margin-bottom: 1.5rem;
  }
  .grid-3 > *:not(:last-child) {
    margin-right: 1.5rem;
  }
  .grid-3 > *:nth-child(1n) {
    margin-right: 0;
  }
}
.grid-5 table,
.grid-4 table,
.grid-3 table,
article table {
  margin: 0 0 2.75rem 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.grid-5 table thead,
.grid-4 table thead,
.grid-3 table thead,
article table thead {
  border: solid 2px;
  border-bottom: 0;
  border-color: rgba(0, 0, 0, 0.15);
}
.grid-5 table th,
.grid-4 table th,
.grid-3 table th,
article table th {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0.45rem;
  text-align: inherit;
  background-color: rgba(74, 74, 74, 0.9);
  color: white;
}
.grid-5 table tbody tr,
.grid-4 table tbody tr,
.grid-3 table tbody tr,
article table tbody tr {
  border: solid 1px;
  border-color: rgba(0, 0, 0, 0.15);
  background-color: rgba(250, 250, 250, 0.9);
}
.grid-5 table tbody tr:nth-child(2n-1),
.grid-4 table tbody tr:nth-child(2n-1),
.grid-3 table tbody tr:nth-child(2n-1),
article table tbody tr:nth-child(2n-1) {
  background-color: rgba(235, 235, 235, 0.9);
}
.grid-5 table tbody tr td,
.grid-4 table tbody tr td,
.grid-3 table tbody tr td,
article table tbody tr td {
  padding: 0.5rem 0.3rem;
}
.grid-5 table tbody tr td img,
.grid-4 table tbody tr td img,
.grid-3 table tbody tr td img,
article table tbody tr td img {
  vertical-align: middle;
}
.grid-5 table tbody tr td:nth-child(1),
.grid-4 table tbody tr td:nth-child(1),
.grid-3 table tbody tr td:nth-child(1),
article table tbody tr td:nth-child(1) {
  width: 30px;
  padding: 0 0 0 0.65rem;
}
.grid-5 table tbody tr td:nth-child(2),
.grid-4 table tbody tr td:nth-child(2),
.grid-3 table tbody tr td:nth-child(2),
article table tbody tr td:nth-child(2) {
  width: 50%;
}
.grid-5 table tbody tr td:nth-child(3),
.grid-4 table tbody tr td:nth-child(3),
.grid-3 table tbody tr td:nth-child(3),
article table tbody tr td:nth-child(3) {
  width: 50%;
}
.grid-5 table td,
.grid-4 table td,
.grid-3 table td,
article table td {
  padding: 0.75rem 0.75rem;
}
.grid-5 table tfoot,
.grid-4 table tfoot,
.grid-3 table tfoot,
article table tfoot {
  border-top: solid 2px;
  border-top-color: rgba(0, 0, 0, 0.15);
}

.grid-5,
.grid-4,
.grid-3,
article {
  text-align: center;
}
.grid-5 table:has(.hover) tbody tr:hover,
.grid-4 table:has(.hover) tbody tr:hover,
.grid-3 table:has(.hover) tbody tr:hover,
article table:has(.hover) tbody tr:hover {
  background-color: rgba(240, 240, 240, 0.9);
}
.grid-5 table:has(.hover) tbody tr:nth-child(2n-1):hover,
.grid-4 table:has(.hover) tbody tr:nth-child(2n-1):hover,
.grid-3 table:has(.hover) tbody tr:nth-child(2n-1):hover,
article table:has(.hover) tbody tr:nth-child(2n-1):hover {
  background-color: rgba(226, 226, 226, 0.9);
}
.grid-5 ul.actions li,
.grid-4 ul.actions li,
.grid-3 ul.actions li,
article ul.actions li {
  width: 100%;
}
.grid-5:has(table) article:not(.noshadow) > div,
.grid-4:has(table) article:not(.noshadow) > div,
.grid-3:has(table) article:not(.noshadow) > div,
article:has(table) article:not(.noshadow) > div {
  height: 100%;
  padding-bottom: 0.01rem;
  border-radius: 0.75rem;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: font 0.1s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grid-5:has(table) article:not(.noshadow) > div .image,
.grid-4:has(table) article:not(.noshadow) > div .image,
.grid-3:has(table) article:not(.noshadow) > div .image,
article:has(table) article:not(.noshadow) > div .image {
  border-radius: 0.75rem 0.75rem 0 0;
}
.grid-5:has(table) article:not(.noshadow) > div .image img,
.grid-4:has(table) article:not(.noshadow) > div .image img,
.grid-3:has(table) article:not(.noshadow) > div .image img,
article:has(table) article:not(.noshadow) > div .image img {
  border-radius: 0.35rem 0.35rem 0 0;
}
.grid-5:has(table) article:not(.noshadow) > div span,
.grid-4:has(table) article:not(.noshadow) > div span,
.grid-3:has(table) article:not(.noshadow) > div span,
article:has(table) article:not(.noshadow) > div span {
  width: 100%;
  display: inline-table;
  justify-content: center;
}
.grid-5:has(table) article:not(.noshadow) > div:hover,
.grid-4:has(table) article:not(.noshadow) > div:hover,
.grid-3:has(table) article:not(.noshadow) > div:hover,
article:has(table) article:not(.noshadow) > div:hover {
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}
.grid-5:has(table) article:not(.noshadow) > div ul,
.grid-4:has(table) article:not(.noshadow) > div ul,
.grid-3:has(table) article:not(.noshadow) > div ul,
article:has(table) article:not(.noshadow) > div ul {
  margin-bottom: 0.75rem;
}
.grid-5:has(table) article:not(.noshadow) > div *:last-child:has(a),
.grid-4:has(table) article:not(.noshadow) > div *:last-child:has(a),
.grid-3:has(table) article:not(.noshadow) > div *:last-child:has(a),
article:has(table) article:not(.noshadow) > div *:last-child:has(a) {
  margin-top: auto;
}
.grid-5:has(table) article:not(.noshadow),
.grid-4:has(table) article:not(.noshadow),
.grid-3:has(table) article:not(.noshadow),
article:has(table) article:not(.noshadow) {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grid-5:has(table) article:not(.noshadow) *:last-child:has(a),
.grid-4:has(table) article:not(.noshadow) *:last-child:has(a),
.grid-3:has(table) article:not(.noshadow) *:last-child:has(a),
article:has(table) article:not(.noshadow) *:last-child:has(a) {
  margin-top: auto;
}
.grid-5:not(:has(table)) article:not(.noshadow) > div,
.grid-4:not(:has(table)) article:not(.noshadow) > div,
.grid-3:not(:has(table)) article:not(.noshadow) > div,
article:not(:has(table)) article:not(.noshadow) > div {
  padding-bottom: 0.01rem;
  border-radius: 0.75rem;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: font 0.1s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grid-5:not(:has(table)) article:not(.noshadow) > div .image,
.grid-4:not(:has(table)) article:not(.noshadow) > div .image,
.grid-3:not(:has(table)) article:not(.noshadow) > div .image,
article:not(:has(table)) article:not(.noshadow) > div .image {
  border-radius: 0.75rem 0.75rem 0 0;
}
.grid-5:not(:has(table)) article:not(.noshadow) > div .image img,
.grid-4:not(:has(table)) article:not(.noshadow) > div .image img,
.grid-3:not(:has(table)) article:not(.noshadow) > div .image img,
article:not(:has(table)) article:not(.noshadow) > div .image img {
  border-radius: 0.35rem 0.35rem 0 0;
}
.grid-5:not(:has(table)) article:not(.noshadow) > div span,
.grid-4:not(:has(table)) article:not(.noshadow) > div span,
.grid-3:not(:has(table)) article:not(.noshadow) > div span,
article:not(:has(table)) article:not(.noshadow) > div span {
  width: 100%;
  display: inline-table;
  justify-content: center;
}
.grid-5:not(:has(table)) article:not(.noshadow) > div:hover,
.grid-4:not(:has(table)) article:not(.noshadow) > div:hover,
.grid-3:not(:has(table)) article:not(.noshadow) > div:hover,
article:not(:has(table)) article:not(.noshadow) > div:hover {
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.5);
  transform: translateY(-5px);
}
.grid-5:not(:has(table)) article:not(.noshadow) > div ul,
.grid-4:not(:has(table)) article:not(.noshadow) > div ul,
.grid-3:not(:has(table)) article:not(.noshadow) > div ul,
article:not(:has(table)) article:not(.noshadow) > div ul {
  margin-bottom: 0.75rem;
}
.grid-5:not(:has(table)) article:not(.noshadow) > div *:last-child:has(a),
.grid-4:not(:has(table)) article:not(.noshadow) > div *:last-child:has(a),
.grid-3:not(:has(table)) article:not(.noshadow) > div *:last-child:has(a),
article:not(:has(table)) article:not(.noshadow) > div *:last-child:has(a) {
  margin-top: auto;
}
.grid-5:not(:has(table)) article:not(.noshadow),
.grid-4:not(:has(table)) article:not(.noshadow),
.grid-3:not(:has(table)) article:not(.noshadow),
article:not(:has(table)) article:not(.noshadow) {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grid-5:not(:has(table)) article:not(.noshadow) *:last-child:has(a),
.grid-4:not(:has(table)) article:not(.noshadow) *:last-child:has(a),
.grid-3:not(:has(table)) article:not(.noshadow) *:last-child:has(a),
article:not(:has(table)) article:not(.noshadow) *:last-child:has(a) {
  margin-top: auto;
}
.grid-5.jobs article,
.grid-4.jobs article,
.grid-3.jobs article,
article.jobs article {
  text-align: left;
}
.grid-5.jobs article a,
.grid-4.jobs article a,
.grid-3.jobs article a,
article.jobs article a {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.textMiddle {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.text-primary {
  color: rgba(226, 117, 99, 0.875);
}

div.cartCount {
  display: inline;
  vertical-align: bottom;
}

li.cart {
  min-width: 250px;
}
li.cart div {
  color: rgba(226, 117, 99, 0.875);
}
li.cart .item {
  display: block;
  padding: 0 10px;
  margin: 0;
  color: rgb(193, 197, 203);
}
li.cart .item:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
li.cart .item-left span.item-info {
  float: left;
  margin-left: 10px;
  font-size: 0.75rem;
}
li.cart .item-right {
  float: right;
  font-size: 0.85rem;
}

button.cart {
  margin-top: 1rem;
  width: 100%;
}

nav:has(.breadcrumb) {
  padding-top: 3rem;
}
@media screen and (max-width: 736px) {
  nav:has(.breadcrumb) {
    padding-top: 0rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: fit-content;
  justify-content: end;
  padding: 0.25rem 0.75rem;
  margin-left: auto;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.3rem;
  padding-left: 0.3rem;
  color: #6c757d;
  font-size: 0.8rem;
  content: "⧽";
}
.breadcrumb-item.active {
  color: #6c757d;
}

#header-admin {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  background: #2a3037;
  color: #c1c5cb;
  cursor: default;
  height: 2rem;
  left: 0;
  line-height: 2rem;
  padding-right: 2.75rem;
  position: fixed;
  /*top: 3.75rem;*/
  width: 100%;
  z-index: 810;
  font-size: 0.8rem;
}
#header-admin a[href="#navAdminPanel"] {
  text-decoration: none;
  color: #ffffff;
  display: none;
  padding: 0 0 0 1.25rem;
}
#header-admin a[href="#navAdminPanel"]::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f0c9";
  float: right;
  line-height: inherit;
  margin: 0 0 0 0.625rem;
}
@media screen and (max-width: 736px) {
  #header-admin a[href="#navAdminPanel"] {
    height: 2rem;
    line-height: 2rem;
    display: block;
  }
}
#header-admin nav {
  -moz-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
#header-admin nav > ul {
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  line-height: inherit;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#header-admin nav > ul > li {
  line-height: inherit;
  padding: 0;
}
#header-admin nav > ul > li:hover a {
  color: #ffffff;
}
#header-admin nav > ul > li > ul {
  display: none;
}
#header-admin nav > ul > li a {
  color: #c1c5cb;
  display: block;
  height: 2.75rem;
  line-height: 2.75rem;
  margin-left: 0.5rem;
  padding: 0 1.5rem;
  text-decoration: none;
}
#header-admin nav > ul > li a:hover, #header-admin nav > ul > li a:focus, #header-admin nav > ul > li a.active {
  color: #ffffff;
}
#header-admin nav > ul > li a.active {
  border-bottom: 3px solid #e27563;
  font-weight: 700;
}
#header-admin nav > ul > li:last-child a {
  margin-right: 0 !important;
}
@media screen and (max-width: 736px) {
  #header-admin nav.nav-admin {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  #header-admin {
    padding-right: 1.375rem;
  }
}
@media screen and (max-width: 736px) {
  #header-admin {
    height: 33px;
    line-height: 33px;
  }
}
@media screen and (max-width: 480px) {
  #header-admin {
    min-width: 320px;
  }
}

#navAdminPanel {
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: -moz-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-transition: -webkit-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -ms-transition: -ms-transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  transition: transform 0.5s ease, box-shadow 0.5s ease, visibility 0.5s;
  -webkit-overflow-scrolling: touch;
  background: #2a3037;
  box-shadow: none;
  display: none;
  height: 100%;
  max-width: 80%;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  width: 20rem;
  z-index: 899;
  text-decoration: none;
  color: #ffffff;
  padding: 0 0 0 1.25rem;
}
#navAdminPanel.visible {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
}
#navAdminPanel nav {
  display: block;
  padding: 0;
}
#navAdminPanel .link {
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #c1c5cb !important;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
}
#navAdminPanel .link:first-child {
  border-top: 0;
}
#navAdminPanel .link.depth-0 {
  color: #c1c5cb !important;
}
#navAdminPanel .link:active, #navAdminPanel .link:hover, #navAdminPanel .link:focus {
  color: #ffffff !important;
}
#navAdminPanel .link .indent-1 {
  display: inline-block;
  width: 1.25rem;
}
#navAdminPanel .link .indent-2 {
  display: inline-block;
  width: 2.5rem;
}
@media screen and (max-width: 1275px) {
  #navAdminPanel {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  #navAdminPanel {
    display: block;
  }
}
#navAdminPanel .close {
  text-decoration: none;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #c1c5cb !important;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  line-height: 3.25rem;
  padding-right: 1.25rem;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  vertical-align: middle;
  width: 7rem;
}
#navAdminPanel .close::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 1.25rem;
}
#navAdminPanel .close:hover {
  color: #ffffff;
}

/*# sourceMappingURL=laodc.com.css.map */
