﻿:root {
  --sb-primary-color: #a33efd;
  --sb-signup-link-color: #a33efd;
  --sb-signup-button-secondary-color: #b471fe;
  --sb-signup-hover-link-color: #ac51fd;
  --sb-primary-color-lighten-10: #ac51fd;
  --sb-checkbox-icon-border-color: #8232ca;
  --sb-checkbox-highlight: rgba(163, 62, 253, 0.05);
  --sb-verification-phrase-highlight: rgba(163, 62, 253, 0.08);
}

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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

html {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 100%;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

html > * {
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  min-width: 320px;
  line-height: 1.65;
  color: #2d2d2d;
  background: #fff;
}

body > * {
  width: 100%;
}

@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  body {
    line-height: 21px;
  }
}

@media screen and (max-width: 768px) {
  body.showing-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration-skip: objects;
}

button {
  display: inline-block;
  width: auto;
  padding: 0;
  line-height: inherit;
  background: none;
  border: 0;
  font-size: 100%;
  cursor: pointer;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

form {
  margin: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

body,
select,
input,
button,
label {
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
}

body:focus,
select:focus,
input:focus,
button:focus,
label:focus {
  box-shadow: none;
  outline: none;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  font-family: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-boxsizing,
.no-boxsizing *,
.no-boxsizing *:after,
.no-boxsizing *:before {
  box-sizing: content-box;
}

.no-select,
.no-select * {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.h1,
.h1-r {
  color: #111;
}

.h2,
.h2-r {
  color: #111;
}

.h3,
.h3-r {
  color: #111;
}

.h4,
.h4-r {
  color: #111;
}

.recursive-page-stretch {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.recursive-page-stretch > * {
  width: 100%;
}

a,
.faux-link,
.dependent-link {
  color: #a33efd;
  cursor: pointer;
}

a:hover,
a:active,
a:focus,
.faux-link:hover,
.faux-link:active,
.faux-link:focus,
.dependent-link:hover,
.dependent-link:active,
.dependent-link:focus {
  color: var(--sb-primary-color-lighten-10);
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

.benefactor-link {
  color: #1e92ff;
}

.benefactor-link:hover,
.benefactor-link:active,
.benefactor-link:focus {
  color: #0079ea;
}

.paid-link {
  color: #cbb07b;
  font-weight: 700;
}

.paid-link:hover,
.paid-link:active,
.paid-link:focus {
  color: #191e23;
}

.page-alert {
  display: none;
}

.page-alert.showing-alert {
  display: flex;
}

.page-alert.showing-alert > .flex-col-1 {
  width: 8.33333333333%;
}

.page-alert.showing-alert > .flex-col-2 {
  width: 16.6666666667%;
}

.page-alert.showing-alert > .flex-col-3 {
  width: 25%;
}

.page-alert.showing-alert > .flex-col-4 {
  width: 33.3333333333%;
}

.page-alert.showing-alert > .flex-col-5 {
  width: 41.6666666667%;
}

.page-alert.showing-alert > .flex-col-6 {
  width: 50%;
}

.page-alert.showing-alert > .flex-col-7 {
  width: 58.3333333333%;
}

.page-alert.showing-alert > .flex-col-8 {
  width: 66.6666666667%;
}

.page-alert.showing-alert > .flex-col-9 {
  width: 75%;
}

.page-alert.showing-alert > .flex-col-10 {
  width: 83.3333333333%;
}

.page-alert.showing-alert > .flex-col-11 {
  width: 91.6666666667%;
}

.page-alert.showing-alert > .flex-col-12 {
  width: 100%;
}

.page-alert.showing-alert > .flex-col-12 {
  width: 100%;
}

.alert-wrapper {
  display: none;
  padding: 20px;
}

.alert-wrapper.showing {
  display: block;
}

.site-alert {
  background: #191e23;
  color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: auto;
}

.site-alert > .flex-col-1 {
  width: 8.33333333333%;
}

.site-alert > .flex-col-2 {
  width: 16.6666666667%;
}

.site-alert > .flex-col-3 {
  width: 25%;
}

.site-alert > .flex-col-4 {
  width: 33.3333333333%;
}

.site-alert > .flex-col-5 {
  width: 41.6666666667%;
}

.site-alert > .flex-col-6 {
  width: 50%;
}

.site-alert > .flex-col-7 {
  width: 58.3333333333%;
}

.site-alert > .flex-col-8 {
  width: 66.6666666667%;
}

.site-alert > .flex-col-9 {
  width: 75%;
}

.site-alert > .flex-col-10 {
  width: 83.3333333333%;
}

.site-alert > .flex-col-11 {
  width: 91.6666666667%;
}

.site-alert > .flex-col-12 {
  width: 100%;
}

.site-alert > .flex-col-12 {
  width: 100%;
}

.site-alert.alert-error {
  background: rgba(237, 83, 108, 0.15);
  color: #ed536c;
}

.site-alert.alert-error .alert-close {
  color: #ed536c;
}

.site-alert.alert-success {
  background: rgba(24, 187, 156, 0.15);
  color: #18bb9c;
}

.site-alert.alert-success .alert-close {
  color: #18bb9c;
}

.site-alert.alert-info {
  background: rgba(30, 146, 255, 0.08);
  color: #1e92ff;
}

.site-alert.alert-info .alert-close {
  color: #1e92ff;
}

.site-alert .alert-text {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.site-alert .alert-close {
  flex-grow: 0;
  flex-shrink: 0;
}

.unstyled-button {
  display: inline-block;
  width: auto;
  padding: 0;
  line-height: inherit;
  background: none;
  border: 0;
}

.btn {
  transition: transform 0.25s ease;
  transition-property: background-color, border-color, color;
  position: relative;
  display: inline-block;
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1 !important;
  text-align: center;
  cursor: pointer;
  background-clip: initial;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
}

.btn[disabled],
.btn.disabled {
  color: #fff !important;
  cursor: not-allowed !important;
  background: #dbdbdb !important;
  border-color: #dbdbdb !important;
}

.btn[disabled][class*="btn-ghost"],
.btn.disabled[class*="btn-ghost"] {
  color: #dbdbdb !important;
  background: transparent !important;
  border-color: #dbdbdb !important;
}

.btn:not(.btn-icon) i:not(i i) {
  max-height: 1px;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 0 !important;
  border-radius: 50%;
}

.btn-icon i:not(i i) {
  margin: 0;
}

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

.btn-elevated {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .btn-elevated:hover {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
  }
}

.btn-elevated:active,
.btn-elevated:focus {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
}

.btn-block {
  display: block;
  width: 100%;
}

@media (max-width: 1024.98px) {
  .btn-block-tablet {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .btn-block-mobile {
    display: block;
    width: 100%;
  }
}

.btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 12px 24px;
}

.btn,
.btn:after,
.btn:before {
  --button-height: 42;
}

@media (max-width: 767.98px) {
  .btn,
  .btn:after,
  .btn:before {
    --button-height: 36;
  }
}

@media (max-width: 767.98px) {
  .btn {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .btn {
    line-height: 21px;
  }
}

@media (max-width: 767.98px) {
  .btn {
    padding: 10px 20px;
  }
}

.btn i:not(i i):after {
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .btn i:not(i i):after {
    font-size: 15px;
  }
}

.btn.btn-icon {
  width: 42px;
  height: 42px;
}

@media (max-width: 767.98px) {
  .btn.btn-icon {
    width: 36px;
  }
}

@media (max-width: 767.98px) {
  .btn.btn-icon {
    height: 36px;
  }
}

.btn-small {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 8px 15px;
}

.btn-small,
.btn-small:after,
.btn-small:before {
  --button-height: 33;
}

@media (max-width: 767.98px) {
  .btn-small,
  .btn-small:after,
  .btn-small:before {
    --button-height: 29;
  }
}

@media (max-width: 767.98px) {
  .btn-small {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .btn-small {
    line-height: 20px;
  }
}

@media (max-width: 767.98px) {
  .btn-small {
    padding: 7px 13px;
  }
}

.btn-small i:not(i i):after {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .btn-small i:not(i i):after {
    font-size: 14px;
  }
}

.btn-small.btn-icon {
  width: 33px;
  height: 33px;
}

@media (max-width: 767.98px) {
  .btn-small.btn-icon {
    width: 29px;
  }
}

@media (max-width: 767.98px) {
  .btn-small.btn-icon {
    height: 29px;
  }
}

.btn-big {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  padding: 16.5px 30px;
}

.btn-big,
.btn-big:after,
.btn-big:before {
  --button-height: 52;
}

@media (max-width: 767.98px) {
  .btn-big,
  .btn-big:after,
  .btn-big:before {
    --button-height: 43;
  }
}

@media (max-width: 767.98px) {
  .btn-big {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .btn-big {
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .btn-big {
    padding: 13px 25px;
  }
}

.btn-big i:not(i i):after {
  font-size: 19px;
}

@media (max-width: 767.98px) {
  .btn-big i:not(i i):after {
    font-size: 16px;
  }
}

.btn-big.btn-icon {
  width: 52px;
  height: 52px;
}

@media (max-width: 767.98px) {
  .btn-big.btn-icon {
    width: 43px;
  }
}

@media (max-width: 767.98px) {
  .btn-big.btn-icon {
    height: 43px;
  }
}

.btn-large {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  padding: 24px 40px;
}

.btn-large,
.btn-large:after,
.btn-large:before {
  --button-height: 69;
}

@media (max-width: 767.98px) {
  .btn-large,
  .btn-large:after,
  .btn-large:before {
    --button-height: 60;
  }
}

@media (max-width: 767.98px) {
  .btn-large {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .btn-large {
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .btn-large {
    padding: 21px 32px;
  }
}

.btn-large i:not(i i):after {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .btn-large i:not(i i):after {
    font-size: 20px;
  }
}

.btn-large.btn-icon {
  width: 69px;
  height: 69px;
}

@media (max-width: 767.98px) {
  .btn-large.btn-icon {
    width: 60px;
  }
}

@media (max-width: 767.98px) {
  .btn-large.btn-icon {
    height: 60px;
  }
}

.btn {
  color: #fff;
  background-color: #191e23;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #fff;
    background-color: #2e3841;
  }
}

.btn:active,
.btn:focus {
  color: #fff;
  background-color: #2e3841;
}

.btn-red {
  color: #fff;
  background-color: #ed536c;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-red:hover {
    color: #fff;
    background-color: #f28193;
  }
}

.btn-red:active,
.btn-red:focus {
  color: #fff;
  background-color: #f28193;
}

.btn-green {
  color: #fff;
  background-color: #00c684;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-green:hover {
    color: #fff;
    background-color: #00f9a6;
  }
}

.btn-green:active,
.btn-green:focus {
  color: #fff;
  background-color: #00f9a6;
}

.btn-blue {
  color: #fff;
  background-color: #1e92ff;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-blue:hover {
    color: #fff;
    background-color: #51abff;
  }
}

.btn-blue:active,
.btn-blue:focus {
  color: #fff;
  background-color: #51abff;
}

.btn-gold {
  color: #fff;
  background-color: #cbb07b;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-gold:hover {
    color: #fff;
    background-color: #d9c6a0;
  }
}

.btn-gold:active,
.btn-gold:focus {
  color: #fff;
  background-color: #d9c6a0;
}

.btn-orange {
  color: #fff;
  background-color: #ff703f;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-orange:hover {
    color: #fff;
    background-color: #ff9672;
  }
}

.btn-orange:active,
.btn-orange:focus {
  color: #fff;
  background-color: #ff9672;
}

.btn-navy {
  color: #fff;
  background-color: #21558d;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-navy:hover {
    color: #fff;
    background-color: #2b6eb6;
  }
}

.btn-navy:active,
.btn-navy:focus {
  color: #fff;
  background-color: #2b6eb6;
}

.btn-pink {
  color: #fff;
  background-color: #eb4a90;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-pink:hover {
    color: #fff;
    background-color: #f078ac;
  }
}

.btn-pink:active,
.btn-pink:focus {
  color: #fff;
  background-color: #f078ac;
}

.btn-primary {
  color: #fff;
  background-color: #a33efd;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    color: #fff;
    background-color: var(--sb-primary-color-lighten-10);
  }
}

.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: var(--sb-primary-color-lighten-10);
}

.btn-mint {
  color: #fff;
  background-color: #18bb9c;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-mint:hover {
    color: #fff;
    background-color: #23e3be;
  }
}

.btn-mint:active,
.btn-mint:focus {
  color: #fff;
  background-color: #23e3be;
}

.btn-light {
  color: #2d2d2d;
  background-color: #fff;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-light:hover {
    color: #2d2d2d;
    background-color: white;
  }
}

.btn-light:active,
.btn-light:focus {
  color: #2d2d2d;
  background-color: white;
}

.btn-vapor {
  color: #717171;
  background-color: #fbfbfb;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-vapor:hover {
    color: #717171;
    background-color: white;
  }
}

.btn-vapor:active,
.btn-vapor:focus {
  color: #717171;
  background-color: white;
}

.btn-translucent {
  color: #fff;
  background-color: rgba(25, 30, 35, 0.6);
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-translucent:hover {
    color: #fff;
    background-color: rgba(46, 56, 65, 0.6);
  }
}

.btn-translucent:active,
.btn-translucent:focus {
  color: #fff;
  background-color: rgba(46, 56, 65, 0.6);
}

.btn-semi-transparent-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-semi-transparent-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.btn-semi-transparent-white:active,
.btn-semi-transparent-white:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.25);
}

.btn-transparent-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.06);
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-transparent-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.06);
  }
}

.btn-transparent-white:active,
.btn-transparent-white:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.06);
}

.btn-yellow {
  color: #fff;
  background-color: #fdc831;
  border: 1px solid transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-yellow:hover {
    color: #fff;
    background-color: #fdd564;
  }
}

.btn-yellow:active,
.btn-yellow:focus {
  color: #fff;
  background-color: #fdd564;
}

[class*="btn-ghost"] {
  background-color: transparent;
}

.btn-ghost {
  color: #2d2d2d;
  border: 1px solid #dbdbdb;
}

@media (hover: hover) and (pointer: fine) {
  .btn-ghost:hover {
    color: #2d2d2d;
    background-color: rgba(219, 219, 219, 0.08);
    border-color: #dbdbdb;
  }
}

.btn-ghost:active,
.btn-ghost:focus {
  color: #2d2d2d;
  background-color: rgba(219, 219, 219, 0.08);
  border-color: #dbdbdb;
}

.btn-ghost-red {
  color: #ed536c;
  border: 1px solid #ed536c;
}

@media (hover: hover) and (pointer: fine) {
  .btn-ghost-red:hover {
    color: #ed536c;
    background-color: rgba(237, 83, 108, 0.08);
    border-color: #ed536c;
  }
}

.btn-ghost-red:active,
.btn-ghost-red:focus {
  color: #ed536c;
  background-color: rgba(237, 83, 108, 0.08);
  border-color: #ed536c;
}

.btn-ghost-green {
  color: #00c684;
  border: 1px solid #00c684;
}

@media (hover: hover) and (pointer: fine) {
  .btn-ghost-green:hover {
    color: #00c684;
    background-color: rgba(0, 198, 132, 0.08);
    border-color: #00c684;
  }
}

.btn-ghost-green:active,
.btn-ghost-green:focus {
  color: #00c684;
  background-color: rgba(0, 198, 132, 0.08);
  border-color: #00c684;
}

.btn-ghost-primary {
  color: #a33efd;
  border: 1px solid #a33efd;
}

@media (hover: hover) and (pointer: fine) {
  .btn-ghost-primary:hover {
    color: #a33efd;
    background-color: rgba(163, 62, 253, 0.08);
    border-color: #a33efd;
  }
}

.btn-ghost-primary:active,
.btn-ghost-primary:focus {
  color: #a33efd;
  background-color: rgba(163, 62, 253, 0.08);
  border-color: #a33efd;
}

.btn-ghost-orange {
  color: #ff703f;
  border: 1px solid #ff703f;
}

@media (hover: hover) and (pointer: fine) {
  .btn-ghost-orange:hover {
    color: #ff703f;
    background-color: rgba(255, 112, 63, 0.08);
    border-color: #ff703f;
  }
}

.btn-ghost-orange:active,
.btn-ghost-orange:focus {
  color: #ff703f;
  background-color: rgba(255, 112, 63, 0.08);
  border-color: #ff703f;
}

[class*="btn-hover-fill"] {
  position: relative;
  background-color: #fff;
  border-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  [class*="btn-hover-fill"]:hover {
    background-color: #fff;
    border-color: transparent;
  }
  [class*="btn-hover-fill"]:hover:after {
    opacity: 0.05;
  }
}

[class*="btn-hover-fill"]:active,
[class*="btn-hover-fill"]:focus {
  background-color: #fff;
  border-color: transparent;
}

[class*="btn-hover-fill"]:active:after,
[class*="btn-hover-fill"]:focus:after {
  opacity: 0.05;
}

[class*="btn-hover-fill"]:active:after {
  --circle-offset: 2;
}

[class*="btn-hover-fill"]:after {
  --circle-offset: 5;
  --circle-scale: calc(
    (var(--button-height) - 2 * var(--circle-offset)) / var(--button-height)
  );
  transition: transform 0.25s ease;
  transition-property: opacity, transform;
  bottom: var(--circle-scale);
  width: calc(var(--button-height) * 1px);
  height: calc(var(--button-height) * 1px);
  pointer-events: none;
  content: "";
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(var(--circle-scale));
}

.btn-hover-fill-salmon {
  color: #111;
}

@media (hover: hover) and (pointer: fine) {
  .btn-hover-fill-salmon:hover {
    color: #ff6685;
  }
}

.btn-hover-fill-salmon:active,
.btn-hover-fill-salmon:focus {
  color: #ff6685;
}

.btn-hover-fill-salmon:after {
  background-color: #ff6685;
}

.btn-hover-fill-gold {
  color: #111;
}

@media (hover: hover) and (pointer: fine) {
  .btn-hover-fill-gold:hover {
    color: #cbb07b;
  }
}

.btn-hover-fill-gold:active,
.btn-hover-fill-gold:focus {
  color: #cbb07b;
}

.btn-hover-fill-gold:after {
  background-color: #cbb07b;
}

.btn-hover-fill-blue {
  color: #111;
}

@media (hover: hover) and (pointer: fine) {
  .btn-hover-fill-blue:hover {
    color: #1e92ff;
  }
}

.btn-hover-fill-blue:active,
.btn-hover-fill-blue:focus {
  color: #1e92ff;
}

.btn-hover-fill-blue:after {
  background-color: #1e92ff;
}

.btn-foggy {
  color: #000;
  background-color: #fff;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08) !important;
}

@media (hover: hover) and (pointer: fine) {
  .btn-foggy:hover {
    color: #717171;
    background: #fff;
  }
}

.btn-foggy:active,
.btn-foggy:focus {
  color: #717171;
  background: #fff;
}

.btn-transparent {
  color: #000;
  background: transparent;
  border-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-transparent:hover {
    color: #717171;
    background: transparent;
    border-color: transparent;
  }
}

.btn-transparent:active,
.btn-transparent:focus {
  color: #717171;
  background: transparent;
  border-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
  .btn-transparent.with-hover:hover {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(25, 30, 35, 0.85);
    color: #fff;
  }
}

.btn-transparent.with-hover:active,
.btn-transparent.with-hover:focus {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(25, 30, 35, 0.85);
  color: #fff;
}

.sb-checkbox {
  display: none;
}

.sb-checkbox + .sb-checkbox-icon {
  font-family: "SB-IconFont";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em !important;
  vertical-align: baseline !important;
  position: relative;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  transform-origin: 50% 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 2px;
  font-size: 15px;
  color: #fff;
  border: 1px solid;
}

.sb-checkbox + .sb-checkbox-icon:before {
  width: 0;
  height: 0.714em;
  content: "";
}

