/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:root {
  --spacing: 20px;
  --spacing-0: 0px;
  --spacing-0-25: calc(var(--spacing) * 0.25);
  --spacing-0-5: calc(var(--spacing) * 0.5);
  --spacing-0-7: calc(var(--spacing) * 0.7);
  --spacing-0-75: calc(var(--spacing) * 0.75);
  --spacing--0-75: calc(var(--spacing) * -0.75);
  --spacing-1: var(--spacing);
  --spacing--1: calc(var(--spacing) * -1);
  --spacing-1-2: calc(var(--spacing) * 1.2);
  --spacing-1-5: calc(var(--spacing) * 1.5);
  --spacing--1-5: calc(var(--spacing) * -1.5);
  --spacing-1-75: calc(var(--spacing) * 1.75);
  --spacing--1-75: calc(var(--spacing) * -1.75);
  --spacing-1-9: calc(var(--spacing) * 1.9);
  --spacing-2: calc(var(--spacing) * 2);
  --spacing-2-25: calc(var(--spacing) * 2.25);
  --spacing-2-5: calc(var(--spacing) * 2.5);
  --spacing-2-75: calc(var(--spacing) * 2.75);
  --spacing-3: calc(var(--spacing) * 3);
  --spacing-3-25: calc(var(--spacing) * 3.25);
  --spacing-3-5: calc(var(--spacing) * 3.5);
  --spacing-3-75: calc(var(--spacing) * 3.75);
  --spacing-4: calc(var(--spacing) * 4);
  --spacing-4-5: calc(var(--spacing) * 4.5);
  --spacing-5: calc(var(--spacing) * 5);
  --spacing-5-5: calc(var(--spacing) * 5.5);
  --spacing-5-75: calc(var(--spacing) * 5.75);
  --spacing-6: calc(var(--spacing) * 6);
  --spacing-6-2: calc(var(--spacing) * 6.2);
  --spacing-6-5: calc(var(--spacing) * 6.5);
  --spacing-6-75: calc(var(--spacing) * 6.75);
  --spacing-7: calc(var(--spacing) * 7);
  --spacing-7-5: calc(var(--spacing) * 7.5);
  --spacing-8: calc(var(--spacing) * 8);
  --spacing-8-5: calc(var(--spacing) * 8.5);
  --spacing-9: calc(var(--spacing) * 9);
  --spacing-9-5: calc(var(--spacing) * 9.5);
  --spacing-10: calc(var(--spacing) * 10);
  --spacing-10-5: calc(var(--spacing) * 10.5);
  --spacing-11: calc(var(--spacing) * 11);
  --spacing-12: calc(var(--spacing) * 12);
  --spacing-12-5: calc(var(--spacing) * 12.5);
  --spacing-13: calc(var(--spacing) * 13);
  --spacing-14: calc(var(--spacing) * 14);
  --spacing-14-25: calc(var(--spacing) * 14.25);
  --spacing-15: calc(var(--spacing) * 15);
  --spacing-16: calc(var(--spacing) * 16);
  --spacing-18: calc(var(--spacing) * 18);
  --spacing-19: calc(var(--spacing) * 19);
  --spacing-20: calc(var(--spacing) * 20);
  --col: calc(100vw / 4 - var(--spacing-3) / 4);
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  :root {
    --col: calc(100vw / 6 - var(--spacing-5) / 6);
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  :root {
    --spacing: 40px;
    --col: calc(100vw / 10 - var(--spacing-3) / 10);
  }
}
@media only screen and (min-width: 980px) {
  :root {
    --spacing: 40px;
    --col: calc(100vw / 10 - var(--spacing-4) / 10);
  }
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
  :root {
    --spacing: calc(40px + 10 * ((100vw - 980px) / 220));
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  :root {
    --spacing: calc(50px + 10 * ((100vw - 1200px) / 240));
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  :root {
    --spacing: calc(60px + 20 * ((100vw - 1440px) / 480));
  }
}
@media only screen and (min-width: 1920px) and (min-height: 600px) {
  :root {
    --spacing: 80px;
    --col: 160px;
  }
}
.btnn,
.btnn:after,
.btnn:before,
.iconn,
a {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
body {
  font-family: Euclid Square, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
.text--heading {
  font-family: SangBleu Empire, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
body {
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.text--tiny {
  font-size: 0.8rem;
  line-height: 1.75em;
  letter-spacing: 0.1em;
}
.text--default-md {
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}
.text--h4-card {
  font-size: 2rem;
  line-height: 1.25em;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  body {
    font-size: calc(1rem + 2 * ((100vw - 320px) / 346));
    line-height: calc(1.6em + 0.66667 * ((100vw - 320px) / 346));
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .text--default-md {
    line-height: calc(1.6em + 0.66667 * ((100vw - 320px) / 346));
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .text--default-md {
    font-size: calc(1rem + 2 * ((100vw - 320px) / 346));
  }
}
@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .text--h4-card {
    font-size: calc(2rem + 10 * ((100vw - 320px) / 346));
  }
}
@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  .text--h4-card {
    line-height: calc(1.25em + 0.83333 * ((100vw - 320px) / 346));
    letter-spacing: -0.02em;
  }
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  .text--default-md,
  body {
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
  .text--h4-card {
    font-size: 2rem;
    line-height: 1.25em;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  body {
    line-height: calc(1.6em + 0.66667 * ((100vw - 568px) / 412));
    letter-spacing: 0.1em;
  }
}
@media (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .text--default-md,
  body {
    font-size: calc(1rem + 2 * ((100vw - 568px) / 412));
  }
}
@media (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .text--default-md {
    line-height: calc(1.6em + 0.66667 * ((100vw - 568px) / 412));
    letter-spacing: 0.1em;
  }
}
@media (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .text--h4-card {
    font-size: calc(2rem + 10 * ((100vw - 568px) / 412));
    line-height: calc(1.25em + 0.83333 * ((100vw - 568px) / 412));
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  body {
    font-size: 1.2rem;
    line-height: 1.66667em;
    letter-spacing: 0.1em;
  }
  .text--default-md {
    font-size: 1.2rem;
    line-height: 1.66667em;
    letter-spacing: 0.1em;
  }
  .text--h4-card {
    font-size: 2.5rem;
    line-height: 1.33333em;
    letter-spacing: -0.02em;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 500px) {
  .text--default-md {
    font-size: 1.2rem;
    line-height: 1.1625em;
    letter-spacing: 0.1em;
  }
  .text--tiny {
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0.1em;
  }
}
.btnn,
.btnn:hover:active,
a,
a:hover:active {
  text-decoration: none;
}
.ui-light a,
a {
  color: #181d24;
}
a:hover:active {
  color: #ac835e;
}
:root {
  --viewport-height: 100vh;
  --viewport-height-actual: 100vh;
}

@media print {

}

@media print {

}
*,
:after,
:before {
  box-sizing: border-box;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: top;
}
img[draggable="false"] {
  pointer-events: none;
  -webkit-user-drag: none;
}
html {
  font-size: 62.5%;
}
body {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}
hr,
p {
  margin-top: calc(var(--spacing) * 65 / 60);
  margin-bottom: calc(var(--spacing) * 65 / 60);
}
hr:last-child,
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
}
a:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:disabled {
  pointer-events: none;
}
html .text--color-accent {
  color: #ac835e;
}
@media print {
  .text--color-accent {
    color: #000;
  }
}
@media print {
  .text a:not(:local-link):after {
    content: " [" attr(href) "] ";
    color: inherit;
  }
}
hr {
  border: 0;
  border-bottom: 1px solid #e2d9d5;
}
.text--crop:after,
.text--crop:before {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.text--crop:before {
  margin-top: -0.3em;
}
.text--crop:after {
  margin-bottom: -0.25em;
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  .text--crop:before {
    margin-top: -0.3em;
  }
  .text--crop:after {
    margin-bottom: -0.25em;
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .text--crop:before {
    margin-top: -0.33333em;
  }
  .text--crop:after {
    margin-bottom: -0.28333em;
  }
}
.text--crop.text--tiny:before {
  margin-top: -0.375em;
}
.text--crop.text--tiny:after {
  margin-bottom: -0.325em;
}
@media only screen and (min-width: 1200px) and (min-height: 500px) {
  .text--crop.text--tiny:before {
    margin-top: -0.3em;
  }
  .text--crop.text--tiny:after {
    margin-bottom: -0.25em;
  }
}
.text--crop.text--default-md:before {
  margin-top: -0.3em;
}
.text--crop.text--default-md:after {
  margin-bottom: -0.25em;
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  .text--crop.text--default-md:before {
    margin-top: -0.3em;
  }
  .text--crop.text--default-md:after {
    margin-bottom: -0.25em;
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .text--crop.text--default-md:before {
    margin-top: -0.33333em;
  }
  .text--crop.text--default-md:after {
    margin-bottom: -0.28333em;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 500px) {
  .text--crop.text--default-md:before {
    margin-top: -0.28125em;
  }
  .text--crop.text--default-md:after {
    margin-bottom: -0.23125em;
  }
}
.text--h4-card.text--crop:before {
  margin-top: -0.175em;
}
.text--h4-card.text--crop:after {
  margin-bottom: -0.27em;
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  .text--h4-card.text--crop:before {
    margin-top: -0.175em;
  }
  .text--h4-card.text--crop:after {
    margin-bottom: -0.27em;
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .text--h4-card.text--crop:before {
    margin-top: -0.21667em;
  }
  .text--h4-card.text--crop:after {
    margin-bottom: -0.31167em;
  }
}
.btnn {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btnn:disabled {
  cursor: default;
}
.btnn__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  position: relative;
  z-index: 1;
}
.btnn__content,
.btnn__content _:future {
  margin-left: auto;
  margin-right: auto;
}
.btnn {
  will-change: transform;
}
.btnn:after,
.btnn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition-property: transform, background-color, border-color, box-shadow;
}
.btnn:before {
  z-index: 1;
}
.btnn:after {
  pointer-events: none;
}
.btnn {
  overflow: hidden;
}
.btnn:before {
  transform: translateY(101%);
}
.btnn--square {
  will-change: transform;
  overflow: visible;
}
.btnn--square:before {
  transform: scale(0);
}
.btnn--outline _:-ms-lang(x) > svg {
  display: none;
}
.btnn--outline _:-ms-lang(x) > svg.btnn__progress {
  display: block;
}
.btnn--outline _:-ms-lang(x).is-active:before {
  opacity: 1;
  transform: none;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.btnn--outline _:-ms-lang(x).is-active:after {
  opacity: 0;
  transform: none;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.btnn {
  height: calc(var(--spacing) / 2 );
  min-height: 2rem;
  padding: 0 calc(var(--spacing) * 20 / 60);
  font-size: 1rem;
}
.btnn,
.btnn.btnn--square:before,
.btnn:after {
  border-radius: calc(var(--spacing) / 8);
}
.btnn > .btnn__content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: var(--spacing);
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .btnn {
    font-size: 1.2rem;
  }
}
.btnn.btnn--square {
  width: calc(var(--spacing) / 2 );
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .btnn.btnn--square {
    padding-left: 0;
    padding-right: 0;
    flex-grow: 0;
    flex-shrink: 0;
  }
}
.btnn--xs-static {
  height: 40px;
  padding: 0 25px;
}
.btnn--xs-static,
.btnn--xs-static.btnn--square:before,
.btnn--xs-static:after {
  border-radius: 20px;
}
.btnn--xs-static > .btnn__content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
}
.btnn--xs-static.btnn--square {
  width: 40px;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce), (update: slow) {
  *,
  :after,
  :before {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: scroll !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
.ui-light,
body {
  color: #181d24;
}
body {
  background: #f9f0ec;
}
.ui-light-background {
  background: #ffffff;
}
@media print {
  body {
    color: #000;
  }
}
.iconn {
  transition-property: color, transform, opacity;
  display: inline-block;
  flex-shrink: 0;
}
.btnn .iconn,
a .iconn {
  transition: none;
}
.iconn {
  vertical-align: middle;
  position: relative;
}
.btnn .iconn,
a .iconn {
  pointer-events: none;
}
.container-h-modal {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.container-h-modal:after,
.container-h-modal:before {
  content: " ";
  display: table;
}
.container-h-modal {
  padding-right: var(--spacing-1-5);
  padding-left: var(--spacing-1-5);
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  .container-h-modal {
    padding-right: var(--spacing-2-5);
    padding-left: var(--spacing-2-5);
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .container-h-modal {
    padding-right: var(--spacing-1-5);
    padding-left: var(--spacing-1-5);
  }
}
@media only screen and (min-width: 980px) {
  .container-h-modal {
    padding-right: var(--spacing-1-5);
    padding-left: var(--spacing-1-5);
  }
}
@media only screen and (min-width: 1200px) and (min-height: 500px) {
  .container-h-modal {
    padding-right: var(--spacing-1-5);
    padding-left: var(--spacing-1-5);
  }
}
@media only screen and (min-width: 1440px) and (min-height: 600px) {
  .container-h-modal {
    padding-right: var(--spacing-1);
    padding-left: var(--spacing-1);
  }
}
@media only screen and (min-width: 1920px) and (min-height: 600px) {
  .container-h-modal {
    padding-right: var(--spacing-1);
    padding-left: var(--spacing-1);
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 980px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 1200px) and (min-height: 500px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 1440px) and (min-height: 600px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 1920px) and (min-height: 600px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
.col {
  flex: 1;
  max-width: 100%;
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@-moz-document url-prefix() {
}
@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 980px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 1200px) and (min-height: 500px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 1440px) and (min-height: 600px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 1920px) and (min-height: 600px) {
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
  @-moz-document url-prefix() {
  }
}
:root {
  --is-visible-active: none;
  --is-visible-non-active: block;
  --is-visible--mobile: block;
  --is-visible--non-mobile: block;
  --is-visible--tablet: block;
  --is-visible--non-tablet: block;
  --is-visible--only-mobile: block;
  --is-visible--only-tablet: none;
  --is-visible--only-desktop: none;
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  :root {
    --is-visible--mobile: none;
    --is-visible--only-mobile: none;
  }
}
@media (max-width: 567px) and (max-aspect-ratio: 13/9),
  (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  :root {
    --is-visible--non-mobile: none;
  }
}
@media (min-width: 980px) and (max-height: 499px),
  only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
  only screen and (min-width: 666px) and (min-height: 416px) and (max-width: 979px),
  only screen and (min-width: 980px) and (max-width: 1199px) {
  :root {
    --is-visible--only-tablet: block;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 500px) {
  :root {
    --is-visible--tablet: none;
    --is-visible--only-desktop: block;
  }
}
@media (max-height: 499px), only screen and (max-width: 1199px) {
  :root {
    --is-visible--non-tablet: none;
  }
}
.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: none;
  z-index: 12;
  overflow: hidden;
}
.modal__close {
  position: fixed;
  z-index: 4;
  top: 0;
  transition-property: color;
}
.modal__scroller {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--viewport-height-actual);
  overflow: hidden;
}
.modal__background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--viewport-height-actual);
  cursor: default;
}
.modal--overlay .modal__background {
  background: rgba(0, 0, 0, 0.7);
}
.modal__content-wrapper {
  position: relative;
  margin-left: auto;
  z-index: 1;
}
.modal__content {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: var(--viewport-height-actual);
}
.modal--center .modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal--banner .modal__close {
  position: absolute;
  top: 5px;
  left: auto;
  right: 5px;
}
.modal--banner .modal__content {
  padding: var(--spacing-1-5) 0;
}
.modal--banner .modal__content__inner {
  position: relative;
  width: calc(100vw - var(--spacing-2));
  height: calc(100vh - var(--spacing-3));
  max-width: 1024px;
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .modal--banner .modal__close {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  @-moz-document url-prefix() {
  }
}
@media (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  @-moz-document url-prefix() {
  }
}
@media only screen and (max-width: 567px) and (max-aspect-ratio: 13/9) {
  @-moz-document url-prefix() {
  }
}
@media (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  @-moz-document url-prefix() {
  }
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9) and (max-width: 979px),
  only screen and (min-width: 666px) and (min-height: 416px) and (max-width: 979px) {
  @-moz-document url-prefix() {
  }
}
@media (min-width: 980px) and (max-height: 499px),
  only screen and (min-width: 980px) and (max-width: 1199px) {
  @-moz-document url-prefix() {
  }
}
@media (min-width: 1200px) and (min-height: 500px) and (max-height: 599px),
  only screen and (min-width: 1200px) and (min-height: 500px) and (max-width: 1439px) {
  @-moz-document url-prefix() {
  }
}
.sticky--under-next + .sticky--under-previous _:future {
  transform: translateZ(1px);
}
@media (max-width: 567px) and (max-aspect-ratio: 13/9),
  (max-width: 665px) and (min-aspect-ratio: 13/9),
  only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13/9) {
  .sticky\:md-up:where(.sticky--full-height),
  .sticky\:md-up:where(.sticky--full-height) .sticky__layer {
    min-height: 0;
  }
  .sticky\:md-up:where(.sticky--full-height) .sticky__layer--sticky {
    height: auto;
  }
  :where(.sticky--under-next) + .sticky\:md-up.sticky--under-previous {
    margin-top: 0;
    clip-path: none;
    transform: none;
  }
  .sticky\:md-up:where(.sticky--under-previous) {
    margin-top: 0;
  }
  .sticky\:md-up:where(.sticky--under-previous):after {
    display: none;
  }
  .sticky\:md-up:where(.sticky--under-next) {
    margin-bottom: 0;
  }
  .sticky\:md-up:where(.sticky--under-next):after {
    display: none;
  }
  .sticky\:md-up:where(.sticky--under-previous.sticky--under-next)
    .sticky__layer--sticky {
    max-height: none;
  }
}
:root {
  --header-height: calc(40px + (var(--spacing) * 12 / 20) * 2);
}
@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  :root {
    --header-height: calc(40px + (var(--spacing) * 25 / 60) * 2);
  }
}
:root {
  --spacing: 20px;
  --spacing-0: 0px;
  --spacing-0-25: calc(var(--spacing) * 0.25);
  --spacing-0-5: calc(var(--spacing) * 0.5);
  --spacing-0-7: calc(var(--spacing) * 0.7);
  --spacing-0-75: calc(var(--spacing) * 0.75);
  --spacing--0-75: calc(var(--spacing) * -0.75);
  --spacing-1: var(--spacing);
  --spacing--1: calc(var(--spacing) * -1);
  --spacing-1-2: calc(var(--spacing) * 1.2);
  --spacing-1-5: calc(var(--spacing) * 1.5);
  --spacing--1-5: calc(var(--spacing) * -1.5);
  --spacing-1-75: calc(var(--spacing) * 1.75);
  --spacing--1-75: calc(var(--spacing) * -1.75);
  --spacing-1-9: calc(var(--spacing) * 1.9);
  --spacing-2: calc(var(--spacing) * 2);
  --spacing-2-25: calc(var(--spacing) * 2.25);
  --spacing-2-5: calc(var(--spacing) * 2.5);
  --spacing-2-75: calc(var(--spacing) * 2.75);
  --spacing-3: calc(var(--spacing) * 3);
  --spacing-3-25: calc(var(--spacing) * 3.25);
  --spacing-3-5: calc(var(--spacing) * 3.5);
  --spacing-3-75: calc(var(--spacing) * 3.75);
  --spacing-4: calc(var(--spacing) * 4);
  --spacing-4-5: calc(var(--spacing) * 4.5);
  --spacing-5: calc(var(--spacing) * 5);
  --spacing-5-5: calc(var(--spacing) * 5.5);
  --spacing-5-75: calc(var(--spacing) * 5.75);
  --spacing-6: calc(var(--spacing) * 6);
  --spacing-6-2: calc(var(--spacing) * 6.2);
  --spacing-6-5: calc(var(--spacing) * 6.5);
  --spacing-6-75: calc(var(--spacing) * 6.75);
  --spacing-7: calc(var(--spacing) * 7);
  --spacing-7-5: calc(var(--spacing) * 7.5);
  --spacing-8: calc(var(--spacing) * 8);
  --spacing-8-5: calc(var(--spacing) * 8.5);
  --spacing-9: calc(var(--spacing) * 9);
  --spacing-9-5: calc(var(--spacing) * 9.5);
  --spacing-10: calc(var(--spacing) * 10);
  --spacing-10-5: calc(var(--spacing) * 10.5);
  --spacing-11: calc(var(--spacing) * 11);
  --spacing-12: calc(var(--spacing) * 12);
  --spacing-12-5: calc(var(--spacing) * 12.5);
  --spacing-13: calc(var(--spacing) * 13);
  --spacing-14: calc(var(--spacing) * 14);
  --spacing-14-25: calc(var(--spacing) * 14.25);
  --spacing-15: calc(var(--spacing) * 15);
  --spacing-16: calc(var(--spacing) * 16);
  --spacing-18: calc(var(--spacing) * 18);
  --spacing-19: calc(var(--spacing) * 19);
  --spacing-20: calc(var(--spacing) * 20);
  --col: calc(100vw / 4 - var(--spacing-3) / 4);
}

@media (min-aspect-ratio: 13/9), only screen and (min-width: 568px) {
  :root {
    --col: calc(100vw / 6 - var(--spacing-5) / 6);
  }
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  :root {
    --spacing: 40px;
    --col: calc(100vw / 10 - var(--spacing-3) / 10);
  }
}

@media only screen and (min-width: 980px) {
  :root {
    --spacing: 40px;
    --col: calc(100vw / 10 - var(--spacing-4) / 10);
  }
}

@media screen and (min-width: 980px) and (max-width: 1200px) {
  :root {
    --spacing: calc(40px + 10 * ((100vw - 980px) / 220));
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  :root {
    --spacing: calc(50px + 10 * ((100vw - 1200px) / 240));
  }
}

@media screen and (min-width: 1440px) and (max-width: 1920px) {
  :root {
    --spacing: calc(60px + 20 * ((100vw - 1440px) / 480));
  }
}

@media only screen and (min-width: 1920px) and (min-height: 600px) {
  :root {
    --spacing: 80px;
    --col: 160px;
  }
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: none;
  z-index: 12;
  overflow: hidden;
}

.modal__close {
  position: fixed;
  z-index: 4;
  top: 0;
  transition-property: color;
}

.modal__scroller {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.modal__background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: var(--viewport-height-actual);
  cursor: default;
}

.modal--overlay .modal__background {
  background: rgba(0, 0, 0, 0.7);
}

.modal__content-wrapper {
  position: relative;
  margin-left: auto;
  z-index: 1;
}

.modal__content {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  min-height: var(--viewport-height-actual);
}

.modal--center .modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal--banner .modal__close {
  position: absolute;
  top: 5px !important;
  left: auto;
  right: 5px !important;
}

.modal--banner .modal__content {
  padding: var(--spacing-1-5) 0;
}

.modal--banner .modal__content__inner {
  position: relative;
  width: calc(100vw - var(--spacing-2));
  height: calc(100vh - var(--spacing-3));
  max-width: 960px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .modal--banner .modal__close {
    top: 20px;
    right: 20px;
  }
}

::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

::-ms-reveal {
  display: none;
}

.form-control--float input:not(:-moz-placeholder-shown) ~ .form-label,
.form-control--float textarea:not(:-moz-placeholder-shown) ~ .form-label {
  transform: translateY(-22px) scale(0.83333);
}

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

.modal-banner__logo {
  display: block;
  width: auto;
  margin: 20px auto 40px;
  height: 60px;
}

.modal-banner__text,
.modal-banner__title {
  margin: 0 0 15px;
}

.modal-banner__footnote {
  color: #71677a;
  margin: 40px 0 0;
  padding: 0 0 20px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13/9),
  only screen and (min-width: 666px) and (min-height: 416px),
  only screen and (min-width: 980px) {
  .modal-banner__logo {
    height: 80px;
    margin: 30px auto 65px;
  }

  .modal-banner__title {
    margin: 0 0 32px;
  }

  .modal-banner__text {
    margin: 0 0 16px;
  }

  .modal-banner__footnote {
    margin: 75px 0 0;
    padding: 0 0 30px;
  }
}

		
.btn__content { color: #181d24; } 
.btn__content:hover { color: #ca9d75; }
.scrollable-container {
    height: calc(100vh - var(--spacing-3));
    overflow-y: auto; 
    border: 0px solid #ccc; 
    padding: 10px !important;
}


#textscroller {
  max-height: calc(55vh - var(--spacing-3));
  overflow-y: auto;
  padding: 10px 30px 30px 0px;
  -webkit-overflow-scrolling: touch;
}


#textscroller::-webkit-scrollbar {
  width: 4px;
}

#textscroller::-webkit-scrollbar-track {
  background: transparent;
}

#textscroller::-webkit-scrollbar-thumb {
  background-color: rgba(24,29,36, 0.35);
  border-radius: 4px;
}


#textscroller {
  scrollbar-width: thin;
  scrollbar-color: rgba(24,29,36,0.35) transparent;
}


#modal__content__inner::-webkit-scrollbar {
  width: 4px;
}

#modal__content__inner::-webkit-scrollbar-track {
  background: transparent;
}

#modal__content__inner::-webkit-scrollbar-thumb {
  background-color: rgba(24,29,36, 0.35);
  border-radius: 4px;
}


#modal__content__inner {
  scrollbar-width: thin;
  scrollbar-color: rgba(24,29,36,0.35) transparent;
}

.is-hidden {
  display: none !important;
}

.not-ready {
  display: none !important;
}
.borderr {
    border: 1px solid #626E82 !important;
}