.sb-checkbox + .sb-checkbox-icon:after,
.sb-checkbox + .sb-checkbox-icon > * {
  display: block;
  width: auto;
  height: 1em;
  font-size: 1em;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .sb-checkbox + .sb-checkbox-icon {
    margin-right: 2px;
  }
}

@media screen and (min-width: 481px) {
  .sb-checkbox + .sb-checkbox-icon {
    margin-right: 6px;
  }
}

.sb-checkbox + .sb-checkbox-icon:after {
  width: 1em;
  height: 1em;
}

.sb-checkbox + .sb-checkbox-icon + .sb-checkbox-display-name {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 3px 8px 3px 0;
  cursor: pointer;
}

.sb-checkbox:disabled,
.sb-checkbox:disabled ~ * {
  opacity: 0.6;
}

.sb-checkbox:not(:checked) + .sb-checkbox-icon:after {
  content: "";
}

.sb-checkbox:not(:checked) + .sb-checkbox-icon {
  background: #fff;
  border-color: #dbdbdb;
}

.sb-checkbox:checked + .sb-checkbox-icon:after {
  content: "\ea37";
}

.sb-checkbox:checked + .sb-checkbox-icon {
  z-index: 1;
  background: #a33efd;
  border-color: #a33efd;
}

.sb-checkbox:checked + .sb-checkbox-icon + .sb-checkbox-display-name {
  color: #2d2d2d;
  background-color: var(--sb-checkbox-highlight);
  border-radius: 0 10px 10px 0;
}

.sb-checkbox:checked + .sb-checkbox-icon + .sb-checkbox-display-name:before {
  position: absolute;
  left: 23px;
  z-index: 0;
  width: 36px;
  height: 26px;
  padding: 3px 4px;
  content: "";
  background-color: var(--sb-checkbox-highlight);
  border-radius: 10px 0 0 10px;
}

.sb-checkbox:checked.sb-checkbox-cloud + .sb-checkbox-icon {
  background: #dbdbdb;
  border-color: #dbdbdb;
}

.sb-checkbox:not(:disabled) + .sb-checkbox-icon {
  cursor: pointer;
}

label:hover .sb-checkbox:not(:disabled) + .sb-checkbox-icon,
label:focus .sb-checkbox:not(:disabled) + .sb-checkbox-icon,
.sb-checkbox:not(:disabled):hover + .sb-checkbox-icon,
.sb-checkbox:not(:disabled):focus + .sb-checkbox-icon {
  border-color: #717171;
}

label:hover .sb-checkbox:not(:disabled):checked + .sb-checkbox-icon,
label:focus .sb-checkbox:not(:disabled):checked + .sb-checkbox-icon,
.sb-checkbox:not(:disabled):hover:checked + .sb-checkbox-icon,
.sb-checkbox:not(:disabled):focus:checked + .sb-checkbox-icon {
  border-color: var(--sb-checkbox-icon-border-color);
}

label:hover
  .sb-checkbox:not(:disabled).sb-checkbox-cloud:checked
  + .sb-checkbox-icon,
label:focus
  .sb-checkbox:not(:disabled).sb-checkbox-cloud:checked
  + .sb-checkbox-icon,
.sb-checkbox:not(:disabled):hover.sb-checkbox-cloud:checked + .sb-checkbox-icon,
.sb-checkbox:not(:disabled):focus.sb-checkbox-cloud:checked
  + .sb-checkbox-icon {
  border-color: #afafaf;
}

.sb-checkbox-column {
  display: block;
  padding-left: 2em;
}

.sb-checkbox-column .sb-checkbox + .sb-checkbox-icon {
  margin-right: calc(1em - 6px);
  margin-left: -2em;
}

.site-container,
.site,
.content-wrapper,
.site-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.site-container > *,
.site > *,
.content-wrapper > *,
.site-content > * {
  width: 100%;
}

.page-container {
  width: 100%;
  max-width: 1080px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .page-container {
    padding: 40px;
  }
}

.edge-container {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  background: var(--sb-admin-bg-color);
}

.naked-container {
  width: 100%;
  max-width: 1080px;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .naked-container {
    padding: 0;
  }
}

.padded-container {
  width: 100%;
  max-width: 1080px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1101px) {
  .padded-container {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media screen and (min-width: 1301px) {
  .padded-container-1280 {
    padding-right: 0;
    padding-left: 0;
  }
}

.unpadded-container {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.unpadded-container-1280 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.fill-padded-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: -15px;
  margin-left: -15px;
}

.padded-wrapper {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 769px) {
  .padded-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.site-container {
  width: 100vw;
  overflow-x: hidden;
}

.landing-page-body-homepage {
  max-width: 100vw;
  overflow-x: hidden;
}

.landing-page-body-homepage .site-container {
  overflow-x: initial;
}

.content-container {
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
}

:root,
.responsive {
  --sb-label-font-size: 15px;
  --sb-label-line-height: 25px;
  --sb-label-font-weight: 500;
  --sb-form-control-font-size: 16px;
  --sb-form-control-line-height: 26px;
  --sb-form-control-font-weight: 400;
  --sb-form-control-height: 52px;
  --sb-form-control-padding: 12px 16px;
  --sb-form-control-padding-right: 50px;
  --sb-form-control-background-size: 26px;
  --sb-form-control-background-position: 12px;
}

@media screen and (max-width: 768px) {
  :root,
  .responsive {
    --sb-label-font-size: 13px;
    --sb-label-line-height: 20px;
    --sb-label-font-weight: 500;
    --sb-form-control-font-size: 14px;
    --sb-form-control-line-height: 21px;
    --sb-form-control-font-weight: 400;
    --sb-form-control-height: 43px;
    --sb-form-control-padding: 10px;
    --sb-form-control-padding-right: 41px;
    --sb-form-control-background-size: 21px;
    --sb-form-control-background-position: 10px;
  }
}

.force-mobile {
  --sb-label-font-size: 13px;
  --sb-label-line-height: 20px;
  --sb-label-font-weight: 500;
  --sb-form-control-font-size: 14px;
  --sb-form-control-line-height: 21px;
  --sb-form-control-font-weight: 400;
  --sb-form-control-height: 43px;
  --sb-form-control-padding: 10px;
  --sb-form-control-padding-right: 41px;
  --sb-form-control-background-size: 21px;
  --sb-form-control-background-position: 10px;
}

@media screen and (max-width: 768px) {
  .force-mobile {
    --sb-label-font-size: 13px;
    --sb-label-line-height: 20px;
    --sb-label-font-weight: 500;
    --sb-form-control-font-size: 14px;
    --sb-form-control-line-height: 21px;
    --sb-form-control-font-weight: 400;
    --sb-form-control-height: 43px;
    --sb-form-control-padding: 10px;
    --sb-form-control-padding-right: 41px;
    --sb-form-control-background-size: 21px;
    --sb-form-control-background-position: 10px;
  }
}

.force-desktop {
  --sb-label-font-size: 15px;
  --sb-label-line-height: 25px;
  --sb-label-font-weight: 500;
  --sb-form-control-font-size: 16px;
  --sb-form-control-line-height: 26px;
  --sb-form-control-font-weight: 400;
  --sb-form-control-height: 52px;
  --sb-form-control-padding: 12px 16px;
  --sb-form-control-padding-right: 50px;
  --sb-form-control-background-size: 26px;
  --sb-form-control-background-position: 12px;
}

@media screen and (max-width: 768px) {
  .force-desktop {
    --sb-label-font-size: 15px;
    --sb-label-line-height: 25px;
    --sb-label-font-weight: 500;
    --sb-form-control-font-size: 16px;
    --sb-form-control-line-height: 26px;
    --sb-form-control-font-weight: 400;
    --sb-form-control-height: 52px;
    --sb-form-control-padding: 12px 16px;
    --sb-form-control-padding-right: 50px;
    --sb-form-control-background-size: 26px;
    --sb-form-control-background-position: 12px;
  }
}

.form-group {
  margin-bottom: 20px;
}

@media screen and (min-width: 481px) {
  .form-group {
    margin-bottom: 30px;
  }
}

label {
  font-weight: 400;
  color: #2d2d2d;
}

input.form-control,
textarea.form-control,
select.form-control,
.faux-input.form-control {
  box-shadow: none;
  border-radius: 10px;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: var(--sb-form-control-height);
  padding: var(--sb-form-control-padding);
  padding-right: var(--sb-form-control-padding-right);
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: var(--sb-form-control-font-size);
  font-style: normal;
  font-weight: var(--sb-form-control-font-weight);
  line-height: var(--sb-form-control-line-height);
  color: #2d2d2d;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right var(--sb-form-control-background-position) center;
  background-size: var(--sb-form-control-background-size);
  border: 1px solid #dbdbdb;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
}

input.form-control :-ms-input-placeholder,
textarea.form-control :-ms-input-placeholder,
select.form-control :-ms-input-placeholder,
.faux-input.form-control :-ms-input-placeholder {
  color: #717171;
}

input.form-control ::placeholder,
textarea.form-control ::placeholder,
select.form-control ::placeholder,
.faux-input.form-control ::placeholder {
  color: #717171;
}

@media (hover: hover) and (pointer: fine) {
  input.form-control:hover,
  textarea.form-control:hover,
  select.form-control:hover,
  .faux-input.form-control:hover {
    border-color: #b3b3b3;
  }
}

input.form-control:focus:not([readonly]),
textarea.form-control:focus:not([readonly]),
select.form-control:focus:not([readonly]),
.faux-input.form-control:focus:not([readonly]) {
  border-color: rgba(30, 146, 255, 0.8);
  outline: none;
}

input.form-control:focus:not([readonly]):not(.has-error):not(.is-valid),
textarea.form-control:focus:not([readonly]):not(.has-error):not(.is-valid),
select.form-control:focus:not([readonly]):not(.has-error):not(.is-valid),
.faux-input.form-control:focus:not([readonly]):not(.has-error):not(.is-valid) {
  box-shadow: 0 0 4px 0 rgba(30, 146, 255, 0.5);
}

input.form-control[disabled],
input.form-control[readonly],
fieldset[disabled] input.form-control,
input.form-control.disabled,
textarea.form-control[disabled],
textarea.form-control[readonly],
fieldset[disabled] textarea.form-control,
textarea.form-control.disabled,
select.form-control[disabled],
select.form-control[readonly],
fieldset[disabled] select.form-control,
select.form-control.disabled,
.faux-input.form-control[disabled],
.faux-input.form-control[readonly],
fieldset[disabled] .faux-input.form-control,
.faux-input.form-control.disabled {
  color: #717171;
  cursor: not-allowed;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  -webkit-text-fill-color: #717171;
}

input.form-control.hidden,
textarea.form-control.hidden,
select.form-control.hidden,
.faux-input.form-control.hidden {
  display: none;
}

input.form-control.has-error,
textarea.form-control.has-error,
select.form-control.has-error,
.faux-input.form-control.has-error {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><g stroke-width='1.3' fill='%23ed536c' stroke='%23ed536c'> <circle fill='none' stroke='%23ed536c' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' cx='12' cy='12' r='7'></circle> <circle data-stroke='none' cx='12' cy='15.2' r='0.65' stroke='none'></circle> <line fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' x1='12' y1='8.8' x2='12' y2='12.6'></line> </g></svg>");
  border-color: #ed536c;
}

input.form-control.has-error[readonly],
textarea.form-control.has-error[readonly],
select.form-control.has-error[readonly],
.faux-input.form-control.has-error[readonly] {
  color: #ed536c;
  border-color: transparent;
  -webkit-text-fill-color: #ed536c;
}

input.form-control.is-valid,
textarea.form-control.is-valid,
select.form-control.is-valid,
.faux-input.form-control.is-valid {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><g class='nc-icon-wrapper' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='%2300de93' stroke='%2300de93'><polyline fill='none' stroke='%2300de93' stroke-miterlimit='10' points='6,12 10,16 18,8 '/></g></svg>");
  border-color: #00c684;
}

input.field-required,
textarea.field-required,
select.field-required,
.faux-input.field-required {
  border: 1px solid #ed536c;
}

.form-control-label {
  display: block;
  font-size: var(--sb-label-font-size);
  font-style: normal;
  font-weight: var(--sb-label-font-weight);
  line-height: var(--sb-label-line-height);
  color: #2d2d2d;
}

.form-control-label > .form-control {
  margin-top: 4px !important;
}

.form-control-error {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color: #ed536c;
}

@media (max-width: 767.98px) {
  .form-control-error {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .form-control-error {
    line-height: 20px;
  }
}

select.form-control {
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><g class='nc-icon-wrapper' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill='%23000000' stroke='%23000000'><polyline fill='none' stroke='%23000000' stroke-miterlimit='10' points='9,11 12,14 15,11 '/></g></svg>");
}

select.form-control.placeholder {
  color: #717171;
}

select.form-control::-ms-expand {
  display: none;
}

textarea.form-control {
  min-height: 130px;
  line-height: 1.3;
}

textarea.form-control.min-2-lines {
  min-height: 70px;
}

input[type="number"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

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

input[type="number"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

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

.control-label {
  display: block;
  font-weight: 500 !important;
}

.label-wrap {
  position: relative;
  margin: 0 0 10px;
}

.label-wrap .control-label {
  margin: 0;
}

.select-wrap {
  border-radius: 10px;
  background-clip: padding-box;
  position: relative;
  height: 45px;
  color: #fff;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.select-wrap.sentence-case label {
  text-transform: none;
}

@media screen and (max-width: 480px) {
  .select-wrap.compact label {
    font-size: 13px;
    font-size: 13px;
    line-height: 1;
  }
  .select-wrap.compact .select-icon {
    right: 0;
    padding-left: 0;
  }
}

.select-wrap select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #000;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
  background: #fff;
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
}

.select-wrap label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 13px;
  overflow: hidden;
  font-weight: normal;
  font-weight: 400;
  line-height: 1;
  color: #111;
  text-transform: capitalize;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .select-wrap label {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .select-wrap label {
    line-height: 20px;
  }
}

.select-wrap .select-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  color: #000;
}

.select-wrap .select-icon:after,
.select-wrap .select-icon > * {
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .select-wrap .select-icon:after,
  .select-wrap .select-icon > * {
    font-size: 21px;
  }
}

.select-wrap .field-with-errors select + .message {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  top: 100%;
  padding: 13px 0;
  text-transform: none;
}

@media (max-width: 767.98px) {
  .select-wrap .field-with-errors select + .message {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .select-wrap .field-with-errors select + .message {
    line-height: 20px;
  }
}

.select-wrap:focus-within:not(.has-error):not(.is-valid) {
  border-color: rgba(30, 146, 255, 0.8);
  box-shadow: 0 0 4px 0 rgba(30, 146, 255, 0.5);
}

.select-wrap.has-error {
  border-color: #ed536c;
}

.form-error {
  overflow: auto;
  background-color: rgba(237, 83, 108, 0.05);
  border-radius: 8px;
}

@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}

.loading-icon {
  animation: spin 2s linear infinite;
}

.loading-icon:after {
  transform: scaleX(-1);
}

@font-face {
  font-family: "SB-IconFont";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../SB-IconFont-369257eca9dab3c8bbaccbc8b2a49d97c08ec782df94b3efe8dcbb00e4cea962.html);
  src: url(../SB-IconFont-369257eca9dab3c8bbaccbc8b2a49d97c08ec782df94b3efe8dcbb00e4cea962.html)
      format("embedded-opentype"),
    url(../SB-IconFont-75e3d9beaeb7d7abc1fbb1bf0f30ab85eeb53888edc01099c4b65b7939abd96e.html)
      format("woff2"),
    url(../SB-IconFont-591de1f805a40fe6efc11c82a71dd145e5964ff7af3c834d40acafb1992fff0b.html)
      format("woff"),
    url(../SB-IconFont-2828a90a10b46d9d64c0cdedb262bc6804ec3a2be2022f8450ffe6e060542b9d.html)
      format("truetype"),
    url(../SB-IconFont-d80ba52fb3fd1b5f03809a8775ae75517ab14b1a61be932cd1b819016ef2a76a.html)
      format("svg");
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.nc-icon {
  font-family: "SB-IconFont";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em !important;
  vertical-align: baseline !important;
  position: relative;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  transform-origin: 50% 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.nc-icon:before {
  width: 0;
  height: 0.714em;
  content: "";
}

.nc-icon:after,
.nc-icon > * {
  display: block;
  width: auto;
  height: 1em;
  font-size: 1em;
  line-height: 1;
}

.nc-add:after {
  content: "\ea41";
}

.nc-alert-circle:after {
  content: "\ea40";
}

.nc-arrow-down:after {
  content: "\ea49";
}

.nc-arrow-left:after {
  content: "\ea03";
}

.nc-arrow-right:after {
  content: "\ea3f";
}

.nc-ban:after {
  content: "\ea3e";
}

.nc-bell:after {
  content: "\ea3d";
}

.nc-big-add:after {
  content: "\ea3c";
}

.nc-calendar:after {
  content: "\ea3b";
}

.nc-camera:after {
  content: "\ea52";
}

.nc-chat-o:after {
  content: "\ea39";
}

.nc-check:after {
  content: "\ea37";
}

.nc-check-circle:after {
  content: "\ea38";
}

.nc-circle:after {
  content: "\ea36";
}

.nc-clock:after {
  content: "\ea35";
}

.nc-close:after {
  content: "\ea02";
}

.nc-credits:after {
  content: "\ea34";
}

.nc-crown-2:after {
  content: "\ea33";
}

.nc-dollar:after {
  content: "\ea32";
}

.nc-drink:after {
  content: "\ea31";
}

.nc-edit:after {
  content: "\ea30";
}

.nc-email:after {
  content: "\ea2f";
}

.nc-exchange-2:after {
  content: "\ea2e";
}

.nc-facebook:after {
  content: "\ea2d";
}

.nc-fb:after {
  content: "\ea2d";
}

.nc-flag:after {
  content: "\ea2c";
}

.nc-gift:after {
  content: "\ea2b";
}

.nc-handshake-2:after {
  content: "\ea2a";
}

.nc-heart:after {
  content: "\ea28";
}

.nc-heart-o:after {
  content: "\ea29";
}

.nc-help-circle:after {
  content: "\ea27";
}

.nc-ig:after {
  content: "\ea25";
}

.nc-info-circle:after {
  content: "\ea24";
}

.nc-instagram:after {
  content: "\ea25";
}

.nc-interview:after {
  content: "\ea42";
}

.nc-key:after {
  content: "\ea23";
}

.nc-like:after {
  content: "\ea5e";
}

.nc-like-o:after {
  content: "\ea22";
}

.nc-linkedin:after {
  content: "\ea21";
}

.nc-lock:after {
  content: "\ea20";
}

.nc-menu:after {
  content: "\ea1e";
}

.nc-menu-dots:after {
  content: "\ea1f";
}

.nc-network:after {
  content: "\ea1d";
}

.nc-options:after {
  content: "\ea1c";
}

.nc-paper:after {
  content: "\ea1b";
}

.nc-phone:after {
  content: "\ea1a";
}

.nc-pin:after {
  content: "\ea19";
}

.nc-pinterest:after {
  content: "\ea18";
}

.nc-play-circle:after {
  content: "\ea17";
}

.nc-remove:after {
  content: "\ea10";
}

.nc-reset:after {
  content: "\ea16";
}

.nc-run:after {
  content: "\ea15";
}

.nc-search:after {
  content: "\ea14";
}

.nc-send:after {
  content: "\ea13";
}

.nc-simple-remove:after {
  content: "\ea02";
}

.nc-small-check:after {
  content: "\ea43";
}

.nc-small-down:after {
  content: "\ea11";
}

.nc-small-remove:after {
  content: "\ea10";
}

.nc-small-up:after {
  content: "\ea46";
}

.nc-star:after {
  content: "\ea0e";
}

.nc-star-half:after {
  content: "\ea0f";
}

.nc-tumblr:after {
  content: "\ea0d";
}

.nc-twitter:after {
  content: "\ea0c";
}

.nc-undo:after {
  content: "\ea0b";
}

.nc-unlock:after {
  content: "\ea0a";
}

.nc-user:after {
  content: "\ea08";
}

.nc-user-o:after {
  content: "\ea09";
}

.nc-verified:after {
  content: "\ea07";
}

.nc-videocam:after {
  content: "\ea06";
}

.nc-webcam:after {
  content: "\ea44";
}

.nc-zoom-out:after {
  content: "\ea47";
}

.nc-zoom-in:after {
  content: "\ea48";
}

.nc-picture:after {
  content: "\ea4a";
}

.nc-privacy:after {
  content: "\ea4b";
}

.nc-video-off:after {
  content: "\ea4c";
}

.nc-video-on:after {
  content: "\ea4d";
}

.nc-mic-on:after {
  content: "\ea4e";
}

.nc-mic-off:after {
  content: "\ea4f";
}

.nc-doublecheck:after {
  content: "\ea50";
}

.nc-phone-call:after {
  content: "\ea51";
}

.nc-ink:after {
  content: "\ea53";
}

.nc-female-hair:after {
  content: "\ea54";
}

.nc-gender:after {
  content: "\ea55";
}

.nc-quote:after {
  content: "\ea56";
}

.nc-globe:after {
  content: "\ea57";
}

.nc-height:after {
  content: "\ea58";
}

.nc-education:after {
  content: "\ea59";
}

.nc-fire:after {
  content: "\ea5a";
}

.nc-circleborder:after {
  content: "\ea5b";
}

.nc-male-hair:after {
  content: "\ea5c";
}

.nc-loading:after {
  content: "\ea5d";
}

.nc-flash:after {
  content: "\ea5f";
}

.nc-tag:after {
  content: "\ea60";
}

.nc-flash-outline:after {
  content: "\ea61";
}

.nc-bell-2:after {
  content: "\ea62";
}

.nc-pierce:after {
  content: "\ea63";
}

.nc-birthday:after {
  content: "\ea64";
}

.nc-photocamsolid:after {
  content: "\ea65";
}

.nc-visible:after {
  content: "\ea66";
}

.nc-eye:after {
  content: "\ea66";
}

.nc-hide:after {
  content: "\ea68";
}

.nc-gavel:after {
  content: "\ea69";
}

.nc-trophy:after {
  content: "\ea6a";
}

.nc-offradio:after {
  content: "\ea6b";
}

.nc-onradio:after {
  content: "\ea6c";
}

.nc-join:after {
  content: "\ea6d";
}

.nc-list:after {
  content: "\ea6e";
}

.mat-icon {
  font-family: "Material Icons";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em !important;
  vertical-align: baseline !important;
  position: relative;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  transform-origin: 50% 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.mat-icon:before {
  width: 0;
  height: 0.714em;
  content: "";
}

.mat-icon:after,
.mat-icon > * {
  display: block;
  width: auto;
  height: 1em;
  font-size: 1em;
  line-height: 1;
}

.mat-access_time:after {
  content: "";
}

.mat-account_circle:after {
  content: "";
}

.mat-add:after {
  content: "";
}

.mat-announcement:after {
  content: "";
}

.mat-arrow_downward:after {
  content: "";
}

.mat-arrow_forward:after {
  content: "";
}

.mat-assistant:after {
  content: "";
}

.mat-attach_money:after {
  content: "";
}

.mat-autorenew:after {
  content: "";
}

.mat-block:after {
  content: "";
}

.mat-build:after {
  content: "";
}

.mat-camera:after {
  content: "";
}

.mat-camera_enhance:after {
  content: "";
}

.mat-cancel:after {
  content: "";
}

.mat-card_giftcard:after {
  content: "";
}

.mat-check:after {
  content: "";
}

.mat-check_box:after {
  content: "";
}

.mat-check_box_outline_blank:after {
  content: "";
}

.mat-check_circle:after {
  content: "";
}

.mat-close:after {
  content: "";
}

.mat-control_point_duplicate:after {
  content: "";
}

.mat-delete:after {
  content: "";
}

.mat-directions_bike:after {
  content: "";
}

.mat-done:after {
  content: "";
}

.mat-edit:after {
  content: "";
}

.mat-fast_forward:after {
  content: "";
}

.mat-fast_rewind:after {
  content: "";
}

.mat-find_in_page:after {
  content: "";
}

.mat-flag:after {
  content: "";
}

.mat-help:after {
  content: "";
}

.mat-help_outline:after {
  content: "";
}

.mat-info:after {
  content: "";
}

.mat-link:after {
  content: "";
}

.mat-lock:after {
  content: "";
}

.mat-lock_open:after {
  content: "";
}

.mat-mood:after {
  content: "";
}

.mat-mood_bad:after {
  content: "";
}

.mat-more_vert:after {
  content: "";
}

.mat-move_to_inbox:after {
  content: "";
}

.mat-open_with:after {
  content: "";
}

.mat-pan_tool:after {
  content: "";
}

.mat-pause:after {
  content: "";
}

.mat-person:after {
  content: "";
}

.mat-photo_camera:after {
  content: "";
}

.mat-play_arrow:after {
  content: "";
}

.mat-play_circle_outline:after {
  content: "";
}

.mat-portrait:after {
  content: "";
}

.mat-preview:after {
  content: "";
}

.mat-public:after {
  content: "";
}

.mat-refresh:after {
  content: "";
}

.mat-remove_red_eye:after {
  content: "";
}

.mat-report:after {
  content: "";
}

.mat-search:after {
  content: "";
}

.mat-sell:after {
  content: "";
}

.mat-send:after {
  content: "";
}

.mat-settings:after {
  content: "";
}

.mat-star:after {
  content: "";
}

.mat-verified_user:after {
  content: "";
}

.mat-videocam:after {
  content: "";
}

.mat-visibility:after {
  content: "";
}

.mat-visibility_off:after {
  content: "";
}

.mat-volume_off:after {
  content: "";
}

.mat-volume_up:after {
  content: "";
}

.mat-warning:after {
  content: "";
}

.mat-watch_later:after {
  content: "";
}

.mat-whatshot:after {
  content: "";
}

.mat-clock:after {
  content: "";
}

.animated-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em !important;
  vertical-align: baseline !important;
  position: relative;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  transform-origin: 50% 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.animated-icon:before {
  width: 0;
  height: 0.714em;
  content: "";
}

.animated-icon:after,
.animated-icon > * {
  display: block;
  width: auto;
  height: 1em;
  font-size: 1em;
  line-height: 1;
}

.sb-icon-stack {
  position: relative;
  display: table;
}

.sb-icon-stack > [class*="-icon"] + [class*="-icon"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sb-icon-spin {
  animation: spin 2s infinite linear;
}

.sb-icon-rotate-90 {
  transform: rotate(90deg);
}

.sb-icon-rotate-180 {
  transform: rotate(180deg);
}

.sb-icon-rotate-270 {
  transform: rotate(270deg);
}

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

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

.nc-loading:after,
.nc-loading > * {
  font-size: 53px;
}

@media screen and (min-width: 769px) {
  .nc-loading:after,
  .nc-loading > * {
    font-size: 62px;
  }
}

.nc-loading:after {
  animation: spin 0.75s infinite linear;
}

.i1:after,
.i1 > * {
  font-size: 62px !important;
}

.i1-r:after,
.i1-r > * {
  font-size: 48px !important;
}

@media screen and (min-width: 768px) {
  .i1-r:after,
  .i1-r > * {
    font-size: 62px !important;
  }
}

.i2:after,
.i2 > * {
  font-size: 48px !important;
}

.i2-r:after,
.i2-r > * {
  font-size: 37px !important;
}

@media screen and (min-width: 768px) {
  .i2-r:after,
  .i2-r > * {
    font-size: 48px !important;
  }
}

.i3:after,
.i3 > * {
  font-size: 32px !important;
}

.i3-r:after,
.i3-r > * {
  font-size: 27px !important;
}

@media screen and (min-width: 768px) {
  .i3-r:after,
  .i3-r > * {
    font-size: 32px !important;
  }
}

.i4:after,
.i4 > * {
  font-size: 24px !important;
}

.i4-r:after,
.i4-r > * {
  font-size: 20px !important;
}

@media screen and (min-width: 768px) {
  .i4-r:after,
  .i4-r > * {
    font-size: 24px !important;
  }
}

.i5:after,
.i5 > * {
  font-size: 21px !important;
}

.i5-r:after,
.i5-r > * {
  font-size: 18px !important;
}

@media screen and (min-width: 768px) {
  .i5-r:after,
  .i5-r > * {
    font-size: 21px !important;
  }
}

.i6:after,
.i6 > * {
  font-size: 19px !important;
}

.i6-r:after,
.i6-r > * {
  font-size: 16px !important;
}

@media screen and (min-width: 768px) {
  .i6-r:after,
  .i6-r > * {
    font-size: 19px !important;
  }
}

.i7:after,
.i7 > * {
  font-size: 17px !important;
}

.i7-r:after,
.i7-r > * {
  font-size: 15px !important;
}

@media screen and (min-width: 768px) {
  .i7-r:after,
  .i7-r > * {
    font-size: 17px !important;
  }
}

.i8:after,
.i8 > * {
  font-size: 16px !important;
}

.i8-r:after,
.i8-r > * {
  font-size: 14px !important;
}

@media screen and (min-width: 768px) {
  .i8-r:after,
  .i8-r > * {
    font-size: 16px !important;
  }
}

.i9:after,
.i9 > * {
  font-size: 15px !important;
}

.i9-r:after,
.i9-r > * {
  font-size: 13px !important;
}

@media screen and (min-width: 768px) {
  .i9-r:after,
  .i9-r > * {
    font-size: 15px !important;
  }
}

.i10:after,
.i10 > * {
  font-size: 13px !important;
}

.i10-r:after,
.i10-r > * {
  font-size: 11px !important;
}

@media screen and (min-width: 768px) {
  .i10-r:after,
  .i10-r > * {
    font-size: 13px !important;
  }
}

.i11:after,
.i11 > * {
  font-size: 11px !important;
}

.i11-r:after,
.i11-r > * {
  font-size: 11px !important;
}

@media screen and (min-width: 768px) {
  .i11-r:after,
  .i11-r > * {
    font-size: 11px !important;
  }
}

img {
  max-width: 100%;
  width: auto;
}

.img {
  background: transparent url() center center no-repeat;
  background-size: cover;
}

.img.contain {
  background-size: contain;
  background-position: center top;
}

img.i62 {
  width: 48px;
  height: 48px;
}

@media screen and (min-width: 769px) {
  img.i62 {
    width: 62px;
    height: 62px;
  }
}

img.i48 {
  width: 37px;
  height: 37px;
}

@media screen and (min-width: 769px) {
  img.i48 {
    width: 48px;
    height: 48px;
  }
}

img.i32 {
  width: 27px;
  height: 27px;
}

@media screen and (min-width: 769px) {
  img.i32 {
    width: 32px;
    height: 32px;
  }
}

img.i24 {
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 769px) {
  img.i24 {
    width: 24px;
    height: 24px;
  }
}

.intrinsic {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  display: block;
}

.intrinsic .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intrinsic-container {
  position: relative;
}

.intrinsic-container:before {
  display: table;
  padding-bottom: 100%;
  content: "";
}

.intrinsic-container .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.intrinsic-video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.intrinsic-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.orientation-vertical .intrinsic-video {
  padding-bottom: 177.77%;
}

.orientation-horizontal .intrinsic-video {
  padding-bottom: 56.25%;
}

.intrinsic-video video {
  background: #111;
}

.intrinsic-golden {
  padding-bottom: 56.25%;
}

.jigsaw {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 276px;
  grid-template-columns: 276px;
  -ms-grid-rows: 28px 28px 28px 28px 28px;
  grid-template-rows: 28px 28px 28px 28px 28px;
}

.jigsaw .piece {
  background: transparent url() left top no-repeat;
  background-size: contain;
}

.jigsaw .piece-1 {
  background-image: url(../ltd/ltd-1-f96b2dfb1c6bc0708c8e2274bb9836d039ce8c2e9469396f742296b53d8009f5.html);
}

.jigsaw .piece-2 {
  background-image: url(../ltd/ltd-2-7e25df14312095a5c795c7aff72303a8ca1c138ab88881a7e269169bb7552e75.html);
}

.jigsaw .piece-3 {
  background-image: url(../ltd/ltd-3-f054a66726a32ee2bbcf7523c26acc4e9effb373fa5252c6a4769449fcec9c29.html);
}

.jigsaw .piece-4 {
  background-image: url(../ltd/ltd-4-cacdcf744fa91bce285f3b23b80375d33c41fced73bf50de61ec1ec99e81df46.html);
}

.jigsaw .piece-5 {
  background-image: url(../ltd/ltd-5-b655b2bbfddd5aff64bb9d574b171911692c9dafe39b438aec97496a941eee21.html);
}

@keyframes load-line-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.load-line {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 4px;
  display: none;
}

.load-line.starting,
.load-line.active,
.load-line.stopping {
  display: block;
}

.load-line.stopping .line-fg {
  opacity: 0;
  animation: load-line-fade 1s linear;
}

.load-line .line-bg {
  height: 4px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.load-line .line-fg {
  position: absolute;
  top: 0;
  left: 0;
  background: #eb4a90;
  height: 4px;
  transition: width 20ms linear;
}

.sa-location-typeahead + ul.dropdown-menu,
ul.typeahead-list {
  position: absolute !important;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: none;
  display: block;
  min-width: 160px;
  width: 100%;
  list-style-type: none;
  background-color: #fff;
  border-radius: 2px;
  border-top: 1px solid #d9d9d9;
  font-family: Arial, sans-serif;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  overflow: hidden;
}

.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match,
ul.typeahead-list .uib-typeahead-match {
  cursor: default;
  padding: 4px 4px 4px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  font-size: 11px;
  color: #999;
}

.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match:hover,
.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match.active,
ul.typeahead-list .uib-typeahead-match:hover,
ul.typeahead-list .uib-typeahead-match.active {
  background-color: #fafafa;
  color: black;
}

.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match a,
.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match button,
ul.typeahead-list .uib-typeahead-match a,
ul.typeahead-list .uib-typeahead-match button {
  color: black;
  font-family: Arial, sans-serif;
  width: 100%;
  text-align: left;
}

.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match a > .label,
.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match button > .label,
ul.typeahead-list .uib-typeahead-match a > .label,
ul.typeahead-list .uib-typeahead-match button > .label {
  color: black;
  font-weight: 700;
  font-size: 13px;
  margin-right: 5px;
}

.sa-location-typeahead + ul.dropdown-menu .uib-typeahead-match a > .subtitle,
.sa-location-typeahead
  + ul.dropdown-menu
  .uib-typeahead-match
  button
  > .subtitle,
ul.typeahead-list .uib-typeahead-match a > .subtitle,
ul.typeahead-list .uib-typeahead-match button > .subtitle {
  color: #999;
  font-weight: 400;
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .site-logo {
    padding: 0 10px 0 20px;
  }
}

.site-logo a,
.site-logo .a {
  color: #fff;
  display: block;
  width: 32px;
  background: transparent
    url(../brands/dark/logo-icon-white-72ebcef267829332caeb3729af138eca5ad14f84c0e6fe87934d0192a3893ec2.html)
    left center no-repeat;
  font-size: 0;
  text-indent: -9999%;
  background-size: contain;
  height: 50px;
}

@media screen and (min-width: 769px) {
  .site-logo a,
  .site-logo .a {
    background-position: center center;
    height: 58px;
  }
}

.modal-is-open {
  overflow: hidden !important;
}

.sb-site-modals {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.sb-site-modals:not(.showing-modal) {
  pointer-events: none;
}

.sb-site-modals:not(.showing-modal) .sb-modal-bg {
  opacity: 0;
}

.sb-modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(25, 30, 35, 0.6);
  opacity: 1;
}

.sb-site-modals:not(.required-modal) .sb-modal-bg {
  cursor: pointer;
}

.sb-modal-wrapper {
  position: absolute;
  pointer-events: none;
  transition: transform 0.2s ease-in-out;
}

@media screen and (min-width: 481px) {
  .sb-modal-wrapper {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}

@media screen and (max-width: 480px) {
  .sb-modal-wrapper {
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.sb-modal-container {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

@media screen and (max-width: 480px) {
  .sb-modal-container {
    bottom: 0;
    justify-content: flex-end;
    transform: translateX(-50%) translateY(16px);
  }
}

@media screen and (min-width: 481px) {
  .sb-modal-container {
    top: 50%;
    justify-content: center;
    transform: translateX(-50%) translateY(-50%) translateY(-16px);
  }
}

.sb-modal-container.showing {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .sb-modal-container.showing {
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 481px) {
  .sb-modal-container.showing {
    transform: translateX(-50%) translateY(-50%);
  }
}

.sb-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  display: flex;
  font-size: 24px;
  line-height: 1;
  color: #717171;
  cursor: pointer;
}

.sb-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-height: 100%;
  padding: 48px 16px 32px 16px;
  cursor: default;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .sb-modal {
    border-radius: 16px 16px 0 0;
  }
}

@media screen and (min-width: 481px) {
  .sb-modal {
    max-width: 380px;
    border-radius: 16px;
  }
}

.showing .sb-modal {
  pointer-events: all;
}

.sb-modal-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 1000;
  min-height: 0;
  padding-right: 16px;
  padding-left: 16px;
  overflow-y: auto;
  font-size: 14px;
  color: #717171;
}

@media screen and (min-width: 481px) {
  .sb-modal-body {
    font-size: 16px;
  }
}

.sb-modal-body .sb-modal-headline {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 16px;
  color: #000;
}

@media (max-width: 767.98px) {
  .sb-modal-body .sb-modal-headline {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .sb-modal-body .sb-modal-headline {
    line-height: 22px;
  }
}

.sb-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  color: #111;
  background-color: #fbfbfb;
  border-radius: 50%;
}

@media screen and (min-width: 769px) {
  .sb-modal-icon {
    width: 69px;
    height: 69px;
  }
}

.sb-modal-icon .nc-icon:after,
.sb-modal-icon .nc-icon > * {
  font-size: 32px;
}

.required-modal .sb-modal {
  padding-top: 32px;
}

.required-modal .sb-modal-close {
  display: none;
}

.alert-wrapper {
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
}

.site-alert {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  justify-content: center;
  max-width: none;
  padding: 0;
  margin: 0;
  color: #717171;
  background: #fff;
  border: 0;
}

@media (max-width: 767.98px) {
  .site-alert {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .site-alert {
    line-height: 20px;
  }
}

.site-alert .alert-text {
  flex-grow: 0;
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
}

.site-alert .alert-close-button {
  display: none;
}

.site-alert i:after,
.site-alert i > * {
  font-size: 27px;
}

@media screen and (min-width: 768px) {
  .site-alert i:after,
  .site-alert i > * {
    font-size: 32px;
  }
}

.alert-error {
  color: #ed536c;
}

.alert-success {
  color: #18bb9c;
}

.alert-notice {
  color: #2d2d2d;
}

.alert-warning {
  color: #ff703f;
}

.alert-info {
  color: #1e92ff;
}

.benefactor-steps {
  margin-right: -32px;
  margin-left: -32px;
  margin-top: -32px;
  margin-bottom: -32px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.benefactor-steps > [class*="step"] {
  padding-right: 32px;
  padding-left: 32px;
}

.benefactor-steps > [class*="step"] {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .benefactor-steps {
    flex-direction: column;
  }
}

.benefactor-steps .step {
  flex-basis: 0;
  flex-grow: 1;
}

.benefactor-steps .step-icon {
  margin-bottom: 16px !important;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .benefactor-steps .step-icon {
    height: 120px;
  }
}

.benefactor-steps .step-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: #111;
}

@media (max-width: 767.98px) {
  .benefactor-steps .step-title {
    font-size: 27px;
  }
}

@media (max-width: 767.98px) {
  .benefactor-steps .step-title {
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .benefactor-steps .step-title {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.benefactor-steps .step-caption {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 0;
  color: #717171;
}

@media (max-width: 767.98px) {
  .benefactor-steps .step-caption {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .benefactor-steps .step-caption {
    line-height: 24px;
  }
}

.benefactor-steps .step-icon-join {
  background-image: url(../brands/dark/homepage/a-check-6b7ef437279ee1ba6c502c1349078940c541cb71d9d8bc9e7768368363d1c6ec.html);
}

.benefactor-steps .step-icon-arrange {
  background-image: url(../brands/dark/homepage/talk-icon-940236329983be72884f9e827c2e2caccab59c821a3171840e53253c1ef0168c.html);
}

.benefactor-steps .step-icon-meet {
  background-image: url(../brands/dark/homepage/meet-icon-da9a12d83f5fdc8169c2c8e726c8630ca08c11a9e2ce1aac38c9393a367388d1.html);
}

.btn-splash {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  padding: 23px;
}

@media (max-width: 767.98px) {
  .btn-splash {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .btn-splash {
    line-height: 24px;
  }
}

@media screen and (min-width: 769px) {
  .btn-splash {
    padding: 30px 40px;
  }
}

.splash-footer {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 20px 0;
  border-top: 1px solid rgba(219, 219, 219, 0.15);
}

@media (max-width: 767.98px) {
  .splash-footer {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .splash-footer {
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .splash-footer {
    padding: 40px 0;
  }
}

.public-footer {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 24px !important;
  border-top: solid 1px #dbdbdb;
}

@media (max-width: 767.98px) {
  .public-footer {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .public-footer {
    line-height: 20px;
  }
}

@media screen and (min-width: 601px) {
  .public-footer {
    display: flex;
    flex-wrap: wrap;
  }
}

.public-footer .footer-menu {
  flex-grow: 1;
  padding: 0;
  white-space: nowrap;
  list-style: none;
}

@media screen and (min-width: 1001px) {
  .public-footer .footer-menu {
    margin-right: -12px;
    margin-left: -12px;
    display: flex;
    flex-wrap: wrap;
  }
  .public-footer .footer-menu > [class*="flex-col"] {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 1000px) {
  .public-footer .footer-menu {
    margin-bottom: 24px !important;
    columns: 2;
  }
  .public-footer .footer-menu > * {
    margin-bottom: 16px !important;
  }
}

.public-footer .footer-menu a {
  color: #717171;
}

.public-footer .footer-menu a:hover,
.public-footer .footer-menu a:active,
.public-footer .footer-menu a:focus {
  color: #000;
}

.public-footer .footer-icons {
  margin-right: 16px !important;
  margin-right: -8px;
  margin-left: -8px;
}

.public-footer .footer-icons > [class*="flex-col"] {
  padding-right: 8px;
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .public-footer .footer-icons {
    margin-bottom: 16px !important;
  }
}

.public-footer .footer-icon {
  color: #dbdbdb;
}

.public-footer .footer-icon:hover,
.public-footer .footer-icon:active,
.public-footer .footer-icon:focus {
  color: #111;
}

@media screen and (max-width: 600px) {
  .public-footer .site-logo {
    width: 30px;
    height: 20px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width: 601px) {
  .public-footer .site-logo {
    width: 36px;
    height: 24px;
    padding: 0;
    margin-right: 32px;
  }
}

.public-footer .site-logo a,
.public-footer .site-logo .a {
  width: 100%;
  height: 100%;
  background-image: url(../brands/dark/logo-icon-black-f9763aecc282caf7bcbd45b1fffce619e693720de929d5680dea289aa1ff718e.html);
  background-position: left center;
}

.signup-link {
  color: var(--sb-signup-link-color);
  cursor: pointer;
}

.signup-link:hover {
  color: var(--sb-signup-hover-link-color);
}

.copyrights {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #b3b3b3;
}

@media (max-width: 767.98px) {
  .copyrights {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .copyrights {
    line-height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .footer-icons-container {
    display: flex;
  }
}

.control-label {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 8px;
  font-weight: 500 !important;
  color: #111;
}

@media (max-width: 767.98px) {
  .control-label {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .control-label {
    line-height: 20px;
  }
}

.control-label b {
  font-weight: 400;
  color: #ff703f;
}

.is-ie {
  display: none;
}

.public-form .form-group {
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .public-form .form-group {
    margin-bottom: 50px;
  }
}

.public-form .forgot a {
  color: #717171;
}

.public-form .forgot a:hover {
  color: #2d2d2d;
}

.site-header {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.site-header .site-logo {
  margin-right: 8px !important;
  flex-shrink: 1;
  flex-grow: 0;
}

.public-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 769px) {
  .public-header-row {
    align-items: flex-end;
  }
}

.header-action-container {
  margin-right: -4px;
  margin-left: -4px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.header-action-container > [class*="flex-col"] {
  padding-right: 4px;
  padding-left: 4px;
}

@media screen and (min-width: 769px) {
  .header-action-container {
    margin-right: -12px;
    margin-left: -12px;
  }
  .header-action-container > [class*="flex-col"] {
    padding-right: 12px;
    padding-left: 12px;
  }
}

.btn-header {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .btn-header {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    padding: 16.5px 30px;
  }
  .btn-header,
  .btn-header:after,
  .btn-header:before {
    --button-height: 52;
  }
}

@media screen and (min-width: 769px) and (max-width: 767.98px) {
  .btn-header,
  .btn-header:after,
  .btn-header:before {
    --button-height: 43;
  }
}

@media screen and (min-width: 769px) and (max-width: 767.98px) {
  .btn-header {
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) and (max-width: 767.98px) {
  .btn-header {
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) and (max-width: 767.98px) {
  .btn-header {
    padding: 13px 25px;
  }
}

@media screen and (min-width: 769px) {
  .btn-header i:not(i i):after {
    font-size: 19px;
  }
}

@media screen and (min-width: 769px) and (max-width: 767.98px) {
  .btn-header i:not(i i):after {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px) {
  .btn-header.btn-icon {
    width: 52px;
    height: 52px;
  }
}

@media screen and (min-width: 769px) and (max-width: 767.98px) {
  .btn-header.btn-icon {
    width: 43px;
  }
}

@media screen and (min-width: 769px) and (max-width: 767.98px) {
  .btn-header.btn-icon {
    height: 43px;
  }
}

.btn-signup {
  background-color: var(--sb-signup-link-color);
  border-color: var(--sb-signup-link-color);
}

@media (hover: hover) and (pointer: fine) {
  .btn-signup:hover {
    background-color: var(--sb-signup-hover-link-color);
    border-color: var(--sb-signup-hover-link-color);
  }
}

.site-logo {
  width: 140px;
  height: 21px;
}

@media screen and (min-width: 769px) {
  .site-logo {
    width: 200px;
    height: 30px;
    padding: 0;
  }
}

.site-logo a,
.site-logo .a {
  width: 100%;
  height: 100%;
  background-image: url(../brands/dark/logo-full-2850afe8d7ebc3e523d5d6b53213e403fc93e2577b94cfd77e2a45820506713b.html);
  background-position: center center;
}

.articles-list {
  max-width: 760px;
  margin: auto;
  padding-bottom: 10px;
}

.articles-list .article {
  display: block;
  padding: 15px;
  margin-bottom: 25px;
  color: #2d2d2d;
  border-radius: 16px;
  background-clip: padding-box;
  box-shadow: 0 0 4px 2px rgba(17, 17, 17, 0.08);
}

@media screen and (min-width: 769px) {
  .articles-list .article {
    padding: 30px;
    margin-bottom: 50px;
  }
}

.articles-list .article:hover {
  box-shadow: 0 0 4px 4px rgba(17, 17, 17, 0.08);
}

.articles-list .article:hover .blog-header {
  color: #a33efd;
}

.articles-list p {
  margin: 0;
}

.articles-list .article-preview strong {
  font-weight: 400;
}

.articles-list .article-preview em {
  font-style: normal;
}

.article-show {
  padding-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 769px) {
  .article-show {
    padding-top: 60px;
  }
}

.article-show .article-title .decorator {
  width: 100px;
  height: 2px;
  margin: 30px auto;
  background: #111;
}

@media screen and (min-width: 769px) {
  .article-show .article-title .decorator {
    margin: 60px auto;
  }
}

.article-show .article-detail {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  padding: 0 10px;
  border-bottom: 1px solid #dbdbdb;
}

@media (max-width: 767.98px) {
  .article-show .article-detail {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .article-show .article-detail {
    line-height: 24px;
  }
}

@media screen and (min-width: 481px) {
  .article-show .article-detail {
    padding: 0 0 10px;
  }
}

.article-show .article-detail em,
.article-show .article-detail strong {
  color: #111;
}

.article-show .article-detail strong {
  font-weight: 500;
}

.article-show .article-detail ul,
.article-show .article-detail ol {
  padding-left: 25px;
}

.article-nav {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .article-nav {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .article-nav {
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) {
  .article-nav {
    padding: 30px 0;
  }
}

.article-nav a {
  display: block;
}

.articles-related {
  border-top: 2px solid #dbdbdb;
  padding: 30px 0;
}

@media screen and (min-width: 769px) {
  .articles-related {
    padding: 60px 0;
  }
}

.articles-related .article {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.articles-related .article:last-child {
  border: 0;
}

.articles-related .article .t1-r {
  color: inherit;
}

.articles-related .expand-button {
  display: none;
}

.articles-related .articles-expandable .articles {
  margin-bottom: 20px;
}

.articles-related .articles-expandable .article:nth-child(5) {
  border: 0;
}

.articles-related .articles-expandable .article:nth-child(n + 6) {
  display: none;
}

.articles-related .articles-expandable .expand-button {
  display: block;
}

.article-pagination {
  margin: auto;
  max-width: 760px;
}

.pac-container .pac-item {
  padding: 4px 4px 4px 10px;
}

.pac-container .pac-icon-marker {
  display: none;
}

.help-navigation {
  padding-top: 32px !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  max-width: 808px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .help-navigation {
    padding-top: 64px !important;
  }
}

.help-navigation .title {
  font-weight: 500;
  font-size: 62px;
  line-height: 73px;
  color: #111;
  text-align: center;
}

@media (max-width: 767.98px) {
  .help-navigation .title {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .help-navigation .title {
    line-height: 56px;
  }
}

.help-navigation .caption {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  padding-top: 4px !important;
  padding-bottom: 24px !important;
  font-weight: 500;
  color: #111;
  text-align: center;
}

@media (max-width: 767.98px) {
  .help-navigation .caption {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .help-navigation .caption {
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .help-navigation .caption {
    padding-top: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .help-navigation .caption {
    padding-bottom: 48px !important;
  }
}

.help-navigation .article-group {
  padding-top: 8px !important;
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .help-navigation .article-group {
    padding-top: 16px !important;
  }
}

@media screen and (min-width: 768px) {
  .help-navigation .article-group {
    padding-bottom: 32px !important;
  }
}

.help-navigation .article-group-name {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  padding-bottom: 4px !important;
  color: #717171;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .help-navigation .article-group-name {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .help-navigation .article-group-name {
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) {
  .help-navigation .article-group-name {
    padding-bottom: 8px !important;
  }
}

.help-navigation .article {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  display: flex;
  align-items: flex-start;
  color: #000;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .help-navigation .article {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 767.98px) {
  .help-navigation .article {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .help-navigation .article {
    line-height: 24px;
  }
}

@media screen and (min-width: 769px) {
  .help-navigation .article {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .help-navigation .article {
    transition: transform 0.25s ease;
    transition-property: box-shadow;
  }
  .help-navigation .article:hover {
    box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
  }
}

.help-navigation .article .icon {
  margin-right: 8px !important;
  color: #717171;
}

.help-navigation .article .icon:after,
.help-navigation .article .icon > * {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .help-navigation .article .icon:after,
  .help-navigation .article .icon > * {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) {
  .help-navigation .article .icon {
    margin-right: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .help-navigation .article .icon {
    height: 24px;
  }
}

@media screen and (min-width: 769px) {
  .help-navigation .article .icon {
    height: 29px;
  }
}

.help-navigation .help-navigation-subheading {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  display: block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .help-navigation .help-navigation-subheading {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

@media (max-width: 767.98px) {
  .help-navigation .help-navigation-subheading {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .help-navigation .help-navigation-subheading {
    line-height: 24px;
  }
}

.help-navigation .help-navigation-subheading-link {
  color: #a33efd;
}

@media (hover: hover) and (pointer: fine) {
  .help-navigation .help-navigation-subheading-link:hover {
    text-decoration: underline;
  }
}

.help-navigation-contact {
  margin-top: 4px !important;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #717171;
  border-top: solid 1px #dbdbdb;
}

@media screen and (min-width: 768px) {
  .help-navigation-contact {
    margin-top: 8px !important;
  }
}

@media screen and (min-width: 768px) {
  .help-navigation-contact {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .help-navigation-contact {
    padding-bottom: 48px !important;
  }
}

@media (max-width: 767.98px) {
  .help-navigation-contact {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .help-navigation-contact {
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .help-navigation-contact {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

.help-article-header,
.help-article {
  padding-right: 24px !important;
  padding-left: 24px !important;
  max-width: 808px;
  margin-right: auto;
  margin-left: auto;
}

.help-article .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 24px !important;
  color: #111;
}

@media (max-width: 767.98px) {
  .help-article .title {
    font-size: 27px;
  }
}

@media (max-width: 767.98px) {
  .help-article .title {
    line-height: 32px;
  }
}

@media screen and (min-width: 768px) {
  .help-article .title {
    margin-bottom: 48px !important;
  }
}

.help-article .details {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 32px !important;
}

@media (max-width: 767.98px) {
  .help-article .details {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .help-article .details {
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .help-article .details {
    margin-bottom: 64px !important;
  }
}

.help-article .details em,
.help-article .details strong {
  color: #111;
}

.help-article .details strong {
  font-weight: 500;
}

.help-article .details ul,
.help-article .details ol {
  padding-left: 25px;
}

.help-article-nav {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  border-top: solid 1px #dbdbdb;
}

@media screen and (min-width: 768px) {
  .help-article-nav {
    padding-top: 48px !important;
  }
}

@media screen and (min-width: 768px) {
  .help-article-nav {
    padding-bottom: 48px !important;
  }
}

@media (max-width: 767.98px) {
  .help-article-nav {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .help-article-nav {
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .help-article-nav {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

.help-article-nav .link {
  display: flex;
  align-items: flex-start;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  .help-article-nav .link .icon {
    height: 20px;
  }
}

@media screen and (min-width: 769px) {
  .help-article-nav .link .icon {
    height: 25px;
  }
}

.help-article-nav span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.help-related-articles {
  padding: 16px !important;
  margin-bottom: 32px !important;
  margin-top: 8px !important;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fbfbfb;
  border-radius: 16px;
}

@media screen and (min-width: 768px) {
  .help-related-articles {
    padding: 32px !important;
  }
}

@media screen and (min-width: 768px) {
  .help-related-articles {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 768px) {
  .help-related-articles {
    margin-top: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .help-related-articles {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}

.help-related-articles .title {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 16px !important;
  color: #111;
}

@media (max-width: 767.98px) {
  .help-related-articles .title {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .help-related-articles .title {
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .help-related-articles .title {
    padding-bottom: 32px !important;
  }
}

.help-related-articles .article {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  display: flex;
  align-items: flex-start;
  color: #717171;
}

@media (max-width: 767.98px) {
  .help-related-articles .article {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .help-related-articles .article {
    line-height: 22px;
  }
}

.help-related-articles .article .icon {
  margin-right: 8px !important;
}

.help-related-articles .article .icon:after,
.help-related-articles .article .icon > * {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .help-related-articles .article .icon:after,
  .help-related-articles .article .icon > * {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) {
  .help-related-articles .article .icon {
    margin-right: 16px !important;
  }
}

@media screen and (max-width: 768px) {
  .help-related-articles .article .icon {
    height: 22px;
  }
}

@media screen and (min-width: 769px) {
  .help-related-articles .article .icon {
    height: 28px;
  }
}

.help-related-articles .article:not(:last-child) {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .help-related-articles .article:not(:last-child) {
    margin-bottom: 32px !important;
  }
}

.notice-wrapper {
  padding: 20px 20px 0;
}

.site-notice {
  border-radius: 8px;
  background-clip: padding-box;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px !important;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1080px;
  padding: 12px;
  margin: 0 auto;
  color: #fff;
  background: #dbdbdb;
  border: 0;
}

@media (max-width: 767.98px) {
  .site-notice {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .site-notice {
    line-height: 21px;
  }
}

@media screen and (min-width: 768px) {
  .site-notice {
    margin-bottom: 24px !important;
  }
}

.site-notice > .flex-col-1 {
  width: 8.33333333333%;
}

.site-notice > .flex-col-2 {
  width: 16.6666666667%;
}

.site-notice > .flex-col-3 {
  width: 25%;
}

.site-notice > .flex-col-4 {
  width: 33.3333333333%;
}

.site-notice > .flex-col-5 {
  width: 41.6666666667%;
}

.site-notice > .flex-col-6 {
  width: 50%;
}

.site-notice > .flex-col-7 {
  width: 58.3333333333%;
}

.site-notice > .flex-col-8 {
  width: 66.6666666667%;
}

.site-notice > .flex-col-9 {
  width: 75%;
}

.site-notice > .flex-col-10 {
  width: 83.3333333333%;
}

.site-notice > .flex-col-11 {
  width: 91.6666666667%;
}

.site-notice > .flex-col-12 {
  width: 100%;
}

.site-notice > .flex-col-12 {
  width: 100%;
}

.site-notice .notice-text {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.site-notice .notice-type {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.site-notice .notice-close-button {
  float: none;
  margin-left: 8px;
  color: inherit;
  text-shadow: none;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .site-notice {
    padding: 14px 16px;
  }
}

.notice-success {
  color: #00c684;
  background: #c6ffec;
}

.notice-error {
  color: #ed536c;
  background: #fef5f6;
}

.notice-notice {
  color: #2d2d2d;
  background: #868686;
}

.notice-warning {
  color: #ff703f;
  background: #fff5f2;
}

.notice-info {
  color: #1e92ff;
  background: #d1e8ff;
}

.simple-page {
  max-width: 700px;
  margin: 0 auto 50px;
}

.simple-page .h1,
.simple-page .h2,
.simple-page .h3,
.simple-page .h4,
.simple-page .h5,
.simple-page .h6 {
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.simple-page ul,
.simple-page ol {
  padding-left: 25px;
}

.terms-page p {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 12px !important;
}

@media (max-width: 767.98px) {
  .terms-page p {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .terms-page p {
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .terms-page p {
    margin-bottom: 24px !important;
  }
}

.terms-page ul {
  margin-bottom: 12px !important;
}

@media screen and (min-width: 768px) {
  .terms-page ul {
    margin-bottom: 24px !important;
  }
}

.terms-page h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-top: 32px !important;
  margin-bottom: 16px !important;
}

@media (max-width: 767.98px) {
  .terms-page h3 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .terms-page h3 {
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) {
  .terms-page h3 {
    margin-top: 64px !important;
  }
}

@media screen and (min-width: 768px) {
  .terms-page h3 {
    margin-bottom: 32px !important;
  }
}

.testimonials-page .wrapper {
  flex-wrap: wrap;
}

.testimonials-page .wrapper > * {
  padding: 0 16px;
}

.testimonials-page .blobs {
  max-height: 100%;
  overflow: hidden;
}

.testimonials-page .testimonial {
  padding: 24px;
  margin-bottom: 32px;
  border-radius: 16px;
}

.testimonials-page .testimonial blockquote {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  margin: 8px;
}

.testimonials-page .testimonial small {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
}

.testimonials-page .testimonial.testimonial-male {
  color: #111;
  background-color: #fff;
  box-shadow: 0 4px 16px 1px rgba(33, 85, 141, 0.24);
}

.testimonials-page .testimonial.testimonial-male i,
.testimonials-page .testimonial.testimonial-male small {
  color: #21558d;
}

.testimonials-page .testimonial.testimonial-male-alt {
  color: #fff;
  background-color: #21558d;
  box-shadow: 0 4px 16px 1px rgba(33, 85, 141, 0.48);
}

.testimonials-page .testimonial.testimonial-male-alt i {
  color: #fff;
}

.testimonials-page .testimonial.testimonial-male-alt small {
  color: rgba(255, 255, 255, 0.6);
}

.testimonials-page .testimonial.testimonial-female {
  color: #111;
  background-color: #fff;
  box-shadow: 0 4px 16px 1px rgba(235, 74, 144, 0.24);
}

.testimonials-page .testimonial.testimonial-female i,
.testimonials-page .testimonial.testimonial-female small {
  color: #eb4a90;
}

.testimonials-page .testimonial.testimonial-female-alt {
  color: #fff;
  background-color: #eb4a90;
  box-shadow: 0 4px 16px 1px rgba(235, 74, 144, 0.48);
}

.testimonials-page .testimonial.testimonial-female-alt i {
  color: #fff;
}

.testimonials-page .testimonial.testimonial-female-alt small {
  color: rgba(255, 255, 255, 0.6);
}

.testimonials-page .testimonial.testimonial-male i,
.testimonials-page .testimonial.testimonial-male small {
  color: #21558d;
}

.copy-styles ul {
  padding-left: 18px;
  margin-bottom: 20px;
}

.copy-styles strong {
  font-weight: 700;
}

.copy-styles em {
  font-style: italic;
}

.copy-styles h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .copy-styles h1 {
    font-size: 27px;
  }
}

@media (max-width: 767.98px) {
  .copy-styles h1 {
    line-height: 32px;
  }
}

.copy-styles h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .copy-styles h2 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .copy-styles h2 {
    line-height: 24px;
  }
}

.copy-styles h3 {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .copy-styles h3 {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .copy-styles h3 {
    line-height: 24px;
  }
}

.public-contact {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .public-contact {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

@media screen and (max-width: 600px) {
  .public-contact {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

@media screen and (min-width: 601px) {
  .public-contact {
    max-width: 425px;
  }
}

.public-contact form {
  text-align: left;
}

.public-contact form:not(.loaded) {
  display: none;
}

.public-contact .field-container {
  margin-bottom: 12px !important;
  display: block;
}

@media screen and (min-width: 768px) {
  .public-contact .field-container {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 601px) {
  .public-contact .select-wrap {
    height: 52px;
  }
  .public-contact .select-wrap label {
    line-height: 26px;
  }
}

.public-contact textarea {
  resize: none;
}

@media screen and (max-width: 600px) {
  .public-contact textarea {
    min-height: 172px;
  }
}

@media screen and (min-width: 601px) {
  .public-contact textarea {
    min-height: 250px;
  }
}

@media screen and (max-width: 600px) {
  .public-contact input {
    height: 43px;
  }
}

.public-contact .message {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  .public-contact .message {
    margin-bottom: 48px !important;
  }
}

.public-contact .help {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px !important;
  color: #1e92ff;
  background-color: rgba(30, 146, 255, 0.08);
  border-radius: 8px;
}

@media (max-width: 767.98px) {
  .public-contact .help {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .public-contact .help {
    line-height: 21px;
  }
}

@media screen and (min-width: 768px) {
  .public-contact .help {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 600px) {
  .public-contact .help {
    padding: 12px !important;
  }
}

@media screen and (max-width: 600px) and (min-width: 768px) {
  .public-contact .help {
    padding: 24px !important;
  }
}

@media screen and (min-width: 601px) {
  .public-contact .help {
    padding: 16px !important;
  }
}

.public-contact .help p:last-child {
  margin: 0;
}

.public-contact .help .highlight {
  font-weight: 500;
  color: #21558d;
  word-break: break-all;
}

.public-contact .blobs-container {
  padding: 0;
  margin: 0;
}

.public-contact .blobs {
  max-height: 100%;
  overflow: hidden;
}

.how-it-works img,
.what-is-a-sugar img,
.meet-a-sugar img {
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  .meet-a-sugar img + div {
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 481px) {
  .meet-a-sugar img + div {
    left: 10px;
    right: 10px;
  }
}

.sugar-img {
  background-position: center;
  background-size: cover;
  border-bottom: 20px solid #fff;
}

.sugar-img:last-child {
  background-position: center top;
  padding-bottom: 400px;
  margin-bottom: -400px;
  border-bottom: 0 none;
  box-sizing: content-box;
}

@media screen and (min-width: 1001px) {
  .sugar-wrapper {
    max-width: 430px;
    box-sizing: content-box;
  }
}

@media screen and (min-width: 1001px) and (min-width: 1201px) {
  .meet-a-sugar .sugar-wrapper,
  .what-is-a-sugar .sugar-wrapper {
    margin-left: auto;
  }
  .what-does-a-sugar .sugar-wrapper,
  .become-a-sugar .sugar-wrapper {
    margin-right: auto;
  }
}

@media screen and (min-width: 1001px) {
  .become-a-sugar,
  .meet-a-sugar {
    height: 400px;
  }
  .become-a-sugar {
    order: 2;
  }
  .meet-a-sugar {
    order: 1;
  }
}

.tricks-h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: normal;
  margin: 0 0 40px;
  color: #191e23;
}

@media (max-width: 767.98px) {
  .tricks-h2 {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .tricks-h2 {
    line-height: 24px;
  }
}

.tricks-h2 strong {
  font-weight: 900;
}

.tricks-container {
  color: #444;
  background: #fff;
  border-radius: 6px;
  background-clip: padding-box;
  padding: 20px;
}

@media screen and (min-width: 769px) {
  .tricks-container {
    padding: 40px;
  }
}

.tricks-container strong {
  font-weight: 900;
}

.tricks-list li {
  display: flex;
}

.tricks-list li > .flex-col-1 {
  width: 8.33333333333%;
}

.tricks-list li > .flex-col-2 {
  width: 16.6666666667%;
}

.tricks-list li > .flex-col-3 {
  width: 25%;
}

.tricks-list li > .flex-col-4 {
  width: 33.3333333333%;
}

.tricks-list li > .flex-col-5 {
  width: 41.6666666667%;
}

.tricks-list li > .flex-col-6 {
  width: 50%;
}

.tricks-list li > .flex-col-7 {
  width: 58.3333333333%;
}

.tricks-list li > .flex-col-8 {
  width: 66.6666666667%;
}

.tricks-list li > .flex-col-9 {
  width: 75%;
}

.tricks-list li > .flex-col-10 {
  width: 83.3333333333%;
}

.tricks-list li > .flex-col-11 {
  width: 91.6666666667%;
}

.tricks-list li > .flex-col-12 {
  width: 100%;
}

.tricks-list li > .flex-col-12 {
  width: 100%;
}

.tricks-list .number {
  flex-grow: 0;
  flex-shrink: 0;
  color: #999;
  font-weight: 900;
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-size: 32px;
  line-height: 1;
  width: 40px;
}

@media screen and (min-width: 481px) {
  .tricks-list .number {
    font-size: 45px;
    font-size: 45px;
    line-height: 1;
    width: 60px;
  }
}

.tricks-list .text {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}

.jobs-wrapper {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .jobs-wrapper {
    margin: 0;
    padding: 20px;
  }
}

.jobs-inner {
  background: #fbfbfb;
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .jobs-inner {
    padding: 20px;
  }
}

.jobs-list .job-item {
  color: #2d2d2d;
  display: block;
  padding: 40px 20px;
  border-bottom: 1px solid #dbdbdb;
}

.job-apply {
  border: 1px solid #dbdbdb;
  padding: 30px;
  border-radius: 6px;
  background-clip: padding-box;
}

body {
  background: #fff;
}

.splash-header {
  padding: 30px 20px;
}

@media screen and (min-width: 481px) {
  .splash-header {
    padding: 60px 20px;
  }
}

.splash-header .site-logo {
  width: 150px;
  height: 13px;
  margin: 0;
}

@media screen and (min-width: 481px) {
  .splash-header .site-logo {
    width: 200px;
    height: 17px;
  }
}

.splash-header .site-logo a,
.splash-header .site-logo .a {
  background-image: url(ld-logo.png);
}

.splash-header .public-header-row {
  justify-content: center;
}

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

.field-with-errors .message {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ed536c;
}

@media (max-width: 767.98px) {
  .field-with-errors .message {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .field-with-errors .message {
    line-height: 21px;
  }
}

.login-error-wrap {
  height: 55px;
  min-height: 55px;
}

@media screen and (min-width: 769px) {
  .login-error-wrap {
    height: 65px;
    min-height: 65px;
  }
}

.login-error {
  display: none;
}

.login-wrap {
  padding-top: 60px;
}

@media screen and (min-width: 769px) {
  .login-wrap {
    padding-top: 120px;
  }
}

.login-wrap .site-logo {
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
  .login-wrap .site-logo {
    margin-bottom: 30px;
  }
}

.simple-page {
  max-width: 700px;
  margin: 0 auto 50px;
}

.simple-page .h1,
.simple-page .h2,
.simple-page .h3,
.simple-page .h4,
.simple-page .h5,
.simple-page .h6 {
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
}

.simple-page ul,
.simple-page ol {
  padding-left: 25px;
}

.deactivate-icon svg {
  width: 180px;
  height: 180px;
}

.deactivate-icon .sad {
  fill: rgba(17, 17, 17, 0.05);
}

input.form-control.test-invalid {
  border: 1px solid #ed536c;
}

.page-blog {
  padding-bottom: 50px;
}

@media screen and (min-width: 1001px) {
  .page-blog {
    padding-bottom: inherit;
  }
}

.blobs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .blobs {
    bottom: -50px;
  }
}

.blobs:before,
.blobs:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.blobs:before {
  top: -100px;
  right: 0;
  width: 750px;
  height: 750px;
  background-image: url(../brands/dark/Oval1-e3b2a5f6a8d54758f89e66970781d3a05addb372710757f852f2e9947f12d951.html);
  background-position: left center;
  transform: translateX(40%);
}

@media screen and (max-width: 768px) {
  .blobs:before {
    width: 460px;
    height: 460px;
    transform: translateX(10%);
  }
}

.blobs:after {
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-image: url(../brands/dark/Oval2-24a4b48727bbe024ff098877b392aa8a83da50e93fa413518cef713e25568ef3.html);
  background-position: right center;
  transform: translateX(-30%);
}

@media screen and (max-width: 768px) {
  .blobs:after {
    width: 200px;
    height: 200px;
  }
}

.blobs-container {
  padding-top: 300px;
  padding-bottom: 300px;
  margin-top: -300px;
  margin-bottom: -300px;
  overflow: hidden;
  pointer-events: none;
}

.blobs-container .banner-container {
  pointer-events: all;
}

.reviews-wrapper .pink-gradient-text {
  background: linear-gradient(to bottom, #ff6685 0%, #eb4a90 100%);
  background-color: #eb4a90;
  background-position: 0 0;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$top', endColorstr='$bottom', GradientType=0);
  color: #eb4a90;
  background-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 62px;
}

@media screen and (min-width: 769px) {
  .reviews-wrapper .reviews-list {
    max-width: 370px;
  }
}

.reviews-wrapper .reviews-list .review {
  border-radius: 6px;
  background-clip: padding-box;
  border: 1px solid #dbdbdb;
  background: white;
}

.reviews-wrapper .reviews-list .review:target {
  border-color: #1e92ff;
  box-shadow: 0 0 10px #1e92ff;
}

.reviews-wrapper .reviews-list .review .logo-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  *display: inline;
  *vertical-align: auto;
  zoom: 1;
  overflow: hidden;
}

.reviews-wrapper .reviews-list .review .logo-wrapper .logo {
  width: auto;
  height: 60px;
  max-width: none;
  margin-left: 50%;
  transform: translate(-50%, 0);
}

.psh4 {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
  margin-top: 0;
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}

@media (max-width: 767.98px) {
  .psh4 {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .psh4 {
    line-height: 24px;
  }
}

.form-entry,
.slogan {
  transition: transform 0.25s ease;
  transition-property: opacity;
  opacity: 0;
}

.form-entry.loaded,
.slogan.loaded {
  opacity: 1;
}

.signup-nav {
  margin-top: 24px !important;
  margin-bottom: 16px !important;
  display: none;
  -ms-grid-columns: minmax(0, 1fr) [2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

@media screen and (min-width: 768px) {
  .signup-nav {
    margin-top: 48px !important;
  }
}

@media screen and (max-width: 480px) {
  .signup-nav {
    column-gap: 12px;
  }
}

.signup-nav .indicator {
  flex-shrink: 0;
  width: 17px;
  height: 17px;
  margin-right: 4px;
  background-color: currentColor;
  border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .signup-nav .indicator {
    width: 15px;
    height: 15px;
  }
}

.signup-nav .btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  padding-left: 5px;
}

.signup-nav .btn.btn-foggy .indicator {
  background-color: transparent;
  border: 1px solid #b3b3b3;
}

.signup-nav.visible {
  display: -ms-grid;
  display: grid;
}

.signup-wrap {
  max-width: 521px;
  padding: 24px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .signup-wrap {
    padding: 48px;
    margin: 48px auto 16px auto;
  }
}

.signup-wrap .terms {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #717171;
}

.signup-wrap .terms a {
  color: #2d2d2d;
}

@media screen and (min-width: 481px) {
  .signup-wrap .signup-row > .flex-col {
    width: 50%;
  }
}

.signup-wrap .sa-location-typeahead + ul.dropdown-menu {
  width: 100%;
}

.radio-labels {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.radio-labels input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.radio-labels input:checked ~ .wrapper {
  color: white;
  background-color: #111;
  box-shadow: none;
}

.radio-labels .wrapper {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  padding: 12px 32px;
  cursor: pointer;
  border-radius: 30px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .radio-labels .wrapper {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .radio-labels .wrapper {
    line-height: 22px;
  }
}

.radio-labels .wrapper:hover {
  border-color: #b3b3b3;
}

.email-suggestion {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  display: inline-block;
  padding: 4px 16px;
  color: #2d2d2d;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .email-suggestion {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .email-suggestion {
    line-height: 22px;
  }
}

.username-suggestions {
  padding: 16px;
  background-color: #fbfbfb;
  border-radius: 8px;
}

.username-suggestions .suggestion-list {
  margin-right: -8px !important;
  margin-bottom: -8px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.username-suggestions .suggestion-list > * {
  margin-right: 8px !important;
}

.username-suggestions .suggestion-list > * {
  margin-bottom: 8px !important;
}

.username-suggestions .single-suggestion {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
  .username-suggestions .single-suggestion {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .username-suggestions .single-suggestion {
    line-height: 20px;
  }
}

.signup-footer {
  display: flex;
  flex-direction: row;
  padding: 24px;
  border-top: 1px solid #dbdbdb;
}

.field-errors {
  min-height: 36px;
  margin-top: 4px;
}

@media screen and (max-width: 480px) {
  .field-errors {
    min-height: 16px;
  }
}

.field-errors .field-error {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  color: #ed536c;
  text-align: right;
}

@media (max-width: 767.98px) {
  .field-errors .field-error {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .field-errors .field-error {
    line-height: 21px;
  }
}

.field-errors .field-error + .field-error {
  margin-top: 8px;
}

@media screen and (min-width: 769px) {
  .unsubscribe-btn-container {
    max-width: 330px;
  }
}

.h1-r {
  font-weight: 500;
  font-size: 62px;
  line-height: 73px;
}

@media (max-width: 767.98px) {
  .h1-r {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .h1-r {
    line-height: 56px;
  }
}

.h1 {
  font-weight: 500;
  font-size: 62px;
  line-height: 73px;
}

.h2-r {
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
}

@media (max-width: 767.98px) {
  .h2-r {
    font-size: 37px;
  }
}

@media (max-width: 767.98px) {
  .h2-r {
    line-height: 44px;
  }
}

.h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
}

.h3-r {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}

@media (max-width: 767.98px) {
  .h3-r {
    font-size: 27px;
  }
}

@media (max-width: 767.98px) {
  .h3-r {
    line-height: 32px;
  }
}

.h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
}

.h4-r {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

@media (max-width: 767.98px) {
  .h4-r {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .h4-r {
    line-height: 24px;
  }
}

.h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}

.h5-r {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .h5-r {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  .h5-r {
    line-height: 22px;
  }
}

.h5 {
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
}

.h6-r {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
}

@media (max-width: 767.98px) {
  .h6-r {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .h6-r {
    line-height: 24px;
  }
}

.h6 {
  font-weight: 400;
  font-size: 19px;
  line-height: 29px;
}

.t1-r {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .t1-r {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .t1-r {
    line-height: 22px;
  }
}

.t1 {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}

.t2-r {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .t2-r {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .t2-r {
    line-height: 21px;
  }
}

.t2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.t3-r {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .t3-r {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .t3-r {
    line-height: 20px;
  }
}

.t3 {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.t4-r {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
}

@media (max-width: 767.98px) {
  .t4-r {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .t4-r {
    line-height: 18px;
  }
}

.t4 {
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
}

.t5-r {
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
}

@media (max-width: 767.98px) {
  .t5-r {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {
  .t5-r {
    line-height: 18px;
  }
}

.t5 {
  font-weight: 400;
  font-size: 11px;
  line-height: 21px;
}

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

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

.weight-semibold {
  font-weight: 500;
}

.weight-semibold-extra {
  font-weight: 550;
}

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

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

.text-center {
  text-align: center;
  margin: 0 auto;
}

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

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

.sans-font {
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
}

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

.va-top {
  vertical-align: top;
}

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

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

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

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

.word-break {
  word-break: break-all;
}

.capitalize {
  text-transform: capitalize;
}

.family-helvetica {
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
}

.family-rubik {
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
}

.style-rubik-caps {
  font-family: "Helvetica Neue", -apple-system, system-ui, "BlinkMacSystemFont",
    "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.style-wide-underlines {
  text-align: center;
}

.style-wide-underlines .inner-text {
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: 2px solid #111;
}

.style-caps {
  text-transform: uppercase;
}

.style-underline {
  text-decoration: underline;
}

.style-strikethru {
  text-decoration: line-through;
}

.truncate-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.no-wrap {
  white-space: nowrap;
}

p {
  margin: 0 0 20px;
}

i {
  font-style: normal;
}

b {
  font-weight: 400;
}

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

.list-spaced li {
  padding: 0 0 20px 0;
}

.list-decimal > ol {
  padding-left: 30px;
  list-style-type: decimal;
}

.list-decimal > ol li {
  margin-bottom: 0px;
  line-height: 36px;
}

ul.list-small-bullet {
  list-style-type: none;
}

ul.list-small-bullet > li {
  margin-left: 30px;
}

ul.list-small-bullet > li:before {
  display: inline-block;
  *display: inline;
  *vertical-align: auto;
  zoom: 1;
  width: 30px;
  padding-left: 7.5px;
  margin-left: -30px;
  font-size: 12px;
  vertical-align: middle;
  content: "\2022";
}

.sb-list {
  margin-right: -16px;
  margin-left: -16px;
  list-style: none;
}

.sb-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 16px;
  cursor: pointer;
  border-radius: 8px;
}

.sb-list li:hover {
  background-color: #fbfbfb;
}

.sb-list li i {
  margin-right: 8px;
  font-size: 24px;
}

.sb-list li span {
  padding: 16px 0;
  color: #2d2d2d;
}

.help-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #717171;
}

@media (max-width: 767.98px) {
  .help-text {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .help-text {
    line-height: 20px;
  }
}

.form-control + .help-text {
  padding-top: 10px;
}

.help-text strong {
  font-weight: 500;
  color: #111;
}

span.help-text {
  display: block;
}

.note {
  font-size: 14px;
  font-size: 14px;
  line-height: 1.65;
  color: #717171;
}

.requirement-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  display: none;
  margin-top: 5px;
  color: #ed536c;
  text-align: left;
}

@media (max-width: 767.98px) {
  .requirement-text {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .requirement-text {
    line-height: 20px;
  }
}

.requirement-text.showing-error {
  display: block;
}

.ancient-header-icon {
  font-size: 24px;
  font-size: 24px;
  line-height: 1;
  top: -2px;
}

.ancient-header-container {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dbdbdb;
}

.ancient-header-container .h3 {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 0;
}

.ancient-header-container.flex-row-mobile .h3 {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .ancient-header-container.flex-row-mobile .h3 {
    margin: 0;
  }
}

.line-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em !important;
  vertical-align: baseline !important;
}

.line-center:before {
  width: 0;
  height: 0.714em;
  content: "";
}

.no-rule {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.with-rule {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.border-section {
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 30px;
}

@media screen and (min-width: 481px) {
  .border-section {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}

.border-section-30 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.border-section-20 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.border-section-16 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

@media screen and (min-width: 481px) {
  .border-section-16 {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.t-bordered {
  border-top: 1px solid #dbdbdb;
  margin-top: 15px;
  padding-top: 15px;
}

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

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

.border-bottom-charcoal {
  border-bottom: 1px solid #2d2d2d;
}

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

.full-border {
  border: 1px solid #dbdbdb;
}

.inherit-color {
  color: inherit !important;
}

.green-color {
  color: #00c684 !important;
}

.green-hover-color:hover {
  color: #00c684 !important;
}

.green-bg {
  background-color: #00c684 !important;
}

.green-bg-focus:hover,
.green-bg-focus:focus {
  background-color: #00c684 !important;
}

.salmon-color {
  color: #ff6685 !important;
}

.salmon-hover-color:hover {
  color: #ff6685 !important;
}

.salmon-bg {
  background-color: #ff6685 !important;
}

.salmon-bg-focus:hover,
.salmon-bg-focus:focus {
  background-color: #ff6685 !important;
}

.blue-color {
  color: #1e92ff !important;
}

.blue-hover-color:hover {
  color: #1e92ff !important;
}

.blue-bg {
  background-color: #1e92ff !important;
}

.blue-bg-focus:hover,
.blue-bg-focus:focus {
  background-color: #1e92ff !important;
}

.navy-color {
  color: #21558d !important;
}

.navy-hover-color:hover {
  color: #21558d !important;
}

.navy-bg {
  background-color: #21558d !important;
}

.navy-bg-focus:hover,
.navy-bg-focus:focus {
  background-color: #21558d !important;
}

.red-color {
  color: #ed536c !important;
}

.red-hover-color:hover {
  color: #ed536c !important;
}

.red-bg {
  background-color: #ed536c !important;
}

.red-bg-focus:hover,
.red-bg-focus:focus {
  background-color: #ed536c !important;
}

.mint-color {
  color: #18bb9c !important;
}

.mint-hover-color:hover {
  color: #18bb9c !important;
}

.mint-bg {
  background-color: #18bb9c !important;
}

.mint-bg-focus:hover,
.mint-bg-focus:focus {
  background-color: #18bb9c !important;
}

.orange-color {
  color: #ff703f !important;
}

.orange-hover-color:hover {
  color: #ff703f !important;
}

.orange-bg {
  background-color: #ff703f !important;
}

.orange-bg-focus:hover,
.orange-bg-focus:focus {
  background-color: #ff703f !important;
}

.highlight-color {
  color: #feffd1 !important;
}

.highlight-hover-color:hover {
  color: #feffd1 !important;
}

.highlight-bg {
  background-color: #feffd1 !important;
}

.highlight-bg-focus:hover,
.highlight-bg-focus:focus {
  background-color: #feffd1 !important;
}

.gold-color {
  color: #cbb07b !important;
}

.gold-hover-color:hover {
  color: #cbb07b !important;
}

.gold-bg {
  background-color: #cbb07b !important;
}

.gold-bg-focus:hover,
.gold-bg-focus:focus {
  background-color: #cbb07b !important;
}

.pink-color {
  color: #eb4a90 !important;
}

.pink-hover-color:hover {
  color: #eb4a90 !important;
}

.pink-bg {
  background-color: #eb4a90 !important;
}

.pink-bg-focus:hover,
.pink-bg-focus:focus {
  background-color: #eb4a90 !important;
}

.yellow-color {
  color: #fdc831 !important;
}

.yellow-hover-color:hover {
  color: #fdc831 !important;
}

.yellow-bg {
  background-color: #fdc831 !important;
}

.yellow-bg-focus:hover,
.yellow-bg-focus:focus {
  background-color: #fdc831 !important;
}

.primary-color {
  color: #a33efd !important;
}

.primary-hover-color:hover {
  color: #a33efd !important;
}

.primary-bg {
  background-color: #a33efd !important;
}

.primary-bg-focus:hover,
.primary-bg-focus:focus {
  background-color: #a33efd !important;
}

.violet-color {
  color: #902bff !important;
}

.violet-hover-color:hover {
  color: #902bff !important;
}

.violet-bg {
  background-color: #902bff !important;
}

.violet-bg-focus:hover,
.violet-bg-focus:focus {
  background-color: #902bff !important;
}

.void-color {
  color: #000 !important;
}

.void-hover-color:hover {
  color: #000 !important;
}

.void-bg {
  background-color: #000 !important;
}

.void-bg-focus:hover,
.void-bg-focus:focus {
  background-color: #000 !important;
}

.black-color {
  color: #111 !important;
}

.black-hover-color:hover {
  color: #111 !important;
}

.black-bg {
  background-color: #111 !important;
}

.black-bg-focus:hover,
.black-bg-focus:focus {
  background-color: #111 !important;
}

.jet-color {
  color: #191e23 !important;
}

.jet-hover-color:hover {
  color: #191e23 !important;
}

.jet-bg {
  background-color: #191e23 !important;
}

.jet-bg-focus:hover,
.jet-bg-focus:focus {
  background-color: #191e23 !important;
}

.charcoal-color {
  color: #2d2d2d !important;
}

.charcoal-hover-color:hover {
  color: #2d2d2d !important;
}

.charcoal-bg {
  background-color: #2d2d2d !important;
}

.charcoal-bg-focus:hover,
.charcoal-bg-focus:focus {
  background-color: #2d2d2d !important;
}

.ash-color {
  color: #717171 !important;
}

.ash-hover-color:hover {
  color: #717171 !important;
}

.ash-bg {
  background-color: #717171 !important;
}

.ash-bg-focus:hover,
.ash-bg-focus:focus {
  background-color: #717171 !important;
}

.iron-color {
  color: #b3b3b3 !important;
}

.iron-hover-color:hover {
  color: #b3b3b3 !important;
}

.iron-bg {
  background-color: #b3b3b3 !important;
}

.iron-bg-focus:hover,
.iron-bg-focus:focus {
  background-color: #b3b3b3 !important;
}

.cloud-color {
  color: #dbdbdb !important;
}

.cloud-hover-color:hover {
  color: #dbdbdb !important;
}

.cloud-bg {
  background-color: #dbdbdb !important;
}

.cloud-bg-focus:hover,
.cloud-bg-focus:focus {
  background-color: #dbdbdb !important;
}

.vapor-color {
  color: #fbfbfb !important;
}

.vapor-hover-color:hover {
  color: #fbfbfb !important;
}

.vapor-bg {
  background-color: #fbfbfb !important;
}

.vapor-bg-focus:hover,
.vapor-bg-focus:focus {
  background-color: #fbfbfb !important;
}

.white-color {
  color: #fff !important;
}

.white-hover-color:hover {
  color: #fff !important;
}

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

.white-bg-focus:hover,
.white-bg-focus:focus {
  background-color: #fff !important;
}

.gender-female {
  color: #eb4a90;
}

.gender-male {
  color: #21558d;
}

a.black-color:hover,
button.black-color:hover {
  color: #717171;
}

a.charcoal-color:hover,
button.charcoal-color:hover {
  color: #717171;
}

a.ash-color:hover,
button.ash-color:hover {
  color: #dbdbdb;
}

a.gold-color:hover,
a.gold-color:active,
button.gold-color:hover,
button.gold-color:active {
  color: rgba(203, 176, 123, 0.7);
}

a.mint-color:hover,
button.mint-color:hover {
  color: #23e3be;
}

a.white-color:hover,
button.white-color:hover {
  color: #717171;
}

.vapor-50-bg {
  background: rgba(251, 251, 251, 0.5);
}

.jet-70-bg {
  background-color: rgba(25, 30, 35, 0.6);
}

.white-20-bg {
  background-color: rgba(255, 255, 255, 0.2);
}

.today {
  color: #74deba;
}

.shadow {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.08) !important;
}

.shadow-lg {
  box-shadow: 0 4px 16px 1px rgba(0, 0, 0, 0.16) !important;
}

.display-block {
  display: block;
}

.display-none {
  display: none;
}

.display-inline-block {
  display: inline-block;
  *display: inline;
  *vertical-align: auto;
  zoom: 1;
}

.hide-by-default:not(.showing) {
  display: none;
}

.invisible-by-default:not(.showing) {
  position: absolute;
  top: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .hide-below-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hide-above-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .hide-below-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .hide-above-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 1000px) {
  .hide-below-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .hide-above-desktop {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .hide-below-600 {
    display: none !important;
  }
}

@media screen and (min-width: 601px) {
  .hide-above-600 {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .hide-below-800 {
    display: none !important;
  }
}

@media screen and (min-width: 801px) {
  .hide-above-800 {
    display: none !important;
  }
}

.fill-parent {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flex-row-all {
  display: flex;
}

.flex-row-all > .flex-col-1 {
  width: 8.33333333333%;
}

.flex-row-all > .flex-col-2 {
  width: 16.6666666667%;
}

.flex-row-all > .flex-col-3 {
  width: 25%;
}

.flex-row-all > .flex-col-4 {
  width: 33.3333333333%;
}

.flex-row-all > .flex-col-5 {
  width: 41.6666666667%;
}

.flex-row-all > .flex-col-6 {
  width: 50%;
}

.flex-row-all > .flex-col-7 {
  width: 58.3333333333%;
}

.flex-row-all > .flex-col-8 {
  width: 66.6666666667%;
}

.flex-row-all > .flex-col-9 {
  width: 75%;
}

.flex-row-all > .flex-col-10 {
  width: 83.3333333333%;
}

.flex-row-all > .flex-col-11 {
  width: 91.6666666667%;
}

.flex-row-all > .flex-col-12 {
  width: 100%;
}

.flex-row-all > .flex-col-12 {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .flex-row-mobile {
    display: flex;
  }
  .flex-row-mobile > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-mobile > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-mobile > .flex-col-3 {
    width: 25%;
  }
  .flex-row-mobile > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-mobile > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-mobile > .flex-col-6 {
    width: 50%;
  }
  .flex-row-mobile > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-mobile > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-mobile > .flex-col-9 {
    width: 75%;
  }
  .flex-row-mobile > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-mobile > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-mobile > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .flex-row-below-mobile {
    display: flex;
  }
  .flex-row-below-mobile > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-below-mobile > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-below-mobile > .flex-col-3 {
    width: 25%;
  }
  .flex-row-below-mobile > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-below-mobile > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-below-mobile > .flex-col-6 {
    width: 50%;
  }
  .flex-row-below-mobile > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-below-mobile > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-below-mobile > .flex-col-9 {
    width: 75%;
  }
  .flex-row-below-mobile > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-below-mobile > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-below-mobile > .flex-col-12 {
    width: 100%;
  }
  .flex-row-below-mobile > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 481px) {
  .flex-row-reverse-mobile {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .flex-row-tablet {
    display: flex;
  }
  .flex-row-tablet > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-tablet > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-tablet > .flex-col-3 {
    width: 25%;
  }
  .flex-row-tablet > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-tablet > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-tablet > .flex-col-6 {
    width: 50%;
  }
  .flex-row-tablet > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-tablet > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-tablet > .flex-col-9 {
    width: 75%;
  }
  .flex-row-tablet > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-tablet > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-tablet > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .flex-row-below-tablet {
    display: flex;
  }
  .flex-row-below-tablet > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-below-tablet > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-below-tablet > .flex-col-3 {
    width: 25%;
  }
  .flex-row-below-tablet > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-below-tablet > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-below-tablet > .flex-col-6 {
    width: 50%;
  }
  .flex-row-below-tablet > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-below-tablet > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-below-tablet > .flex-col-9 {
    width: 75%;
  }
  .flex-row-below-tablet > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-below-tablet > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-below-tablet > .flex-col-12 {
    width: 100%;
  }
  .flex-row-below-tablet > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .flex-row-reverse-tablet {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1001px) {
  .flex-row-desktop {
    display: flex;
  }
  .flex-row-desktop > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-desktop > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-desktop > .flex-col-3 {
    width: 25%;
  }
  .flex-row-desktop > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-desktop > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-desktop > .flex-col-6 {
    width: 50%;
  }
  .flex-row-desktop > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-desktop > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-desktop > .flex-col-9 {
    width: 75%;
  }
  .flex-row-desktop > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-desktop > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-desktop > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .flex-row-below-desktop {
    display: flex;
  }
  .flex-row-below-desktop > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-below-desktop > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-below-desktop > .flex-col-3 {
    width: 25%;
  }
  .flex-row-below-desktop > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-below-desktop > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-below-desktop > .flex-col-6 {
    width: 50%;
  }
  .flex-row-below-desktop > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-below-desktop > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-below-desktop > .flex-col-9 {
    width: 75%;
  }
  .flex-row-below-desktop > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-below-desktop > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-below-desktop > .flex-col-12 {
    width: 100%;
  }
  .flex-row-below-desktop > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1001px) {
  .flex-row-reverse-desktop {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 601px) {
  .flex-row-600 {
    display: flex;
  }
  .flex-row-600 > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-600 > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-600 > .flex-col-3 {
    width: 25%;
  }
  .flex-row-600 > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-600 > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-600 > .flex-col-6 {
    width: 50%;
  }
  .flex-row-600 > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-600 > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-600 > .flex-col-9 {
    width: 75%;
  }
  .flex-row-600 > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-600 > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-600 > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 801px) {
  .flex-row-800 {
    display: flex;
  }
  .flex-row-800 > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-800 > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-800 > .flex-col-3 {
    width: 25%;
  }
  .flex-row-800 > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-800 > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-800 > .flex-col-6 {
    width: 50%;
  }
  .flex-row-800 > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-800 > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-800 > .flex-col-9 {
    width: 75%;
  }
  .flex-row-800 > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-800 > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-800 > .flex-col-12 {
    width: 100%;
  }
}

@media screen and (min-width: 901px) {
  .flex-row-900 {
    display: flex;
  }
  .flex-row-900 > .flex-col-1 {
    width: 8.33333333333%;
  }
  .flex-row-900 > .flex-col-2 {
    width: 16.6666666667%;
  }
  .flex-row-900 > .flex-col-3 {
    width: 25%;
  }
  .flex-row-900 > .flex-col-4 {
    width: 33.3333333333%;
  }
  .flex-row-900 > .flex-col-5 {
    width: 41.6666666667%;
  }
  .flex-row-900 > .flex-col-6 {
    width: 50%;
  }
  .flex-row-900 > .flex-col-7 {
    width: 58.3333333333%;
  }
  .flex-row-900 > .flex-col-8 {
    width: 66.6666666667%;
  }
  .flex-row-900 > .flex-col-9 {
    width: 75%;
  }
  .flex-row-900 > .flex-col-10 {
    width: 83.3333333333%;
  }
  .flex-row-900 > .flex-col-11 {
    width: 91.6666666667%;
  }
  .flex-row-900 > .flex-col-12 {
    width: 100%;
  }
}

.flex-gutters-3 {
  margin-right: -3px;
  margin-left: -3px;
}

.flex-gutters-3 > [class*="flex-col"] {
  padding-right: 3px;
  padding-left: 3px;
}

.flex-gutters-4 {
  margin-right: -4px;
  margin-left: -4px;
}

.flex-gutters-4 > [class*="flex-col"] {
  padding-right: 4px;
  padding-left: 4px;
}

.flex-gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.flex-gutters-5 > [class*="flex-col"] {
  padding-right: 5px;
  padding-left: 5px;
}

.flex-gutters-8 {
  margin-right: -8px;
  margin-left: -8px;
}

.flex-gutters-8 > [class*="flex-col"] {
  padding-right: 8px;
  padding-left: 8px;
}

.flex-gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.flex-gutters-10 > [class*="flex-col"] {
  padding-right: 10px;
  padding-left: 10px;
}

.flex-gutters-12 {
  margin-right: -12px;
  margin-left: -12px;
}

.flex-gutters-12 > [class*="flex-col"] {
  padding-right: 12px;
  padding-left: 12px;
}

.flex-gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.flex-gutters-15 > [class*="flex-col"] {
  padding-right: 15px;
  padding-left: 15px;
}

.flex-gutters-16 {
  margin-right: -16px;
  margin-left: -16px;
}

.flex-gutters-16 > [class*="flex-col"] {
  padding-right: 16px;
  padding-left: 16px;
}

.flex-gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.flex-gutters-20 > [class*="flex-col"] {
  padding-right: 20px;
  padding-left: 20px;
}

.flex-gutters-32 {
  margin-right: -32px;
  margin-left: -32px;
}

.flex-gutters-32 > [class*="flex-col"] {
  padding-right: 32px;
  padding-left: 32px;
}

.flex-gutters-64 {
  margin-right: -64px;
  margin-left: -64px;
}

.flex-gutters-64 > [class*="flex-col"] {
  padding-right: 64px;
  padding-left: 64px;
}

.flex-gutters-f-3 {
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
}

.flex-gutters-f-3 > [class*="flex-col"] {
  padding-right: 8px;
  padding-left: 8px;
}

.flex-gutters-f-3 > [class*="flex-col"] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.flex-gutters-f-4 {
  margin-right: -12px;
  margin-left: -12px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.flex-gutters-f-4 > [class*="flex-col"] {
  padding-right: 12px;
  padding-left: 12px;
}

.flex-gutters-f-4 > [class*="flex-col"] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.flex-gutters-15-r {
  margin-right: -7px;
  margin-left: -7px;
}

.flex-gutters-15-r > [class*="flex-col"] {
  padding-right: 7px;
  padding-left: 7px;
}

@media screen and (min-width: 769px) {
  .flex-gutters-15-r {
    margin-right: -15px;
    margin-left: -15px;
  }
  .flex-gutters-15-r > [class*="flex-col"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.flex-gutters-32-r {
  margin-right: -16px;
  margin-left: -16px;
}

.flex-gutters-32-r > [class*="flex-col"] {
  padding-right: 16px;
  padding-left: 16px;
}

@media screen and (min-width: 769px) {
  .flex-gutters-32-r {
    margin-right: -32px;
    margin-left: -32px;
  }
  .flex-gutters-32-r > [class*="flex-col"] {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.flex-gutters-5-r {
  margin-right: -8px;
  margin-left: -8px;
  margin-top: -8px;
  margin-bottom: -8px;
}

.flex-gutters-5-r > [class*="flex-col"] {
  padding-right: 8px;
  padding-left: 8px;
}

.flex-gutters-5-r > [class*="flex-col"] {
  padding-top: 8px;
  padding-bottom: 8px;
}

@media screen and (min-width: 769px) {
  .flex-gutters-5-r {
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -16px;
    margin-bottom: -16px;
  }
  .flex-gutters-5-r > [class*="flex-col"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .flex-gutters-5-r > [class*="flex-col"] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.flex-gutters-4-r {
  margin-right: -6px;
  margin-left: -6px;
  margin-top: -6px;
  margin-bottom: -6px;
}

.flex-gutters-4-r > [class*="flex-col"] {
  padding-right: 6px;
  padding-left: 6px;
}

.flex-gutters-4-r > [class*="flex-col"] {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media screen and (min-width: 769px) {
  .flex-gutters-4-r {
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px;
    margin-bottom: -12px;
  }
  .flex-gutters-4-r > [class*="flex-col"] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .flex-gutters-4-r > [class*="flex-col"] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .flex-gutters-8-tablet {
    margin-right: -8px;
    margin-left: -8px;
  }
  .flex-gutters-8-tablet > [class*="flex-col"] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .flex-v-gutters-tablet {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .flex-v-gutters-tablet > [class*="flex-col"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex-v-gutters-tablet > [class*="flex-col"] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.flex-gutters-y-40 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.flex-gutters-y-40 > [class*="flex-col"] {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.flex-order-2 {
  order: 2;
}

.v-flex-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
}

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

.flex-dynamic {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
}

@media screen and (min-width: 801px) {
  .flex-static-desktop {
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .flex-dynamic-tablet {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
  }
}

@media screen and (max-width: 800px) {
  .flex-dynamic-800 {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 1;
    width: auto;
  }
}

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

.flex-config-wrap-space > [class*="flex-col"] {
  margin-bottom: 20px;
}

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

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

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

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

.flex-config-centered {
  justify-content: center;
  align-items: center;
}

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

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

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

.flex-config-spaced {
  justify-content: space-between;
}

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

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

[class*="flex-col"].radio + [class*="flex-col"].radio,
[class*="flex-col"].checkbox + [class*="flex-col"].checkbox {
  margin-top: 10px;
}

.grid-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-row > * {
  -ms-grid-row-align: center;
  align-self: center;
}

.grid-config-dynamic-start {
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
}

.grid-config-dynamic-start .grid-col-dynamic {
  -ms-grid-column: 1;
  grid-column: 1;
}

.grid-config-dynamic-start .grid-col-static {
  -ms-grid-column: 2;
  grid-column: 2;
}

.grid-config-dynamic-end {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

.grid-config-dynamic-end .grid-col-dynamic {
  -ms-grid-column: 2;
  grid-column: 2;
}

.grid-config-dynamic-end .grid-col-static {
  -ms-grid-column: 1;
  grid-column: 1;
}

.grid-col-dynamic {
  flex-shrink: 0;
  flex-grow: 0;
}

.grid-col-static {
  flex-shrink: 1;
  flex-grow: 1;
}

.relative {
  position: relative;
}

.angular-load-fix:not(.loaded) {
  display: none;
}

.round {
  border-radius: 6px;
  background-clip: padding-box;
}

.round-big {
  border-radius: 16px;
  background-clip: padding-box;
}

.round-top {
  border-radius: 6px 6px 0 0;
  background-clip: padding-box;
}

.circle {
  border-radius: 50%;
  background-clip: padding-box;
  background-size: 100% auto;
}

.clickable {
  cursor: pointer;
}

.no-overflow {
  overflow: hidden;
}

.not-clickable {
  pointer-events: none;
}

.max-100 {
  max-width: 100px;
}

.max-130 {
  max-width: 130px;
}

.max-150 {
  max-width: 150px;
}

.max-200 {
  max-width: 200px;
}

.max-250 {
  max-width: 250px;
}

.max-300 {
  max-width: 300px;
}

.max-330 {
  max-width: 330px;
}

.max-350 {
  max-width: 350px;
}

.max-360 {
  max-width: 360px;
}

.max-375 {
  max-width: 375px;
}

.max-400 {
  max-width: 400px;
}

.max-410 {
  max-width: 410px;
}

.max-450 {
  max-width: 450px;
}

.max-500 {
  max-width: 500px;
}

.max-525 {
  max-width: 525px;
}

.max-550 {
  max-width: 550px;
}

.max-600 {
  max-width: 600px;
}

.max-650 {
  max-width: 650px;
}

.max-700 {
  max-width: 700px;
}

.max-725 {
  max-width: 725px;
}

.max-760 {
  max-width: 760px;
}

.max-800 {
  max-width: 800px;
}

.max-900 {
  max-width: 900px;
}

.max-1000 {
  max-width: 1000px;
}

.max-1080 {
  max-width: 1080px;
}

.width-100 {
  width: 100%;
}

.min-64 {
  min-width: 64px;
}

.min-118 {
  min-width: 118px;
}

.min-150 {
  min-width: 150px;
}

.min-190 {
  min-width: 190px;
}

@media screen and (min-width: 769px) {
  .min-150-tablet {
    min-width: 150px;
  }
}

@media screen and (min-width: 769px) {
  .min-190-tablet {
    min-width: 190px;
  }
}

.height-100 {
  position: relative;
  height: 100%;
}

.height-50 {
  position: relative;
  height: 50%;
}

.height-33 {
  position: relative;
  height: 33.333%;
}

.mh-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mv-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

.pf-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pv-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ph-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.pf-1-r {
  padding: 2px !important;
}

@media screen and (min-width: 768px) {
  .pf-1-r {
    padding: 4px !important;
  }
}

.pf-1 {
  padding: 4px !important;
}

.pt-1-r {
  padding-top: 2px !important;
}

@media screen and (min-width: 768px) {
  .pt-1-r {
    padding-top: 4px !important;
  }
}

.pt-1 {
  padding-top: 4px !important;
}

.pr-1-r {
  padding-right: 2px !important;
}

@media screen and (min-width: 768px) {
  .pr-1-r {
    padding-right: 4px !important;
  }
}

.pr-1 {
  padding-right: 4px !important;
}

.pb-1-r {
  padding-bottom: 2px !important;
}

@media screen and (min-width: 768px) {
  .pb-1-r {
    padding-bottom: 4px !important;
  }
}

.pb-1 {
  padding-bottom: 4px !important;
}

.pl-1-r {
  padding-left: 2px !important;
}

@media screen and (min-width: 768px) {
  .pl-1-r {
    padding-left: 4px !important;
  }
}

.pl-1 {
  padding-left: 4px !important;
}

.pv-1-r {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

@media screen and (min-width: 768px) {
  .pv-1-r {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

.pv-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ph-1-r {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

@media screen and (min-width: 768px) {
  .ph-1-r {
    padding-right: 4px !important;
    padding-left: 4px !important;
  }
}

.ph-1 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.pf-2-r {
  padding: 4px !important;
}

@media screen and (min-width: 768px) {
  .pf-2-r {
    padding: 8px !important;
  }
}

.pf-2 {
  padding: 8px !important;
}

.pt-2-r {
  padding-top: 4px !important;
}

@media screen and (min-width: 768px) {
  .pt-2-r {
    padding-top: 8px !important;
  }
}

.pt-2 {
  padding-top: 8px !important;
}

.pr-2-r {
  padding-right: 4px !important;
}

@media screen and (min-width: 768px) {
  .pr-2-r {
    padding-right: 8px !important;
  }
}

.pr-2 {
  padding-right: 8px !important;
}

.pb-2-r {
  padding-bottom: 4px !important;
}

@media screen and (min-width: 768px) {
  .pb-2-r {
    padding-bottom: 8px !important;
  }
}

.pb-2 {
  padding-bottom: 8px !important;
}

.pl-2-r {
  padding-left: 4px !important;
}

@media screen and (min-width: 768px) {
  .pl-2-r {
    padding-left: 8px !important;
  }
}

.pl-2 {
  padding-left: 8px !important;
}

.pv-2-r {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

@media screen and (min-width: 768px) {
  .pv-2-r {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}

.pv-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.ph-2-r {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

@media screen and (min-width: 768px) {
  .ph-2-r {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

.ph-2 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.pf-3-r {
  padding: 8px !important;
}

@media screen and (min-width: 768px) {
  .pf-3-r {
    padding: 16px !important;
  }
}

.pf-3 {
  padding: 16px !important;
}

.pt-3-r {
  padding-top: 8px !important;
}

@media screen and (min-width: 768px) {
  .pt-3-r {
    padding-top: 16px !important;
  }
}

.pt-3 {
  padding-top: 16px !important;
}

.pr-3-r {
  padding-right: 8px !important;
}

@media screen and (min-width: 768px) {
  .pr-3-r {
    padding-right: 16px !important;
  }
}

.pr-3 {
  padding-right: 16px !important;
}

.pb-3-r {
  padding-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
  .pb-3-r {
    padding-bottom: 16px !important;
  }
}

.pb-3 {
  padding-bottom: 16px !important;
}

.pl-3-r {
  padding-left: 8px !important;
}

@media screen and (min-width: 768px) {
  .pl-3-r {
    padding-left: 16px !important;
  }
}

.pl-3 {
  padding-left: 16px !important;
}

.pv-3-r {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
  .pv-3-r {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

.pv-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.ph-3-r {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

@media screen and (min-width: 768px) {
  .ph-3-r {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

.ph-3 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.pf-4-r {
  padding: 12px !important;
}

@media screen and (min-width: 768px) {
  .pf-4-r {
    padding: 24px !important;
  }
}

.pf-4 {
  padding: 24px !important;
}

.pt-4-r {
  padding-top: 12px !important;
}

@media screen and (min-width: 768px) {
  .pt-4-r {
    padding-top: 24px !important;
  }
}

.pt-4 {
  padding-top: 24px !important;
}

.pr-4-r {
  padding-right: 12px !important;
}

@media screen and (min-width: 768px) {
  .pr-4-r {
    padding-right: 24px !important;
  }
}

.pr-4 {
  padding-right: 24px !important;
}

.pb-4-r {
  padding-bottom: 12px !important;
}

@media screen and (min-width: 768px) {
  .pb-4-r {
    padding-bottom: 24px !important;
  }
}

.pb-4 {
  padding-bottom: 24px !important;
}

.pl-4-r {
  padding-left: 12px !important;
}

@media screen and (min-width: 768px) {
  .pl-4-r {
    padding-left: 24px !important;
  }
}

.pl-4 {
  padding-left: 24px !important;
}

.pv-4-r {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

@media screen and (min-width: 768px) {
  .pv-4-r {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}

.pv-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.ph-4-r {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

@media screen and (min-width: 768px) {
  .ph-4-r {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
}

.ph-4 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.pf-5-r {
  padding: 16px !important;
}

@media screen and (min-width: 768px) {
  .pf-5-r {
    padding: 32px !important;
  }
}

.pf-5 {
  padding: 32px !important;
}

.pt-5-r {
  padding-top: 16px !important;
}

@media screen and (min-width: 768px) {
  .pt-5-r {
    padding-top: 32px !important;
  }
}

.pt-5 {
  padding-top: 32px !important;
}

.pr-5-r {
  padding-right: 16px !important;
}

@media screen and (min-width: 768px) {
  .pr-5-r {
    padding-right: 32px !important;
  }
}

.pr-5 {
  padding-right: 32px !important;
}

.pb-5-r {
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .pb-5-r {
    padding-bottom: 32px !important;
  }
}

.pb-5 {
  padding-bottom: 32px !important;
}

.pl-5-r {
  padding-left: 16px !important;
}

@media screen and (min-width: 768px) {
  .pl-5-r {
    padding-left: 32px !important;
  }
}

.pl-5 {
  padding-left: 32px !important;
}

.pv-5-r {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .pv-5-r {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

.pv-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.ph-5-r {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

@media screen and (min-width: 768px) {
  .ph-5-r {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }
}

.ph-5 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.pf-6-r {
  padding: 24px !important;
}

@media screen and (min-width: 768px) {
  .pf-6-r {
    padding: 48px !important;
  }
}

.pf-6 {
  padding: 48px !important;
}

.pt-6-r {
  padding-top: 24px !important;
}

@media screen and (min-width: 768px) {
  .pt-6-r {
    padding-top: 48px !important;
  }
}

.pt-6 {
  padding-top: 48px !important;
}

.pr-6-r {
  padding-right: 24px !important;
}

@media screen and (min-width: 768px) {
  .pr-6-r {
    padding-right: 48px !important;
  }
}

.pr-6 {
  padding-right: 48px !important;
}

.pb-6-r {
  padding-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  .pb-6-r {
    padding-bottom: 48px !important;
  }
}

.pb-6 {
  padding-bottom: 48px !important;
}

.pl-6-r {
  padding-left: 24px !important;
}

@media screen and (min-width: 768px) {
  .pl-6-r {
    padding-left: 48px !important;
  }
}

.pl-6 {
  padding-left: 48px !important;
}

.pv-6-r {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  .pv-6-r {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}

.pv-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.ph-6-r {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

@media screen and (min-width: 768px) {
  .ph-6-r {
    padding-right: 48px !important;
    padding-left: 48px !important;
  }
}

.ph-6 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.pf-7-r {
  padding: 32px !important;
}

@media screen and (min-width: 768px) {
  .pf-7-r {
    padding: 64px !important;
  }
}

.pf-7 {
  padding: 64px !important;
}

.pt-7-r {
  padding-top: 32px !important;
}

@media screen and (min-width: 768px) {
  .pt-7-r {
    padding-top: 64px !important;
  }
}

.pt-7 {
  padding-top: 64px !important;
}

.pr-7-r {
  padding-right: 32px !important;
}

@media screen and (min-width: 768px) {
  .pr-7-r {
    padding-right: 64px !important;
  }
}

.pr-7 {
  padding-right: 64px !important;
}

.pb-7-r {
  padding-bottom: 32px !important;
}

@media screen and (min-width: 768px) {
  .pb-7-r {
    padding-bottom: 64px !important;
  }
}

.pb-7 {
  padding-bottom: 64px !important;
}

.pl-7-r {
  padding-left: 32px !important;
}

@media screen and (min-width: 768px) {
  .pl-7-r {
    padding-left: 64px !important;
  }
}

.pl-7 {
  padding-left: 64px !important;
}

.pv-7-r {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

@media screen and (min-width: 768px) {
  .pv-7-r {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}

.pv-7 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.ph-7-r {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

@media screen and (min-width: 768px) {
  .ph-7-r {
    padding-right: 64px !important;
    padding-left: 64px !important;
  }
}

.ph-7 {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

.pf-8-r {
  padding: 64px !important;
}

@media screen and (min-width: 768px) {
  .pf-8-r {
    padding: 128px !important;
  }
}

.pf-8 {
  padding: 128px !important;
}

.pt-8-r {
  padding-top: 64px !important;
}

@media screen and (min-width: 768px) {
  .pt-8-r {
    padding-top: 128px !important;
  }
}

.pt-8 {
  padding-top: 128px !important;
}

.pr-8-r {
  padding-right: 64px !important;
}

@media screen and (min-width: 768px) {
  .pr-8-r {
    padding-right: 128px !important;
  }
}

.pr-8 {
  padding-right: 128px !important;
}

.pb-8-r {
  padding-bottom: 64px !important;
}

@media screen and (min-width: 768px) {
  .pb-8-r {
    padding-bottom: 128px !important;
  }
}

.pb-8 {
  padding-bottom: 128px !important;
}

.pl-8-r {
  padding-left: 64px !important;
}

@media screen and (min-width: 768px) {
  .pl-8-r {
    padding-left: 128px !important;
  }
}

.pl-8 {
  padding-left: 128px !important;
}

.pv-8-r {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

@media screen and (min-width: 768px) {
  .pv-8-r {
    padding-top: 128px !important;
    padding-bottom: 128px !important;
  }
}

.pv-8 {
  padding-top: 128px !important;
  padding-bottom: 128px !important;
}

.ph-8-r {
  padding-right: 64px !important;
  padding-left: 64px !important;
}

@media screen and (min-width: 768px) {
  .ph-8-r {
    padding-right: 128px !important;
    padding-left: 128px !important;
  }
}

.ph-8 {
  padding-right: 128px !important;
  padding-left: 128px !important;
}

.pf-9-r {
  padding: 40px !important;
}

@media screen and (min-width: 768px) {
  .pf-9-r {
    padding: 80px !important;
  }
}

.pf-9 {
  padding: 80px !important;
}

.pt-9-r {
  padding-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .pt-9-r {
    padding-top: 80px !important;
  }
}

.pt-9 {
  padding-top: 80px !important;
}

.pr-9-r {
  padding-right: 40px !important;
}

@media screen and (min-width: 768px) {
  .pr-9-r {
    padding-right: 80px !important;
  }
}

.pr-9 {
  padding-right: 80px !important;
}

.pb-9-r {
  padding-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
  .pb-9-r {
    padding-bottom: 80px !important;
  }
}

.pb-9 {
  padding-bottom: 80px !important;
}

.pl-9-r {
  padding-left: 40px !important;
}

@media screen and (min-width: 768px) {
  .pl-9-r {
    padding-left: 80px !important;
  }
}

.pl-9 {
  padding-left: 80px !important;
}

.pv-9-r {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
  .pv-9-r {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

.pv-9 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.ph-9-r {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

@media screen and (min-width: 768px) {
  .ph-9-r {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
}

.ph-9 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.mf-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mv-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mh-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mf-1-r {
  margin: 2px !important;
}

@media screen and (min-width: 768px) {
  .mf-1-r {
    margin: 4px !important;
  }
}

.mf-1 {
  margin: 4px !important;
}

.mt-1-r {
  margin-top: 2px !important;
}

@media screen and (min-width: 768px) {
  .mt-1-r {
    margin-top: 4px !important;
  }
}

.mt-1 {
  margin-top: 4px !important;
}

.mr-1-r {
  margin-right: 2px !important;
}

@media screen and (min-width: 768px) {
  .mr-1-r {
    margin-right: 4px !important;
  }
}

.mr-1 {
  margin-right: 4px !important;
}

.mb-1-r {
  margin-bottom: 2px !important;
}

@media screen and (min-width: 768px) {
  .mb-1-r {
    margin-bottom: 4px !important;
  }
}

.mb-1 {
  margin-bottom: 4px !important;
}

.ml-1-r {
  margin-left: 2px !important;
}

@media screen and (min-width: 768px) {
  .ml-1-r {
    margin-left: 4px !important;
  }
}

.ml-1 {
  margin-left: 4px !important;
}

.mv-1-r {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

@media screen and (min-width: 768px) {
  .mv-1-r {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
}

.mv-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mh-1-r {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

@media screen and (min-width: 768px) {
  .mh-1-r {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}

.mh-1 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.mf-2-r {
  margin: 4px !important;
}

@media screen and (min-width: 768px) {
  .mf-2-r {
    margin: 8px !important;
  }
}

.mf-2 {
  margin: 8px !important;
}

.mt-2-r {
  margin-top: 4px !important;
}

@media screen and (min-width: 768px) {
  .mt-2-r {
    margin-top: 8px !important;
  }
}

.mt-2 {
  margin-top: 8px !important;
}

.mr-2-r {
  margin-right: 4px !important;
}

@media screen and (min-width: 768px) {
  .mr-2-r {
    margin-right: 8px !important;
  }
}

.mr-2 {
  margin-right: 8px !important;
}

.mb-2-r {
  margin-bottom: 4px !important;
}

@media screen and (min-width: 768px) {
  .mb-2-r {
    margin-bottom: 8px !important;
  }
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ml-2-r {
  margin-left: 4px !important;
}

@media screen and (min-width: 768px) {
  .ml-2-r {
    margin-left: 8px !important;
  }
}

.ml-2 {
  margin-left: 8px !important;
}

.mv-2-r {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

@media screen and (min-width: 768px) {
  .mv-2-r {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
}

.mv-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mh-2-r {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

@media screen and (min-width: 768px) {
  .mh-2-r {
    margin-right: 8px !important;
    margin-left: 8px !important;
  }
}

.mh-2 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.mf-3-r {
  margin: 8px !important;
}

@media screen and (min-width: 768px) {
  .mf-3-r {
    margin: 16px !important;
  }
}

.mf-3 {
  margin: 16px !important;
}

.mt-3-r {
  margin-top: 8px !important;
}

@media screen and (min-width: 768px) {
  .mt-3-r {
    margin-top: 16px !important;
  }
}

.mt-3 {
  margin-top: 16px !important;
}

.mr-3-r {
  margin-right: 8px !important;
}

@media screen and (min-width: 768px) {
  .mr-3-r {
    margin-right: 16px !important;
  }
}

.mr-3 {
  margin-right: 16px !important;
}

.mb-3-r {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
  .mb-3-r {
    margin-bottom: 16px !important;
  }
}

.mb-3 {
  margin-bottom: 16px !important;
}

.ml-3-r {
  margin-left: 8px !important;
}

@media screen and (min-width: 768px) {
  .ml-3-r {
    margin-left: 16px !important;
  }
}

.ml-3 {
  margin-left: 16px !important;
}

.mv-3-r {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media screen and (min-width: 768px) {
  .mv-3-r {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
}

.mv-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.mh-3-r {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

@media screen and (min-width: 768px) {
  .mh-3-r {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }
}

.mh-3 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mf-4-r {
  margin: 12px !important;
}

@media screen and (min-width: 768px) {
  .mf-4-r {
    margin: 24px !important;
  }
}

.mf-4 {
  margin: 24px !important;
}

.mt-4-r {
  margin-top: 12px !important;
}

@media screen and (min-width: 768px) {
  .mt-4-r {
    margin-top: 24px !important;
  }
}

.mt-4 {
  margin-top: 24px !important;
}

.mr-4-r {
  margin-right: 12px !important;
}

@media screen and (min-width: 768px) {
  .mr-4-r {
    margin-right: 24px !important;
  }
}

.mr-4 {
  margin-right: 24px !important;
}

.mb-4-r {
  margin-bottom: 12px !important;
}

@media screen and (min-width: 768px) {
  .mb-4-r {
    margin-bottom: 24px !important;
  }
}

.mb-4 {
  margin-bottom: 24px !important;
}

.ml-4-r {
  margin-left: 12px !important;
}

@media screen and (min-width: 768px) {
  .ml-4-r {
    margin-left: 24px !important;
  }
}

.ml-4 {
  margin-left: 24px !important;
}

.mv-4-r {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

@media screen and (min-width: 768px) {
  .mv-4-r {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
}

.mv-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.mh-4-r {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

@media screen and (min-width: 768px) {
  .mh-4-r {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }
}

.mh-4 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mf-5-r {
  margin: 16px !important;
}

@media screen and (min-width: 768px) {
  .mf-5-r {
    margin: 32px !important;
  }
}

.mf-5 {
  margin: 32px !important;
}

.mt-5-r {
  margin-top: 16px !important;
}

@media screen and (min-width: 768px) {
  .mt-5-r {
    margin-top: 32px !important;
  }
}

.mt-5 {
  margin-top: 32px !important;
}

.mr-5-r {
  margin-right: 16px !important;
}

@media screen and (min-width: 768px) {
  .mr-5-r {
    margin-right: 32px !important;
  }
}

.mr-5 {
  margin-right: 32px !important;
}

.mb-5-r {
  margin-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mb-5-r {
    margin-bottom: 32px !important;
  }
}

.mb-5 {
  margin-bottom: 32px !important;
}

.ml-5-r {
  margin-left: 16px !important;
}

@media screen and (min-width: 768px) {
  .ml-5-r {
    margin-left: 32px !important;
  }
}

.ml-5 {
  margin-left: 32px !important;
}

.mv-5-r {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

@media screen and (min-width: 768px) {
  .mv-5-r {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
}

.mv-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.mh-5-r {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

@media screen and (min-width: 768px) {
  .mh-5-r {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }
}

.mh-5 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mf-6-r {
  margin: 24px !important;
}

@media screen and (min-width: 768px) {
  .mf-6-r {
    margin: 48px !important;
  }
}

.mf-6 {
  margin: 48px !important;
}

.mt-6-r {
  margin-top: 24px !important;
}

@media screen and (min-width: 768px) {
  .mt-6-r {
    margin-top: 48px !important;
  }
}

.mt-6 {
  margin-top: 48px !important;
}

.mr-6-r {
  margin-right: 24px !important;
}

@media screen and (min-width: 768px) {
  .mr-6-r {
    margin-right: 48px !important;
  }
}

.mr-6 {
  margin-right: 48px !important;
}

.mb-6-r {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  .mb-6-r {
    margin-bottom: 48px !important;
  }
}

.mb-6 {
  margin-bottom: 48px !important;
}

.ml-6-r {
  margin-left: 24px !important;
}

@media screen and (min-width: 768px) {
  .ml-6-r {
    margin-left: 48px !important;
  }
}

.ml-6 {
  margin-left: 48px !important;
}

.mv-6-r {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  .mv-6-r {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
}

.mv-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.mh-6-r {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

@media screen and (min-width: 768px) {
  .mh-6-r {
    margin-right: 48px !important;
    margin-left: 48px !important;
  }
}

.mh-6 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.mf-7-r {
  margin: 32px !important;
}

@media screen and (min-width: 768px) {
  .mf-7-r {
    margin: 64px !important;
  }
}

.mf-7 {
  margin: 64px !important;
}

.mt-7-r {
  margin-top: 32px !important;
}

@media screen and (min-width: 768px) {
  .mt-7-r {
    margin-top: 64px !important;
  }
}

.mt-7 {
  margin-top: 64px !important;
}

.mr-7-r {
  margin-right: 32px !important;
}

@media screen and (min-width: 768px) {
  .mr-7-r {
    margin-right: 64px !important;
  }
}

.mr-7 {
  margin-right: 64px !important;
}

.mb-7-r {
  margin-bottom: 32px !important;
}

@media screen and (min-width: 768px) {
  .mb-7-r {
    margin-bottom: 64px !important;
  }
}

.mb-7 {
  margin-bottom: 64px !important;
}

.ml-7-r {
  margin-left: 32px !important;
}

@media screen and (min-width: 768px) {
  .ml-7-r {
    margin-left: 64px !important;
  }
}

.ml-7 {
  margin-left: 64px !important;
}

.mv-7-r {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

@media screen and (min-width: 768px) {
  .mv-7-r {
    margin-top: 64px !important;
    margin-bottom: 64px !important;
  }
}

.mv-7 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.mh-7-r {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

@media screen and (min-width: 768px) {
  .mh-7-r {
    margin-right: 64px !important;
    margin-left: 64px !important;
  }
}

.mh-7 {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

.mf-8-r {
  margin: 64px !important;
}

@media screen and (min-width: 768px) {
  .mf-8-r {
    margin: 128px !important;
  }
}

.mf-8 {
  margin: 128px !important;
}

.mt-8-r {
  margin-top: 64px !important;
}

@media screen and (min-width: 768px) {
  .mt-8-r {
    margin-top: 128px !important;
  }
}

.mt-8 {
  margin-top: 128px !important;
}

.mr-8-r {
  margin-right: 64px !important;
}

@media screen and (min-width: 768px) {
  .mr-8-r {
    margin-right: 128px !important;
  }
}

.mr-8 {
  margin-right: 128px !important;
}

.mb-8-r {
  margin-bottom: 64px !important;
}

@media screen and (min-width: 768px) {
  .mb-8-r {
    margin-bottom: 128px !important;
  }
}

.mb-8 {
  margin-bottom: 128px !important;
}

.ml-8-r {
  margin-left: 64px !important;
}

@media screen and (min-width: 768px) {
  .ml-8-r {
    margin-left: 128px !important;
  }
}

.ml-8 {
  margin-left: 128px !important;
}

.mv-8-r {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

@media screen and (min-width: 768px) {
  .mv-8-r {
    margin-top: 128px !important;
    margin-bottom: 128px !important;
  }
}

.mv-8 {
  margin-top: 128px !important;
  margin-bottom: 128px !important;
}

.mh-8-r {
  margin-right: 64px !important;
  margin-left: 64px !important;
}

@media screen and (min-width: 768px) {
  .mh-8-r {
    margin-right: 128px !important;
    margin-left: 128px !important;
  }
}

.mh-8 {
  margin-right: 128px !important;
  margin-left: 128px !important;
}

.mf-9-r {
  margin: 40px !important;
}

@media screen and (min-width: 768px) {
  .mf-9-r {
    margin: 80px !important;
  }
}

.mf-9 {
  margin: 80px !important;
}

.mt-9-r {
  margin-top: 40px !important;
}

@media screen and (min-width: 768px) {
  .mt-9-r {
    margin-top: 80px !important;
  }
}

.mt-9 {
  margin-top: 80px !important;
}

.mr-9-r {
  margin-right: 40px !important;
}

@media screen and (min-width: 768px) {
  .mr-9-r {
    margin-right: 80px !important;
  }
}

.mr-9 {
  margin-right: 80px !important;
}

.mb-9-r {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
  .mb-9-r {
    margin-bottom: 80px !important;
  }
}

.mb-9 {
  margin-bottom: 80px !important;
}

.ml-9-r {
  margin-left: 40px !important;
}

@media screen and (min-width: 768px) {
  .ml-9-r {
    margin-left: 80px !important;
  }
}

.ml-9 {
  margin-left: 80px !important;
}

.mv-9-r {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
  .mv-9-r {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

.mv-9 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mh-9-r {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

@media screen and (min-width: 768px) {
  .mh-9-r {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
}

.mh-9 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.spread-children-0 {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.spread-children-0 > * {
  margin-right: 0 !important;
}

.spread-children-0 > * {
  margin-bottom: 0 !important;
}

.spread-children-x-0 {
  margin-right: 0 !important;
}

.spread-children-x-0 > * {
  margin-right: 0 !important;
}

.spread-children-y-0 {
  margin-bottom: 0 !important;
}

.spread-children-y-0 > * {
  margin-bottom: 0 !important;
}

.spread-children-1 {
  margin-right: -4px !important;
  margin-bottom: -4px !important;
}

.spread-children-1 > * {
  margin-right: 4px !important;
}

.spread-children-1 > * {
  margin-bottom: 4px !important;
}

.spread-children-x-1 {
  margin-right: -4px !important;
}

.spread-children-x-1 > * {
  margin-right: 4px !important;
}

.spread-children-y-1 {
  margin-bottom: -4px !important;
}

.spread-children-y-1 > * {
  margin-bottom: 4px !important;
}

.spread-children-2 {
  margin-right: -8px !important;
  margin-bottom: -8px !important;
}

.spread-children-2 > * {
  margin-right: 8px !important;
}

.spread-children-2 > * {
  margin-bottom: 8px !important;
}

.spread-children-x-2 {
  margin-right: -8px !important;
}

.spread-children-x-2 > * {
  margin-right: 8px !important;
}

.spread-children-y-2 {
  margin-bottom: -8px !important;
}

.spread-children-y-2 > * {
  margin-bottom: 8px !important;
}

.spread-children-3 {
  margin-right: -16px !important;
  margin-bottom: -16px !important;
}

.spread-children-3 > * {
  margin-right: 16px !important;
}

.spread-children-3 > * {
  margin-bottom: 16px !important;
}

.spread-children-x-3 {
  margin-right: -16px !important;
}

.spread-children-x-3 > * {
  margin-right: 16px !important;
}

.spread-children-y-3 {
  margin-bottom: -16px !important;
}

.spread-children-y-3 > * {
  margin-bottom: 16px !important;
}

.spread-children-4 {
  margin-right: -24px !important;
  margin-bottom: -24px !important;
}

.spread-children-4 > * {
  margin-right: 24px !important;
}

.spread-children-4 > * {
  margin-bottom: 24px !important;
}

.spread-children-x-4 {
  margin-right: -24px !important;
}

.spread-children-x-4 > * {
  margin-right: 24px !important;
}

.spread-children-y-4 {
  margin-bottom: -24px !important;
}

.spread-children-y-4 > * {
  margin-bottom: 24px !important;
}

.spread-children-5 {
  margin-right: -32px !important;
  margin-bottom: -32px !important;
}

.spread-children-5 > * {
  margin-right: 32px !important;
}

.spread-children-5 > * {
  margin-bottom: 32px !important;
}

.spread-children-x-5 {
  margin-right: -32px !important;
}

.spread-children-x-5 > * {
  margin-right: 32px !important;
}

.spread-children-y-5 {
  margin-bottom: -32px !important;
}

.spread-children-y-5 > * {
  margin-bottom: 32px !important;
}

.spread-children-6 {
  margin-right: -48px !important;
  margin-bottom: -48px !important;
}

.spread-children-6 > * {
  margin-right: 48px !important;
}

.spread-children-6 > * {
  margin-bottom: 48px !important;
}

.spread-children-x-6 {
  margin-right: -48px !important;
}

.spread-children-x-6 > * {
  margin-right: 48px !important;
}

.spread-children-y-6 {
  margin-bottom: -48px !important;
}

.spread-children-y-6 > * {
  margin-bottom: 48px !important;
}

.spread-children-7 {
  margin-right: -64px !important;
  margin-bottom: -64px !important;
}

.spread-children-7 > * {
  margin-right: 64px !important;
}

.spread-children-7 > * {
  margin-bottom: 64px !important;
}

.spread-children-x-7 {
  margin-right: -64px !important;
}

.spread-children-x-7 > * {
  margin-right: 64px !important;
}

.spread-children-y-7 {
  margin-bottom: -64px !important;
}

.spread-children-y-7 > * {
  margin-bottom: 64px !important;
}

.spread-children-8 {
  margin-right: -128px !important;
  margin-bottom: -128px !important;
}

.spread-children-8 > * {
  margin-right: 128px !important;
}

.spread-children-8 > * {
  margin-bottom: 128px !important;
}

.spread-children-x-8 {
  margin-right: -128px !important;
}

.spread-children-x-8 > * {
  margin-right: 128px !important;
}

.spread-children-y-8 {
  margin-bottom: -128px !important;
}

.spread-children-y-8 > * {
  margin-bottom: 128px !important;
}

.spread-children-9 {
  margin-right: -80px !important;
  margin-bottom: -80px !important;
}

.spread-children-9 > * {
  margin-right: 80px !important;
}

.spread-children-9 > * {
  margin-bottom: 80px !important;
}

.spread-children-x-9 {
  margin-right: -80px !important;
}

.spread-children-x-9 > * {
  margin-right: 80px !important;
}

.spread-children-y-9 {
  margin-bottom: -80px !important;
}

.spread-children-y-9 > * {
  margin-bottom: 80px !important;
}

.br-desktop {
  display: none;
}

@media screen and (min-width: 1001px) {
  .br-desktop {
    display: block;
  }
}

.br-tablet {
  display: none;
}

@media screen and (min-width: 769px) {
  .br-tablet {
    display: block;
  }
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.visually-hidden {
  pointer-events: none !important;
  opacity: 0 !important;
}

.sb-hide {
  pointer-events: none !important;
  display: none !important;
}

.landing-page-body-homepage .site-header .site-logo,
.landing-page-body-tallinn .site-header .site-logo {
  height: 20px;
}

.landing-page-body-homepage .site-header .site-logo a,
.landing-page-body-tallinn .site-header .site-logo a {
  background-position: left bottom;
}

.landing-page-body-homepage .homepage-singup-button,
.landing-page-body-tallinn .homepage-singup-button {
  height: 73px;
  padding: 23px 0 !important;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 1px 14px 2px rgba(0, 0, 0, 0.16);
}

.landing-page-body-homepage .homepage-singup-button.man,
.landing-page-body-tallinn .homepage-singup-button.man {
  background-color: #111;
  background-image: linear-gradient(75deg, #000 0%, #6e6e6e 100%);
}

.landing-page-body-homepage .homepage-singup-button.woman,
.landing-page-body-tallinn .homepage-singup-button.woman {
  background-color: #a33efd;
  background-image: linear-gradient(
    255deg,
    var(--sb-signup-button-secondary-color) 0%,
    var(--sb-primary-color) 100%
  );
}

.landing-page-body-homepage .banner-container .homepage-title,
.landing-page-body-tallinn .banner-container .homepage-title {
  margin-top: 16px !important;
  font-family: "Lexend Deca", sans-serif;
}

.landing-page-body-homepage .banner-container .homepage-subtitle,
.landing-page-body-tallinn .banner-container .homepage-subtitle {
  margin-bottom: 32px !important;
  color: #717171;
}

.landing-page-body-homepage .banner-container .homepage-photo,
.landing-page-body-tallinn .banner-container .homepage-photo {
  width: 390px;
  height: 788px;
  box-shadow: none;
}

@media screen and (max-width: 768px) {
  .landing-page-body-homepage .banner-container .homepage-photo,
  .landing-page-body-tallinn .banner-container .homepage-photo {
    width: auto;
    height: 630px;
  }
}

.landing-page-body-homepage .benefactor-steps,
.landing-page-body-tallinn .benefactor-steps {
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .landing-page-body-homepage .benefactor-steps,
  .landing-page-body-tallinn .benefactor-steps {
    margin-top: 24px !important;
  }
}

.landing-page-body-homepage .benefactor-steps .step,
.landing-page-body-tallinn .benefactor-steps .step {
  display: flex;
  flex: 1 0 auto;
  flex-direction: row;
}

.landing-page-body-homepage .benefactor-steps .step-icon,
.landing-page-body-tallinn .benefactor-steps .step-icon {
  width: 100px;
  height: 100px;
  margin: 20px 48px 20px 0;
}

@media screen and (max-width: 768px) {
  .landing-page-body-homepage .benefactor-steps .step-icon,
  .landing-page-body-tallinn .benefactor-steps .step-icon {
    min-width: 70px;
    height: 70px;
    margin-right: 16px;
  }
}

.landing-page-body-homepage .benefactor-steps .step-description,
.landing-page-body-tallinn .benefactor-steps .step-description {
  text-align: left;
}

.landing-page-body-homepage .benefactor-steps .step-title,
.landing-page-body-tallinn .benefactor-steps .step-title {
  font-family: "Lexend Deca", sans-serif;
  font-size: 32px;
}

.landing-page-body-homepage .profile-type-modal .btn.man,
.landing-page-body-homepage .profile-type-modal .btn.woman,
.landing-page-body-tallinn .profile-type-modal .btn.man,
.landing-page-body-tallinn .profile-type-modal .btn.woman {
  height: 63px;
}

@media screen and (max-width: 768px) {
  .landing-page-body-homepage .profile-type-modal .btn.man,
  .landing-page-body-homepage .profile-type-modal .btn.woman,
  .landing-page-body-tallinn .profile-type-modal .btn.man,
  .landing-page-body-tallinn .profile-type-modal .btn.woman {
    height: 43px;
    padding: 13px 25px !important;
  }
}

.landing-page-body-homepage .signup-below .btn.man,
.landing-page-body-homepage .signup-below .btn.woman,
.landing-page-body-tallinn .signup-below .btn.man,
.landing-page-body-tallinn .signup-below .btn.woman {
  height: 52px;
  padding: 13px 25px !important;
}

@media screen and (max-width: 768px) {
  .landing-page-body-homepage .signup-below .btn.man,
  .landing-page-body-homepage .signup-below .btn.woman,
  .landing-page-body-tallinn .signup-below .btn.man,
  .landing-page-body-tallinn .signup-below .btn.woman {
    height: 43px;
  }
}

@media screen and (min-width: 1001px) {
  .landing-page-body-homepage .homepage-title,
  .landing-page-body-tallinn .homepage-title {
    min-width: 593px;
  }
}

.landing-page-body-homepage .homepage-subtitle,
.landing-page-body-tallinn .homepage-subtitle {
  font-family: "Lexend Deca", sans-serif;
}

.landing-page-body-homepage .benefactor-steps .step-caption,
.landing-page-body-tallinn .benefactor-steps .step-caption {
  font-family: "Lexend Deca", sans-serif;
}

@media screen and (max-width: 768px) {
  .landing-page-body-homepage .benefactor-steps .step-title,
  .landing-page-body-tallinn .benefactor-steps .step-title {
    font-size: 27px;
  }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
  }

  .signupbox {
    position: absolute;
    bottom: calc(0px + 60px);
    width: calc(100% - 10px);
  }
}
