@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic");
@import url("https://fonts.googleapis.com/css?family=Orbitron:700");
iframe#agreement-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  border: none;
}

iframe#iframe-tutorial {
  width: 100%;
  height: 600px;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, .btn,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, .btn,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, .btn,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, .btn,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, .btn::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, .btn:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  height: 32px;
  line-height: 30px;
  width: auto;
  outline: none;
  padding-left: 12px;
  padding-right: 24px;
  margin-bottom: 12px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:hover, .nice-select:focus, .nice-select:active, .nice-select.open {
  border-color: #167dde;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  width: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  max-height: 350px;
  overflow-y: scroll;
  left: 0 !important;
  right: 0 !important;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-16px);
  -ms-transform: scale(0.75) translateY(-16px);
  transform: scale(0.75) translateY(-16px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 30px;
  min-height: 30px;
  list-style: none;
  outline: none;
  padding-left: 12px;
  padding-right: 23px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px;
}
.nice-select .option:hover, .nice-select .option.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.selected.focus {
  background-color: #e6f7ff;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8;
}

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

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

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.justify {
  text-align: justify;
}

.hidden-sm {
  display: none;
}

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 33.75em) {
  .container {
    width: 80%;
  }
}
@media only screen and (min-width: 60em) {
  .container {
    width: 75%;
    max-width: 60rem;
  }
}

.row {
  position: relative;
  width: 100%;
}

.row [class^=col] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%;
}

.col-1-sm {
  width: 4.3333333333%;
}

.col-2-sm {
  width: 12.6666666667%;
}

.col-3-sm {
  width: 21%;
}

.col-4-sm {
  width: 29.3333333333%;
}

.col-5-sm {
  width: 37.6666666667%;
}

.col-6-sm {
  width: 46%;
}

.col-7-sm {
  width: 54.3333333333%;
}

.col-8-sm {
  width: 62.6666666667%;
}

.col-9-sm {
  width: 71%;
}

.col-10-sm {
  width: 79.3333333333%;
}

.col-11-sm {
  width: 87.6666666667%;
}

.col-12-sm {
  width: 96%;
}

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.3333333333%;
  }
  .col-2 {
    width: 12.6666666667%;
  }
  .col-3 {
    width: 21%;
  }
  .col-4 {
    width: 29.3333333333%;
  }
  .col-5 {
    width: 37.6666666667%;
  }
  .col-6 {
    width: 46%;
  }
  .col-7 {
    width: 54.3333333333%;
  }
  .col-8 {
    width: 62.6666666667%;
  }
  .col-9 {
    width: 71%;
  }
  .col-10 {
    width: 79.3333333333%;
  }
  .col-11 {
    width: 87.6666666667%;
  }
  .col-12 {
    width: 96%;
  }
  .hidden-sm {
    display: block;
  }
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

header {
  position: fixed;
  min-width: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: white;
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

input::-webkit-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-moz-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

.inflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.top-bar {
  position: relative;
  z-index: 1;
  height: 2.5rem;
  color: #8D8D8D;
}
.top-bar > .container {
  min-width: 1200px;
  height: 32px;
  overflow: visible;
}
@media screen and (min-width: 1900px) {
  .top-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .top-bar > .container {
    min-width: 1600px;
  }
}
.top-bar .login-items {
  margin-top: 8px;
  width: 85%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-bar .company-details {
  font-size: 12px;
  margin-right: 12px;
}
.top-bar .company-details .date {
  padding-right: 12px;
}
.top-bar .company-details .date-divider {
  display: inline-block;
  height: 10px;
  border-right: 1px solid black;
}
.top-bar .company-details .time {
  padding-left: 12px;
}
.top-bar .company-details .timenow {
  margin-right: 12px;
}
.top-bar .actions-wrapper {
  margin-left: auto;
}
.top-bar .after-login {
  margin-left: 20px;
}
.top-bar .logo {
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.top-bar .logo img {
  height: 30px;
  width: auto;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bottom-bar {
  width: 100%;
  margin-top: -28px;
  height: 4.5rem;
  background: transparent;
  color: #000;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bottom-bar > .container {
  height: 100%;
  padding-top: 5px;
  min-width: 1200px;
}
@media screen and (min-width: 1900px) {
  .bottom-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .bottom-bar > .container {
    min-width: 1600px;
  }
}
.bottom-bar .menu {
  margin-left: auto;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.bottom-bar .menu .menu-item {
  position: relative;
  font-size: 14px;
  text-align: center;
}
.bottom-bar .menu .menu-item a {
  color: #8D8D8D;
  position: relative;
}
.bottom-bar .menu .menu-item.active a {
  color: #FF8307;
}
.bottom-bar .menu .menu-item a:hover {
  color: #FF8307;
}
.bottom-bar .menu .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-left: 34px;
  margin-right: 34px;
  border-right: 1px solid #354660;
  height: 12px;
  z-index: 1;
}
.bottom-bar .actions-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .login-wrapper {
  width: 20rem;
  -webkit-box-flex: 20rem;
  -ms-flex: 20rem 0 0px;
  flex: 20rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bottom-bar .login-wrapper input.login {
  width: 6.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

body {
  min-width: 1200px;
}

body,
.container {
  min-width: 62.5rem;
}
body.large,
.container.large {
  min-width: 75rem;
}

@media (max-width: 1300px) {
  .container {
    padding-right: 50px;
  }
}
header {
  color: #8d8d8d;
}
header .container {
  overflow: hidden;
}
header .hint {
  display: block;
  width: 19px;
  height: 19px;
  top: -0.75em;
  right: 0.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
}
header .password-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .verify {
  font-size: 1.5em;
  background: #333;
}
header .verify img {
  right: 0.35rem;
  border-radius: 0.2rem;
}
header .btn {
  border: 0;
  border-style: solid;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  color: #5D5D5D;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
  cursor: pointer;
  line-height: 2em;
  height: 27px;
  width: 88px;
  padding: 0 0.6em;
  margin: 0 0.3em;
  outline: none;
}
header .btn:hover {
  background-image: linear-gradient(135deg, #E5E5E5 0%, #E5E5E5 100%);
  -webkit-transition: background-image 300ms ease;
  transition: background-image 300ms ease;
}
header .btn:active, header .btn.nice-select.open {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5));
  background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
}
header .btn.primary {
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8AC3A), to(#DE7035));
  background-image: linear-gradient(180deg, #E8AC3A 0%, #DE7035 100%);
}
header .btn.primary:hover {
  background-image: #DE7035;
  -webkit-transition: background-image 300ms ease;
  transition: background-image 300ms ease;
}
header .btn:not(.primary) {
  padding-top: 0.1rem;
  width: 68px;
}
header .btn:not(.primary):after {
  content: "";
  position: relative;
  bottom: 0.95rem;
  right: -2.28rem;
  border-width: 8px 12px;
  border-bottom-color: #FF8307;
  border-right-color: #FF8307;
  border-left-color: transparent;
  border-top-color: transparent;
  border-style: solid;
  border-radius: 0 0 6px 0;
  width: 0;
  height: 0;
  display: block;
}
header .post-login-btn:hover {
  opacity: 0.6;
}
header .post-login-btn {
  background: transparent;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
  color: #8d8d8d;
  font-size: 14px;
  text-align: start;
}
header .post-login-btn > span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .post-login-btn > span > * {
  margin-right: 6px;
}
header .post-login-btn svg {
  min-width: 20px;
}
header .post-login-btn:not(:last-child) {
  margin-right: 38px;
}
header .post-login-dropdown {
  position: absolute;
  left: 0;
  top: 35px;
  padding: 4px;
  width: 100px;
  background: #f8fcff;
  -webkit-box-shadow: 0px 0px 6px rgba(12, 51, 109, 0.3803921569);
  box-shadow: 0px 0px 6px rgba(12, 51, 109, 0.3803921569);
  border-radius: 6px;
  font-size: 14px;
}
header .post-login-dropdown > .post-login-dropdown-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .post-login-dropdown > .post-login-dropdown-item a {
  padding: 12px 14px;
  width: 90px;
}
header .post-login-dropdown-item:hover {
  background: #f0f5f9;
  border-radius: 6px;
}
header .post-login-dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgba(12, 51, 109, 0.0784313725);
}
header .post-login-dropdown-item:last-child {
  color: red;
}
header .post-login-dropdown-item:last-child:hover {
  background-color: #ff4d4f;
  color: #fff;
}
header .post-login-dropdown.hide {
  visibility: hidden;
}
header .dropdown-chevron {
  margin-left: 8px;
  padding-bottom: 4px;
}
header .dropdown-chevron.opened {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header #loginBtn {
  margin-right: 12px;
}
header .input-wrapper {
  position: relative;
  padding: 0 0.6em;
  margin: 0 0.2em;
  width: 150px;
  height: 2.1em;
  border-width: 1px;
  border-style: solid;
  line-height: 2.1em;
  background-color: white;
  color: white;
  outline: none;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
header .input-wrapper span {
  color: #000;
}
header .input-wrapper input {
  background: transparent;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  outline: none;
}
header .input-wrapper input:focus {
  background: rgba(255, 255, 255, 0.1);
}
header .input-wrapper .tag {
  position: absolute;
  height: 18px;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #535353;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms;
  transition: opacity 300ms ease-in-out, visibility 300ms;
  -webkit-box-shadow: 0px 0px 3px rgba(101, 149, 222, 0.3019607843);
  box-shadow: 0px 0px 3px rgba(101, 149, 222, 0.3019607843);
  border-radius: 2px;
  top: 2px;
  right: -50px;
  z-index: 2;
  margin: auto;
}
header .input-wrapper .tag p {
  font-size: 10px;
  color: white;
  padding: 0;
  margin: 0;
}
header .input-wrapper .tag::after {
  content: "";
  background-color: #535353;
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  left: -1px;
  top: 36%;
  -webkit-transform: rotate(32deg) skew(-22deg);
  -ms-transform: rotate(32deg) skew(-22deg);
  transform: rotate(32deg) skew(-22deg);
}
header .button-wrapper {
  position: relative;
  white-space: nowrap;
}
header .button-wrapper a.btn {
  text-align: center !important;
}
header .button-wrapper a.btn::after {
  right: -4.58rem;
  bottom: 0.9rem;
}

#profileName {
  margin-right: 0px;
}

#usernameVisibleBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#usernameVisibleIcon {
  width: 15px;
}

footer {
  color: #fff;
  background: #42454A;
  padding: 3rem 0;
  margin-top: 36px;
}
footer .footer-container {
  width: 1200px;
  margin: auto;
}
footer .footer-link-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .footer-link-group .footer-header {
  margin: 20px 0;
}
footer .footer-link-group .footer-link {
  margin-bottom: 12px;
}
footer .footer-link-group .footer-link a {
  cursor: pointer;
  opacity: 0.6;
}
footer .footer-link-group .footer-link a:hover {
  opacity: 1;
}
footer .footer-link-group .footer-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 200px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer-link-group .product-footer-link {
  width: 75%;
}
footer .big-flex {
  -webkit-box-flex: 2.5;
  -ms-flex: 2.5;
  flex: 2.5;
}
footer .footer-external-group {
  margin: 20px 0;
}
footer .footer-horizontal-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
footer .footer-horizontal-group > .footer-header {
  min-width: 130px;
}
footer .venetian-logo > img {
  width: 181px;
}
footer .venetian-text {
  font-size: 15px;
  width: 200px;
  padding: 28px 0 0 22px;
}
footer .venetian-text span, footer .venetian-text div {
  opacity: 0.6;
}
footer .venetian-text .highlight {
  opacity: 1;
}
footer .venetian-text .divider {
  margin: 8px 0;
  border-bottom: 1px solid white;
}
footer .partners-logo {
  height: 30px;
  margin: 20px 30px 20px 0;
}
footer .license-text {
  opacity: 0.6;
  font-size: 15px;
  margin: 20px 30px 20px 0;
}
footer .pagcor_logo {
  height: 45px;
  margin-top: 12px;
}
footer .copyright-group {
  margin-top: 36px;
  width: 1200px;
  margin: 36px auto auto auto;
}
footer .copyright-group .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .copyright-group .logo-container .footer-logo > img {
  width: 132px;
  margin-right: 32px;
}
footer .copyright-group .logo-container .footer-copyright-contents {
  max-width: 65%;
  font-size: 12px;
  opacity: 0.6;
}
footer .copyright-group .footer-copyright-text {
  font-size: 15px;
  opacity: 0.6;
  min-width: 148px;
}

.sidebar {
  position: fixed;
  top: 30%;
  height: 0;
  right: 35px;
  z-index: 15;
  background: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.sidebar .hide {
  visibility: hidden;
}

.sidebar-content-wrapper {
  color: #354660;
  -webkit-box-shadow: inset 0px 0px 15px #E8D3BA;
  box-shadow: inset 0px 0px 15px #E8D3BA;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F1E7));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #F5F1E7 100%);
  border-radius: 12px;
}

.contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px 8px 0px 0px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.13px;
  color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8AC3A), to(#DE7035));
  background: linear-gradient(180deg, #E8AC3A 0%, #DE7035 100%);
}

.links-wrapper {
  padding: 0px 7px;
}
.links-wrapper .link {
  position: relative;
  text-align: center;
}
.links-wrapper .link:first-child .link-icon {
  border-top: none;
}
.links-wrapper .link:last-child .link-icon {
  border-bottom: none;
}
.links-wrapper .link .link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 71px;
  width: 34px;
  font-size: 12px;
  letter-spacing: 0.55px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-top: 1px solid white;
  line-height: 1;
  color: #FF8307;
}
.links-wrapper .link .link-icon.small-font {
  font-size: 9.5px;
}
.links-wrapper .link:hover img.icon {
  opacity: 0.6;
}
.links-wrapper .link:hover .link-icon p {
  opacity: 0.6;
}
.links-wrapper .link img.icon {
  width: 30px;
  min-width: 24px;
  margin: 0 auto 3px auto;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 1;
  -webkit-transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.links-wrapper .link svg {
  width: 35px;
}
.links-wrapper .link svg path {
  fill: #6B9AE1 !important;
}
.links-wrapper .link .tag {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  min-width: 10rem;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms;
  transition: opacity 300ms ease-in-out, visibility 300ms;
  -webkit-box-shadow: 0px 0px 3px rgba(101, 149, 222, 0.3019607843);
  box-shadow: 0px 0px 3px rgba(101, 149, 222, 0.3019607843);
  border-radius: 8px;
  top: 0;
  display: block;
  margin: auto;
}
.links-wrapper .link .tag img, .links-wrapper .link .tag canvas {
  background: white;
  padding: 0.2rem;
  height: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.links-wrapper .link .tag .appdlurl, .links-wrapper .link .tag .kefuapp-url {
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.8rem;
}
.links-wrapper .link .tag.tag-left {
  right: 64px;
}
.links-wrapper .link .tag.tag-right {
  left: 64px;
}
.links-wrapper .link .tag .qr-code {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.links-wrapper .link .tag .text {
  display: block;
  text-align: center;
  max-width: 100%;
  color: #5D5D5D;
  font-weight: 400;
}
.links-wrapper .link .tag .tag-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.links-wrapper .link .tag .tag-detail p {
  margin: 0;
}
.links-wrapper .link .tag.all-contact {
  padding: 12px;
  top: -100px;
}
.links-wrapper .link .tag.all-contact::after {
  top: 120px;
}
.links-wrapper .link .tag::after {
  content: "";
  background-color: white;
  -webkit-box-shadow: 2px -2px 2px -1px rgba(101, 149, 222, 0.3019607843);
  box-shadow: 2px -2px 2px -1px rgba(101, 149, 222, 0.3019607843);
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  right: -8px;
  top: 7px;
  -webkit-transform: rotate(32deg) skew(-22deg);
  -ms-transform: rotate(32deg) skew(-22deg);
  transform: rotate(32deg) skew(-22deg);
}
.links-wrapper .link:hover:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.links-wrapper .link:hover .text {
  opacity: 1;
}
.links-wrapper .link:hover .tag {
  visibility: visible;
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}
.links-wrapper .link.navigation-web .tag {
  top: -140px;
}
.links-wrapper .link.navigation-web .tag::after {
  content: "";
  background-color: white;
  -webkit-box-shadow: -2px 2px 2px -1px rgba(101, 149, 222, 0.3019607843);
  box-shadow: -2px 2px 2px -1px rgba(101, 149, 222, 0.3019607843);
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: -8px;
  top: 45%;
  -webkit-transform: rotate(32deg) skew(-22deg);
  -ms-transform: rotate(32deg) skew(-22deg);
  transform: rotate(32deg) skew(-22deg);
}
.links-wrapper .link.navigation-web .tag-right {
  left: 130px;
}
.links-wrapper .link.navigation-web .text {
  padding-top: 6px;
}
.links-wrapper .link.navigation-web .highlight {
  padding-top: 6px;
  color: #FF8307;
}

.sidebar-left {
  position: fixed;
  top: 0;
  left: 2rem;
  height: 0;
  z-index: 15;
  background-color: transparent;
}

.sidebar-left-content-wrapper {
  margin-top: 25vh;
}
.sidebar-left-content-wrapper a > img {
  width: 120px;
  cursor: pointer;
}
.sidebar-left-content-wrapper a > .sidebar-left-text-container {
  cursor: pointer;
  margin-top: -106px;
  margin-left: 4px;
  padding: 0 14px;
  text-align: center;
}
.sidebar-left-content-wrapper a > .sidebar-left-text-container .sidebar-left-header {
  font-size: 15px;
  font-weight: bold;
  color: #354660;
}
.sidebar-left-content-wrapper a > .sidebar-left-text-container .sidebar-left-text {
  font-size: 13px;
  color: #FF8307;
}

.featured-products:not(.active) {
  display: none;
}

.featured-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin-top: 80px;
  margin-left: 24px;
  overflow: hidden;
}
.featured-products .featured-products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 37px;
  color: #F46E3E;
  margin-bottom: 16px;
}
.featured-products .featured-products-header svg {
  margin-right: 12px;
}
.featured-products .featured-products-sub-header {
  font-size: 16px;
  color: #8D8D8D;
  max-width: 100%;
  line-height: 1.5rem;
  margin-bottom: 8px;
}

.featured-products-buttons-container {
  min-height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.featured-products-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 100%;
}
.featured-products-buttons .featured-product {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  margin: 10px;
}
.featured-products-buttons .featured-product img {
  width: 100%;
  cursor: pointer;
}
.featured-products-buttons .featured-product.sports > a > img, .featured-products-buttons .featured-product.qipai > a > img {
  border-radius: 6px;
}

.featured-products-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.featured-products-pagination .featured-products-pagination-left, .featured-products-pagination .featured-products-pagination-right {
  margin: 0 24px;
  cursor: pointer;
}
.featured-products-pagination .featured-products-pagination-page {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 24px 24px 26px 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7EDF5));
  background-image: linear-gradient(180deg, #FFFFFF, #E7EDF5);
  -webkit-box-shadow: inset 0px 3px 7px #C3D6F2;
  box-shadow: inset 0px 3px 7px #C3D6F2;
}
.featured-products-pagination .page-active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6595DE), to(#6595DE));
  background-image: linear-gradient(180deg, #6595DE, #6595DE);
}

@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.alert-box-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports (-webkit-backdrop-filter: blur(10px)) {
  .alert-box-wrapper {
    -webkit-backdrop-filter: blur(10px);
  }
}
.alert-box-wrapper[aria-hidden=false] {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.alert-box-wrapper[aria-hidden=false] .alert-box {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.alert-box-wrapper[aria-hidden=true] {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.alert-box-wrapper[aria-hidden=true] .alert-box {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.alert-box-wrapper .alert-box {
  background: white;
  padding: 1.5rem;
  border-radius: 0.25rem;
  min-width: 18rem;
  max-width: 25rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 0 22px 0;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 22px 0;
  margin-bottom: 20%;
  position: relative;
}
.alert-box-wrapper .alert-box > .alert-box-icon {
  position: absolute;
  top: -2.5em;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.alert-box-wrapper .alert-box > .alert-box-icon + p {
  text-align: center;
  font-weight: bold;
  margin-top: 3em;
}
.alert-box-wrapper .alert-box > .alert-box-icon + p + .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.alert-box-wrapper .alert-box > .alert-box-icon + p + .action button, .alert-box-wrapper .alert-box > .alert-box-icon + p + .action .btn {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.alert-box-wrapper .alert-box > .alert-box-icon + p + .action button:not(:last-child), .alert-box-wrapper .alert-box > .alert-box-icon + p + .action .btn:not(:last-child) {
  margin-right: 0.5em;
}
.alert-box-wrapper .alert-box.info .action .btn-confirm {
  border: 0;
  outline: none;
  color: #fff;
  background-color: #27c2ee;
}
.alert-box-wrapper .alert-box.info .action .btn-confirm:hover {
  background-color: #66d7f6;
}
.alert-box-wrapper .alert-box.error .action .btn-confirm {
  border: 0;
  outline: none;
  color: #fff;
  background-color: #f25d5c;
}
.alert-box-wrapper .alert-box.error .action .btn-confirm:hover {
  background-color: rgba(255, 105, 96, 0.8);
}
.alert-box-wrapper .alert-box.success .action .btn-confirm {
  border: 0;
  outline: none;
  color: #fff;
  background-color: #48dc51;
}
.alert-box-wrapper .alert-box.success .action .btn-confirm:hover {
  background-color: rgba(127, 220, 107, 0.8);
}
.alert-box-wrapper .alert-box.warning .action .btn-confirm {
  border: 0;
  outline: none;
  color: #fff;
  background-color: #f8ae64;
}
.alert-box-wrapper .alert-box.warning .action .btn-confirm:hover {
  background-color: #facd95;
}
.alert-box-wrapper .alert-box.question .action .btn-confirm {
  border: 0;
  outline: none;
  color: #fff;
  background-color: #87adbd;
}
.alert-box-wrapper .alert-box.question .action .btn-confirm:hover {
  background-color: #c9dae1;
}
.alert-box-wrapper h1 {
  font-size: 1.5rem;
  margin: 0;
}
.alert-box-wrapper p {
  font-size: 1rem;
  margin: 0;
}
.alert-box-wrapper .action {
  margin-top: 1rem;
  text-align: right;
}
.alert-box-wrapper button, .alert-box-wrapper .btn {
  background: #ddd;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  border: 1px solid #c4c4c4;
  padding: 0.5rem 1rem;
  outline: none;
}
.alert-box-wrapper button:hover, .alert-box-wrapper .btn:hover {
  background-color: #f7f7f7;
}
.alert-box-wrapper button:active, .alert-box-wrapper .btn:active, .alert-box-wrapper button.nice-select.open, .alert-box-wrapper .nice-select.open.btn {
  background-color: #c4c4c4;
}
.alert-box-wrapper button:not(:first-child), .alert-box-wrapper .btn:not(:first-child) {
  margin-left: 0.5rem;
}

@-webkit-keyframes alert-box-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes alert-box-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes alert-box-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes alert-box-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes alert-box-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@keyframes alert-box-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes alert-box-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@keyframes alert-box-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes alert-box-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes alert-box-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes alert-box-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes alert-box-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes alert-box-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes alert-box-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
body.alert-box-toast-shown .alert-box-container {
  position: fixed;
  background-color: transparent;
}

body.alert-box-toast-shown .alert-box-container.alert-box-shown {
  background-color: transparent;
}

body.alert-box-toast-shown .alert-box-container.alert-box-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.alert-box-toast-shown .alert-box-container.alert-box-top-end,
body.alert-box-toast-shown .alert-box-container.alert-box-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.alert-box-toast-shown .alert-box-container.alert-box-top-left,
body.alert-box-toast-shown .alert-box-container.alert-box-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.alert-box-toast-shown .alert-box-container.alert-box-center-left,
body.alert-box-toast-shown .alert-box-container.alert-box-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.alert-box-toast-shown .alert-box-container.alert-box-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.alert-box-toast-shown .alert-box-container.alert-box-center-end,
body.alert-box-toast-shown .alert-box-container.alert-box-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.alert-box-toast-shown .alert-box-container.alert-box-bottom-left,
body.alert-box-toast-shown .alert-box-container.alert-box-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.alert-box-toast-shown .alert-box-container.alert-box-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.alert-box-toast-shown .alert-box-container.alert-box-bottom-end,
body.alert-box-toast-shown .alert-box-container.alert-box-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

body.alert-box-toast-column .alert-box-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body.alert-box-toast-column .alert-box-toast .alert-box-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

body.alert-box-toast-column .alert-box-toast .alert-box-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.alert-box-toast-column .alert-box-toast .alert-box-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

body.alert-box-toast-column .alert-box-toast .alert-box-validation-message {
  font-size: 1em;
}

.alert-box-popup.alert-box-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.alert-box-popup.alert-box-toast .alert-box-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.alert-box-popup.alert-box-toast .alert-box-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.alert-box-popup.alert-box-toast .alert-box-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.alert-box-popup.alert-box-toast .alert-box-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.alert-box-popup.alert-box-toast .alert-box-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}

.alert-box-popup.alert-box-toast .alert-box-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.alert-box-popup.alert-box-toast .alert-box-icon-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.alert-box-popup.alert-box-toast .alert-box-icon.alert-box-success .alert-box-success-ring {
  width: 2em;
  height: 2em;
}

.alert-box-popup.alert-box-toast .alert-box-icon.alert-box-error [class^=alert-box-x-mark-line] {
  top: 0.875em;
  width: 1.375em;
}

.alert-box-popup.alert-box-toast .alert-box-icon.alert-box-error [class^=alert-box-x-mark-line][class$=left] {
  left: 0.3125em;
}

.alert-box-popup.alert-box-toast .alert-box-icon.alert-box-error [class^=alert-box-x-mark-line][class$=right] {
  right: 0.3125em;
}

.alert-box-popup.alert-box-toast .alert-box-actions {
  height: auto;
  margin: 0 0.3125em;
}

.alert-box-popup.alert-box-toast .alert-box-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.alert-box-popup.alert-box-toast .alert-box-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.alert-box-popup.alert-box-toast .alert-box-success {
  border-color: #a5dc86;
}

.alert-box-popup.alert-box-toast .alert-box-success [class^=alert-box-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.alert-box-popup.alert-box-toast .alert-box-success [class^=alert-box-success-circular-line][class$=left] {
  top: -0.25em;
  left: -0.9375em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  -ms-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.alert-box-popup.alert-box-toast .alert-box-success [class^=alert-box-success-circular-line][class$=right] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 2em;
  -ms-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.alert-box-popup.alert-box-toast .alert-box-success .alert-box-success-ring {
  width: 2em;
  height: 2em;
}

.alert-box-popup.alert-box-toast .alert-box-success .alert-box-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.alert-box-popup.alert-box-toast .alert-box-success [class^=alert-box-success-line] {
  height: 0.3125em;
}

.alert-box-popup.alert-box-toast .alert-box-success [class^=alert-box-success-line][class$=tip] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.alert-box-popup.alert-box-toast .alert-box-success [class^=alert-box-success-line][class$=long] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.alert-box-popup.alert-box-toast.alert-box-show {
  -webkit-animation: showSweetToast 0.5s;
  animation: showSweetToast 0.5s;
}

.alert-box-popup.alert-box-toast.alert-box-hide {
  -webkit-animation: hideSweetToast 0.2s forwards;
  animation: hideSweetToast 0.2s forwards;
}

.alert-box-popup.alert-box-toast .alert-box-animate-success-icon .alert-box-success-line-tip {
  -webkit-animation: animate-toast-success-tip 0.75s;
  animation: animate-toast-success-tip 0.75s;
}

.alert-box-popup.alert-box-toast .alert-box-animate-success-icon .alert-box-success-line-long {
  -webkit-animation: animate-toast-success-long 0.75s;
  animation: animate-toast-success-long 0.75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}
@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}
@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}
body.alert-box-shown:not(.alert-box-no-backdrop):not(.alert-box-toast-shown) {
  overflow-y: hidden;
}

body.alert-box-height-auto {
  height: auto !important;
}

body.alert-box-no-backdrop .alert-box-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

body.alert-box-no-backdrop .alert-box-shown > .alert-box-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-top-left,
body.alert-box-no-backdrop .alert-box-shown.alert-box-top-start {
  top: 0;
  left: 0;
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-top-end,
body.alert-box-no-backdrop .alert-box-shown.alert-box-top-right {
  top: 0;
  right: 0;
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-center-left,
body.alert-box-no-backdrop .alert-box-shown.alert-box-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-center-end,
body.alert-box-no-backdrop .alert-box-shown.alert-box-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-bottom-left,
body.alert-box-no-backdrop .alert-box-shown.alert-box-bottom-start {
  bottom: 0;
  left: 0;
}

body.alert-box-no-backdrop .alert-box-shown.alert-box-bottom-end,
body.alert-box-no-backdrop .alert-box-shown.alert-box-bottom-right {
  right: 0;
  bottom: 0;
}

.alert-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.alert-box-container.alert-box-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alert-box-container.alert-box-top-left,
.alert-box-container.alert-box-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.alert-box-container.alert-box-top-end,
.alert-box-container.alert-box-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.alert-box-container.alert-box-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert-box-container.alert-box-center-left,
.alert-box-container.alert-box-center-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.alert-box-container.alert-box-center-end,
.alert-box-container.alert-box-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.alert-box-container.alert-box-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alert-box-container.alert-box-bottom-left,
.alert-box-container.alert-box-bottom-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.alert-box-container.alert-box-bottom-end,
.alert-box-container.alert-box-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.alert-box-container.alert-box-grow-fullscreen > .alert-box-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alert-box-container.alert-box-grow-row > .alert-box-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alert-box-container.alert-box-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.alert-box-container.alert-box-grow-column.alert-box-bottom,
.alert-box-container.alert-box-grow-column.alert-box-center,
.alert-box-container.alert-box-grow-column.alert-box-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert-box-container.alert-box-grow-column.alert-box-bottom-left,
.alert-box-container.alert-box-grow-column.alert-box-bottom-start,
.alert-box-container.alert-box-grow-column.alert-box-center-left,
.alert-box-container.alert-box-grow-column.alert-box-center-start,
.alert-box-container.alert-box-grow-column.alert-box-top-left,
.alert-box-container.alert-box-grow-column.alert-box-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.alert-box-container.alert-box-grow-column.alert-box-bottom-end,
.alert-box-container.alert-box-grow-column.alert-box-bottom-right,
.alert-box-container.alert-box-grow-column.alert-box-center-end,
.alert-box-container.alert-box-grow-column.alert-box-center-right,
.alert-box-container.alert-box-grow-column.alert-box-top-end,
.alert-box-container.alert-box-grow-column.alert-box-top-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.alert-box-container.alert-box-grow-column > .alert-box-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alert-box-container:not(.alert-box-top):not(.alert-box-top-start):not(.alert-box-top-end):not(.alert-box-top-left):not(.alert-box-top-right):not(.alert-box-center-start):not(.alert-box-center-end):not(.alert-box-center-left):not(.alert-box-center-right):not(.alert-box-bottom):not(.alert-box-bottom-start):not(.alert-box-bottom-end):not(.alert-box-bottom-left):not(.alert-box-bottom-right):not(.alert-box-grow-fullscreen) > .alert-box-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alert-box-container .alert-box-modal {
    margin: 0 !important;
  }
}
.alert-box-container.alert-box-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.alert-box-container.alert-box-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.alert-box-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-box-popup:focus {
  outline: 0;
}

.alert-box-popup.alert-box-loading {
  overflow-y: hidden;
}

.alert-box-popup .alert-box-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.alert-box-popup .alert-box-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.alert-box-popup .alert-box-actions {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}

.alert-box-popup .alert-box-actions:not(.alert-box-loading) .alert-box-styled[disabled] {
  opacity: 0.4;
}

.alert-box-popup .alert-box-actions:not(.alert-box-loading) .alert-box-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.alert-box-popup .alert-box-actions:not(.alert-box-loading) .alert-box-styled:active, .alert-box-popup .alert-box-actions:not(.alert-box-loading) .alert-box-styled.nice-select.open {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.alert-box-popup .alert-box-actions.alert-box-loading .alert-box-styled.alert-box-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: alert-box-rotate-loading 1.5s linear 0s infinite normal;
  animation: alert-box-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.alert-box-popup .alert-box-actions.alert-box-loading .alert-box-styled.alert-box-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.alert-box-popup .alert-box-actions.alert-box-loading :not(.alert-box-styled).alert-box-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: "";
  -webkit-animation: alert-box-rotate-loading 1.5s linear 0s infinite normal;
  animation: alert-box-rotate-loading 1.5s linear 0s infinite normal;
}

.alert-box-popup .alert-box-styled {
  margin: 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alert-box-popup .alert-box-styled:not([disabled]) {
  cursor: pointer;
}

.alert-box-popup .alert-box-styled.alert-box-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.alert-box-popup .alert-box-styled.alert-box-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.alert-box-popup .alert-box-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.alert-box-popup .alert-box-styled::-moz-focus-inner {
  border: 0;
}

.alert-box-popup .alert-box-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.alert-box-popup .alert-box-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.alert-box-popup .alert-box-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: inherit;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

.alert-box-popup .alert-box-close:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #f27474;
}

.alert-box-popup > .alert-box-checkbox,
.alert-box-popup > .alert-box-file,
.alert-box-popup > .alert-box-input,
.alert-box-popup > .alert-box-radio,
.alert-box-popup > .alert-box-select,
.alert-box-popup > .alert-box-textarea {
  display: none;
}

.alert-box-popup .alert-box-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}

.alert-box-popup #alert-box-content {
  text-align: center;
}

.alert-box-popup .alert-box-checkbox,
.alert-box-popup .alert-box-file,
.alert-box-popup .alert-box-input,
.alert-box-popup .alert-box-radio,
.alert-box-popup .alert-box-select,
.alert-box-popup .alert-box-textarea {
  margin: 1em auto;
}

.alert-box-popup .alert-box-file,
.alert-box-popup .alert-box-input,
.alert-box-popup .alert-box-textarea {
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-box-popup .alert-box-file.alert-box-inputerror,
.alert-box-popup .alert-box-input.alert-box-inputerror,
.alert-box-popup .alert-box-textarea.alert-box-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.alert-box-popup .alert-box-file:focus,
.alert-box-popup .alert-box-input:focus,
.alert-box-popup .alert-box-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.alert-box-popup .alert-box-file::-webkit-input-placeholder,
.alert-box-popup .alert-box-input::-webkit-input-placeholder,
.alert-box-popup .alert-box-textarea::-webkit-input-placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-file:-ms-input-placeholder,
.alert-box-popup .alert-box-input:-ms-input-placeholder,
.alert-box-popup .alert-box-textarea:-ms-input-placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-file::-ms-input-placeholder,
.alert-box-popup .alert-box-input::-ms-input-placeholder,
.alert-box-popup .alert-box-textarea::-ms-input-placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-file::-webkit-input-placeholder, .alert-box-popup .alert-box-input::-webkit-input-placeholder, .alert-box-popup .alert-box-textarea::-webkit-input-placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-file::-moz-placeholder, .alert-box-popup .alert-box-input::-moz-placeholder, .alert-box-popup .alert-box-textarea::-moz-placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-file:-ms-input-placeholder, .alert-box-popup .alert-box-input:-ms-input-placeholder, .alert-box-popup .alert-box-textarea:-ms-input-placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-file::-ms-input-placeholder, .alert-box-popup .alert-box-input::-ms-input-placeholder, .alert-box-popup .alert-box-textarea::-ms-input-placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-file::placeholder,
.alert-box-popup .alert-box-input::placeholder,
.alert-box-popup .alert-box-textarea::placeholder {
  color: #ccc;
}

.alert-box-popup .alert-box-range input {
  width: 80%;
}

.alert-box-popup .alert-box-range output {
  width: 20%;
  font-weight: 600;
  text-align: center;
}

.alert-box-popup .alert-box-range input,
.alert-box-popup .alert-box-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.alert-box-popup .alert-box-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.alert-box-popup .alert-box-input[type=number] {
  max-width: 10em;
}

.alert-box-popup .alert-box-file {
  font-size: 1.125em;
}

.alert-box-popup .alert-box-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.alert-box-popup .alert-box-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  color: #545454;
  font-size: 1.125em;
}

.alert-box-popup .alert-box-checkbox,
.alert-box-popup .alert-box-radio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alert-box-popup .alert-box-checkbox label,
.alert-box-popup .alert-box-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.alert-box-popup .alert-box-checkbox input,
.alert-box-popup .alert-box-radio input {
  margin: 0 0.4em;
}

.alert-box-popup .alert-box-validation-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.alert-box-popup .alert-box-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: "!";
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .alert-box-range input {
    width: 100% !important;
  }
  .alert-box-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .alert-box-range input {
    width: 100% !important;
  }
  .alert-box-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .alert-box-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
.alert-box-icon {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

.alert-box-icon-text {
  font-size: 3.75em;
}

.alert-box-icon.alert-box-error {
  background-color: #f27474;
}

.alert-box-icon.alert-box-error .alert-box-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.alert-box-icon.alert-box-error [class^=alert-box-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #fff;
}

.alert-box-icon.alert-box-error [class^=alert-box-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-box-icon.alert-box-error [class^=alert-box-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-box-icon.alert-box-warning {
  background-color: #f8bb86;
  color: #fff;
}

.alert-box-icon.alert-box-info {
  background-color: #3fc3ee;
  color: #fff;
}

.alert-box-icon.alert-box-question {
  background-color: #87adbd;
  color: #fff;
}

.alert-box-icon.alert-box-success {
  background-color: #a5dc86;
}

.alert-box-icon.alert-box-success [class^=alert-box-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.alert-box-icon.alert-box-success [class^=alert-box-success-circular-line][class$=left] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  -ms-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.alert-box-icon.alert-box-success [class^=alert-box-success-circular-line][class$=right] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  -ms-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.alert-box-icon.alert-box-success .alert-box-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.alert-box-icon.alert-box-success .alert-box-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.alert-box-icon.alert-box-success [class^=alert-box-success-line] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #fff;
  z-index: 2;
}

.alert-box-icon.alert-box-success [class^=alert-box-success-line][class$=tip] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-box-icon.alert-box-success [class^=alert-box-success-line][class$=long] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-box-progresssteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600;
}

.alert-box-progresssteps li {
  display: inline-block;
  position: relative;
}

.alert-box-progresssteps .alert-box-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.alert-box-progresssteps .alert-box-progresscircle:first-child {
  margin-left: 0;
}

.alert-box-progresssteps .alert-box-progresscircle:last-child {
  margin-right: 0;
}

.alert-box-progresssteps .alert-box-progresscircle.alert-box-activeprogressstep {
  background: #3085d6;
}

.alert-box-progresssteps .alert-box-progresscircle.alert-box-activeprogressstep ~ .alert-box-progresscircle {
  background: #add8e6;
}

.alert-box-progresssteps .alert-box-progresscircle.alert-box-activeprogressstep ~ .alert-box-progressline {
  background: #add8e6;
}

.alert-box-progresssteps .alert-box-progressline {
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

[class^=alert-box] {
  -webkit-tap-highlight-color: transparent;
}

.alert-box-show {
  -webkit-animation: alert-box-show 0.3s;
  animation: alert-box-show 0.3s;
}

.alert-box-show.alert-box-noanimation {
  -webkit-animation: none;
  animation: none;
}

.alert-box-hide {
  -webkit-animation: alert-box-hide 0.15s forwards;
  animation: alert-box-hide 0.15s forwards;
}

.alert-box-hide.alert-box-noanimation {
  -webkit-animation: none;
  animation: none;
}

[dir=rtl] .alert-box-close {
  right: auto;
  left: 0;
}

.alert-box-animate-success-icon .alert-box-success-line-tip {
  -webkit-animation: alert-box-animate-success-line-tip 0.75s;
  animation: alert-box-animate-success-line-tip 0.75s;
}

.alert-box-animate-success-icon .alert-box-success-line-long {
  -webkit-animation: alert-box-animate-success-line-long 0.75s;
  animation: alert-box-animate-success-line-long 0.75s;
}

.alert-box-animate-success-icon .alert-box-success-circular-line-right {
  -webkit-animation: alert-box-rotate-success-circular-line 4.25s ease-in;
  animation: alert-box-rotate-success-circular-line 4.25s ease-in;
}

.alert-box-animate-error-icon {
  -webkit-animation: alert-box-animate-error-icon 0.5s;
  animation: alert-box-animate-error-icon 0.5s;
}

.alert-box-animate-error-icon .alert-box-x-mark {
  -webkit-animation: alert-box-animate-error-x-mark 0.5s;
  animation: alert-box-animate-error-x-mark 0.5s;
}

@-webkit-keyframes alert-box-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes alert-box-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media print {
  body.alert-box-shown:not(.alert-box-no-backdrop):not(.alert-box-toast-shown) {
    overflow-y: scroll !important;
  }
  body.alert-box-shown:not(.alert-box-no-backdrop):not(.alert-box-toast-shown) > [aria-hidden=true] {
    display: none;
  }
  body.alert-box-shown:not(.alert-box-no-backdrop):not(.alert-box-toast-shown) .alert-box-container {
    position: initial !important;
  }
}
section.section-app img.phone {
  width: 620px;
  height: 586px;
}
section.section-app img.title {
  padding-bottom: 1rem;
}
section.section-app .container {
  min-width: 1200px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (min-width: 1900px) {
  section.section-app .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  section.section-app .container {
    min-width: 1600px;
  }
}
section.section-app .container .text {
  min-width: 600px;
  height: 100%;
  padding-top: 2rem;
  text-align: center;
  font-weight: 300;
  color: #506F9F;
}
section.section-app .container .text h1 {
  font-size: 36px;
  margin-top: 0.33rem;
  margin-bottom: 0.67rem;
  color: #F46E3E;
}
section.section-app .container .text h5,
section.section-app .container .text p {
  margin: 0;
  padding: 0;
}
section.section-app .container .text h5 {
  font-size: 18px;
  line-height: 2rem;
  font-weight: 400;
  color: #506F9F;
}
section.section-app .container .text p {
  color: #8D8D8D;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
}

section.section-app.section-app-1 {
  padding-top: 10rem;
}

section.section-aff img.section-1 {
  width: 649px;
  height: 557px;
}
section.section-aff img.section-2 {
  width: 598;
  height: 478px;
}
section.section-aff .container {
  min-width: 1200px;
}
@media screen and (min-width: 1900px) {
  section.section-aff .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  section.section-aff .container {
    min-width: 1600px;
  }
}
section.section-aff .container .text {
  height: 100%;
  padding-top: 2rem;
  font-weight: 300;
  color: #506F9F;
  word-break: keep-all;
}
section.section-aff .container .text h1 {
  margin-top: 0.8rem;
  margin-bottom: 1.5rem;
  color: #F46E3E;
  font-size: 41px;
}
section.section-aff .container .text h5,
section.section-aff .container .text p {
  margin: 0;
  padding: 0;
}
section.section-aff .container .text h5 {
  font-size: 18px;
  font-weight: 500;
}
section.section-aff .container .text p {
  color: #8D8D8D;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
}
section.section-aff .container .text ol {
  color: #8D8D8D;
  line-height: 3;
  font-weight: 400;
  font-size: 16px;
}
section.section-aff .container .text .spread-container {
  margin-bottom: 20px;
}
section.section-aff .container .text .spread {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E7EDF5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #E7EDF5 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: inset 0px 0px 15px #C3D6F2;
  box-shadow: inset 0px 0px 15px #C3D6F2;
  border-radius: 8px;
  padding: 16px 26px;
  margin: 0.4em;
  text-align: center;
}
section.section-aff .container .text .spread .highlight {
  color: #F46E3E;
}
section.section-aff .container .text .spread h3 {
  margin: 6px;
  font-size: 30px;
}
section.section-aff .container .text .spread h5 {
  font-size: 18px;
}
section.section-aff .container .text .spread p {
  margin-top: 7px;
  line-height: 1.5;
  font-size: 14px;
}
section.section-aff .container .text .action {
  min-width: 550px;
  height: 147px;
  padding: 20px 0 28px 0;
  margin-right: 30px;
  background: url("../img/aff-action-box.png") no-repeat;
  background-size: contain;
}
section.section-aff .container .text .action h1 {
  color: #506F9F;
}
section.section-aff .container .text .action a {
  height: initial;
}
section.section-aff .container .text.terms h5 {
  margin: 30px 0 30px 0;
}
section.section-aff .container .text.terms ol {
  font-size: 16px;
  font-weight: 400;
  word-break: normal;
  line-height: 1.5;
}
section.section-aff .container .text.terms ol li {
  margin-bottom: 15px;
}
section.section-aff .detail {
  margin-top: 30px;
  gap: 16px;
}

section.section-aff.section-aff-1 {
  padding-top: 10rem;
}

section.section-aff.section-aff-3 {
  padding-top: 100px;
  text-align: center;
}
section.section-aff.section-aff-3 .support-detail {
  text-align: left;
}
section.section-aff.section-aff-3 .support-detail a {
  height: initial;
  text-align: center;
}
section.section-aff.section-aff-3 .support-detail .option-header {
  margin-bottom: 10px;
}

section.section-aff.section-aff-terms {
  padding-top: 10rem;
}

.aff-management-container {
  top: 3rem;
  position: sticky;
  min-width: initial;
  margin-left: 100px;
}
.aff-management-container .support-detail {
  text-align: left;
}
.aff-management-container .support-detail a {
  text-align: center;
}
.aff-management-container .support-detail .option-header {
  margin-bottom: 10px;
}

modal {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: rgba(53, 70, 96, 0.4039215686);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 400ms 100ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 400ms 100ms cubic-bezier(0, 0, 0.2, 1);
}
modal.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
modal.active .modal-container {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
modal .modal-close {
  position: absolute;
  top: 17px;
  right: 24px;
  color: #707070;
  cursor: pointer;
}
modal .modal-close img {
  width: 11px;
  height: 11px;
}
modal .modal-container {
  position: relative;
  padding: 20px 24px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 24px;
  opacity: 0;
  -webkit-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  -webkit-transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
  transition: all 400ms cubic-bezier(0, 0, 0.2, 1);
}

#modal-promo .modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 590px;
}
#modal-promo .modal-container h5 {
  font-size: 18px;
  color: #506F9F;
  margin-top: 0px;
}
#modal-promo .modal-container__promo-list .promo-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 15px;
  margin-bottom: 10px;
}
#modal-promo .modal-container__promo-list .promo-nav__nav-item {
  cursor: pointer;
}
#modal-promo .modal-container__promo-list .promo-nav__nav-item p {
  color: #5D5D5D;
  margin: 0;
}
#modal-promo .modal-container__promo-list .promo-nav__nav-item .bottom-border {
  width: 39px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}
#modal-promo .modal-container__promo-list .promo-nav__nav-item.active p {
  font-weight: 400;
}
#modal-promo .modal-container__promo-list .promo-nav__nav-item.active .bottom-border {
  background: #F46E3E;
  border-radius: 5px;
}
#modal-promo .modal-container__promo-list .promo-list-container {
  overflow-y: scroll;
  padding: 2px 6px;
  height: 80%;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item {
  width: 286px;
  height: 132px;
  background: url("../img/folderbg.png") no-repeat;
  cursor: pointer;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  width: 100px;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__header > div img {
  width: 11px;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__header > div p {
  font-size: 9px;
  margin: 0;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__header p {
  font-size: 9px;
  line-height: 1.6;
  margin: 1px 12px 0 0;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__content {
  border-radius: 12px;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__content > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 282px;
  height: 112px;
  margin: 1.5px 2.4px;
  border-radius: inherit;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__content > div img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
#modal-promo .modal-container__promo-list .promo-list-container .promo-list-wrapper .promo-item__content > div p {
  color: #5D5D5D;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
#modal-promo .modal-container__promo-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid rgba(144, 144, 144, 0.1490196078);
  padding: 0px 16px;
}
#modal-promo .modal-container__promo-detail .promo-detail-container {
  overflow-y: scroll;
  height: 96%;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

header {
  position: fixed;
  min-width: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: white;
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

input::-webkit-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-moz-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

.inflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.top-bar {
  position: relative;
  z-index: 1;
  height: 2.5rem;
  color: #8D8D8D;
}
.top-bar > .container {
  min-width: 1200px;
  height: 32px;
  overflow: visible;
}
@media screen and (min-width: 1900px) {
  .top-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .top-bar > .container {
    min-width: 1600px;
  }
}
.top-bar .login-items {
  margin-top: 8px;
  width: 85%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-bar .company-details {
  font-size: 12px;
  margin-right: 12px;
}
.top-bar .company-details .date {
  padding-right: 12px;
}
.top-bar .company-details .date-divider {
  display: inline-block;
  height: 10px;
  border-right: 1px solid black;
}
.top-bar .company-details .time {
  padding-left: 12px;
}
.top-bar .company-details .timenow {
  margin-right: 12px;
}
.top-bar .actions-wrapper {
  margin-left: auto;
}
.top-bar .after-login {
  margin-left: 20px;
}
.top-bar .logo {
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.top-bar .logo img {
  height: 30px;
  width: auto;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bottom-bar {
  width: 100%;
  margin-top: -28px;
  height: 4.5rem;
  background: transparent;
  color: #000;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bottom-bar > .container {
  height: 100%;
  padding-top: 5px;
  min-width: 1200px;
}
@media screen and (min-width: 1900px) {
  .bottom-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .bottom-bar > .container {
    min-width: 1600px;
  }
}
.bottom-bar .menu {
  margin-left: auto;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.bottom-bar .menu .menu-item {
  position: relative;
  font-size: 14px;
  text-align: center;
}
.bottom-bar .menu .menu-item a {
  color: #8D8D8D;
  position: relative;
}
.bottom-bar .menu .menu-item.active a {
  color: #FF8307;
}
.bottom-bar .menu .menu-item a:hover {
  color: #FF8307;
}
.bottom-bar .menu .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-left: 34px;
  margin-right: 34px;
  border-right: 1px solid #354660;
  height: 12px;
  z-index: 1;
}
.bottom-bar .actions-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .login-wrapper {
  width: 20rem;
  -webkit-box-flex: 20rem;
  -ms-flex: 20rem 0 0px;
  flex: 20rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bottom-bar .login-wrapper input.login {
  width: 6.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

body {
  min-width: 1200px;
}

body,
.container {
  min-width: 62.5rem;
}
body.large,
.container.large {
  min-width: 75rem;
}

@media (max-width: 1300px) {
  .container {
    padding-right: 50px;
  }
}
#modal-announcement .modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 590px;
}
#modal-announcement .modal-container__announcement-list {
  max-width: 327px;
}
#modal-announcement .modal-container__announcement-list .announcement-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 55px);
  overflow: auto;
}
#modal-announcement .modal-container__announcement-list .announcement-list-wrapper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  max-width: 100%;
  padding: 0 16px;
  margin-bottom: 10px;
  cursor: pointer;
}
#modal-announcement .modal-container__announcement-list .announcement-list-wrapper > div.active {
  background-color: rgba(255, 131, 7, 0.05);
  border-radius: 12px;
}
#modal-announcement .modal-container__announcement-list .announcement-list-wrapper > div img {
  -ms-flex-preferred-size: content;
  flex-basis: content;
}
#modal-announcement .modal-container__announcement-list .announcement-list-wrapper > div p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 300;
  color: #5D5D5D;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#modal-announcement .modal-container__announcement-list .announcement-list-wrapper > div span {
  min-width: 60px;
  text-align: right;
  -ms-flex-preferred-size: content;
  flex-basis: content;
  font-size: 10px;
  color: #5F6C9E;
}
#modal-announcement .modal-container__announcement-list h5 {
  color: #506F9F;
  margin-left: 16px;
}
#modal-announcement .modal-container__announcement-detail {
  margin-top: 75px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-left: 1px solid rgba(144, 144, 144, 0.1490196078);
  word-break: break-word;
  padding: 0 27px;
}
#modal-announcement .modal-container__announcement-detail p {
  display: block;
  font-size: 13px;
  color: #5D5D5D;
  font-weight: 300;
  height: calc(100% - 45px);
  white-space: pre-line;
  overflow: auto;
}
#modal-announcement .modal-container__announcement-detail span {
  font-size: 10px;
  color: #5F6C9E;
}
#modal-announcement .modal-container__announcement-detail .announcement-title {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #5D5D5D;
}

.modal-user-form .modal-container {
  background: #ffffff;
  background-size: 101%;
  padding: 69px;
}
.modal-user-form .modal-container__form {
  text-align: left;
}
.modal-user-form .modal-container__form h5 {
  font-size: 24px;
  margin: 0 0 25px 0;
  color: #5D5D5D;
}
.modal-user-form .modal-container__form p {
  font-size: 13px;
  margin-top: 10px;
}
.modal-user-form .modal-container__form .message {
  color: #506F9F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 12px;
}
.modal-user-form .modal-container__form button.btn.primary, .modal-user-form .modal-container__form .btn.primary {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  padding: 0 39px;
  margin-top: 5px;
  font-size: 15px;
}
.modal-user-form .modal-container__form button.btn.primary#mobileOtpCode, .modal-user-form .modal-container__form .btn.primary#mobileOtpCode {
  position: absolute;
  height: 21px;
  right: 1px;
  padding: 0 12px;
  margin-top: 0;
  font-size: 10px;
  border-radius: 4px;
}
.modal-user-form .modal-container__form button.btn.primary[type=submit], .modal-user-form .modal-container__form .btn.primary[type=submit] {
  width: 100%;
  margin: 32px 0 0;
}
.modal-user-form .modal-container__form form {
  max-height: 75vh;
  overflow: auto;
  font-size: 13px;
  padding: 2px 6px 0 0;
  overflow: scroll;
  scrollbar-color: rgb(221, 221, 221) transparent;
  scrollbar-width: thin;
}
.modal-user-form .modal-container__form form::-webkit-scrollbar {
  width: 8px;
}
.modal-user-form .modal-container__form form::-webkit-scrollbar-track {
  background: none;
}
.modal-user-form .modal-container__form form::-webkit-scrollbar-thumb {
  background-color: rgb(221, 221, 221);
  border-radius: 12px;
}
.modal-user-form .modal-container__form form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.modal-user-form .modal-container__form form > div p {
  color: #5D5D5D;
  min-width: 60px;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.modal-user-form .modal-container__form form > div input {
  width: 280px;
  height: 32px;
  padding: 0 9px;
  border: none;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  margin-left: 20px;
}
.modal-user-form .modal-container__form form > div .password-reveal-wrapper input {
  width: 254px;
}
.modal-user-form .modal-container__form form .otp-input {
  position: relative;
}
.modal-user-form .modal-container__form form .error-message-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  margin-bottom: -15px !important;
}
.modal-user-form .modal-container__form form .error-message-box .error-message-title {
  background: none;
  color: #C4311F;
  font-size: 13px !important;
  font-weight: bold;
}
.modal-user-form .modal-container__form form .error-message-box .error-message-title svg path {
  fill: #C4311F;
  font-weight: bold;
}
.modal-user-form .modal-container__form form .error-message-box .error-message-content {
  background: none;
  color: #C4311F;
  line-height: 1.5;
  font-size: 13px !important;
  padding-top: 0px !important;
}
.modal-user-form .modal-container__form #registerFormWithGroupError button[type=submit], .modal-user-form .modal-container__form #registerFormWithGroupError [type=submit].btn {
  display: none;
}
.modal-user-form .modal-container__form #signUpSubmitButton {
  margin: 32px 0 0;
  width: 100%;
}
.modal-user-form .modal-container__form .submit-success {
  display: none;
}
.modal-user-form .modal-container__form .submit-success.active {
  display: block;
}
.modal-user-form .modal-container__form .field-captcha {
  gap: 6px;
}
.modal-user-form .modal-container__form .field-captcha input {
  width: 200px;
}
.modal-user-form .modal-container__form .field-captcha img {
  width: 75px;
}

#modal-feedback .modal-container h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2px auto;
  font-size: 16px;
  color: #506F9F;
}
#modal-feedback .modal-container .feedback-section {
  width: 545px;
  height: 644px;
}
#modal-feedback .modal-container .feedback-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
#modal-feedback .modal-container .feedback-section__feedback-empty {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#modal-feedback .modal-container .feedback-section__feedback-empty > p {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0px;
  color: #8f8f8f;
}
#modal-feedback .modal-container .feedback-section__feedback-list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  overflow-y: scroll;
}
#modal-feedback .modal-container .feedback-section__feedback-list .feedback-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  padding: 0 10px 10px 0;
  margin-top: 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #5d5d5d), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #5d5d5d 10%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 1px;
  background-repeat: repeat-x;
  cursor: pointer;
}
#modal-feedback .modal-container .feedback-section__feedback-list .feedback-list-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal-feedback .modal-container .feedback-section__feedback-list .feedback-list-item__title p {
  font-size: 10px;
  max-width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#modal-feedback .modal-container .feedback-section__feedback-list .feedback-list-item__title p:last-child {
  color: #5D5D5D;
  padding-left: 10px;
}
#modal-feedback .modal-container .feedback-section__feedback-list .feedback-list-item__title-category {
  color: #fff;
  padding: 3px 8px;
  background: #F46E3E 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 0.8;
}
#modal-feedback .modal-container .feedback-section__feedback-list .feedback-list-item__content p {
  width: 255px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 7px 0 0 0;
  font-size: 13px;
  color: #5D5D5D;
  text-overflow: ellipsis;
}
#modal-feedback .modal-container .feedback-section__feedback-list .feedback-list-item__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#modal-feedback .modal-container .feedback-section__feedback-create {
  padding: 0 13px;
}
#modal-feedback .modal-container .feedback-section__feedback-create button, #modal-feedback .modal-container .feedback-section__feedback-create .btn {
  height: auto;
  width: 100%;
  padding: 4px;
  font-size: 14px;
  color: #F46E3E;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F1E7)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F5F1E7 100%) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: inset 0px 0px 15px #E8D3BA;
  box-shadow: inset 0px 0px 15px #E8D3BA;
  border-radius: 8px;
}
#modal-feedback .modal-container .feedback-section__feedback-create button:hover, #modal-feedback .modal-container .feedback-section__feedback-create .btn:hover {
  opacity: 0.5;
}
#modal-feedback .modal-container .feedback-create-section {
  width: 545px;
  height: 644px;
}
#modal-feedback .modal-container .feedback-create-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#modal-feedback .modal-container .feedback-create-section-wrapper h5 {
  margin-bottom: 7px;
}
#modal-feedback .modal-container .feedback-create-section__button-back {
  position: absolute;
  top: 14px;
  cursor: pointer;
}
#modal-feedback .modal-container .feedback-create-section__button-back p {
  display: inline;
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  opacity: 0.8;
}
#modal-feedback .modal-container .feedback-create-section__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  color: #5D5D5D;
}
#modal-feedback .modal-container .feedback-create-section__form p {
  font-size: 13px;
  color: #5d5d5d;
  font-weight: 400;
  opacity: 0.8;
}
#modal-feedback .modal-container .feedback-create-section__form .feedback-create-section__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#modal-feedback .modal-container .feedback-create-section__form .feedback-create-section__label p {
  font-size: 13px;
  color: #5d5d5d;
  font-weight: 400;
  opacity: 0.8;
}
#modal-feedback .modal-container .feedback-create-section__form .feedback-create-section__label p.feedback-create-section__label-subtitle {
  font-size: 12px;
  color: rgb(93, 93, 93);
  opacity: 0.4;
}
#modal-feedback .modal-container .feedback-create-section__form > p {
  font-size: 13px;
  margin-top: 20px;
}
#modal-feedback .modal-container .feedback-create-section__form select {
  display: none;
}
#modal-feedback .modal-container .feedback-create-section__form textarea {
  width: 100%;
  min-height: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  color: #5D5D5D;
  font-size: 13px;
  border-radius: 6px;
  border-color: #d9d9d9;
  outline: 0;
  resize: none;
}
#modal-feedback .modal-container .feedback-create-section__form textarea:focus {
  border-color: #167dde;
}
#modal-feedback .modal-container .feedback-create-section__form textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
#modal-feedback .modal-container .feedback-create-section__form textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
#modal-feedback .modal-container .feedback-create-section__form textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
#modal-feedback .modal-container .feedback-create-section__form textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
#modal-feedback .modal-container .feedback-create-section__form textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 5px;
  height: 42px;
  margin: 24px 0 10px;
  padding: 10px 15px;
  background-color: rgb(243, 243, 243);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: left;
  word-wrap: break-word;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper.has-image img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  height: 100%;
  opacity: 0.5;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper #feedback-create-section__upload-field-placeholder {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  color: rgb(143, 143, 143);
  opacity: 0.5;
  text-align: left;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper #feedback-create-section__upload-field-placeholder.hide {
  display: none;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper #feedback-create-section__upload-field-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  gap: 5px;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper #feedback-create-section__upload-field-detail.hide {
  display: none;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper #feedback-create-section__upload-field-detail span {
  color: rgb(22, 125, 222);
  cursor: pointer;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper #feedback-create-section__upload-field-detail img {
  cursor: pointer;
  height: 16px;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper #feedback-upload-image-button {
  color: rgb(22, 125, 222);
  cursor: pointer;
  font-weight: bold;
}
#modal-feedback .modal-container .feedback-create-section__form #feedback-create-section__upload-field-wrapper input {
  display: none;
}
#modal-feedback .modal-container .feedback-create-section__action button, #modal-feedback .modal-container .feedback-create-section__action .btn {
  width: 120px;
  height: 32px;
  font-size: 14px;
}
#modal-feedback .modal-container .feedback-create-section__action button[disabled=disabled], #modal-feedback .modal-container .feedback-create-section__action [disabled=disabled].btn {
  opacity: 0.5;
  pointer-events: none;
}
#modal-feedback .modal-container .feedback-create-section__action button:last-child, #modal-feedback .modal-container .feedback-create-section__action .btn:last-child {
  color: #5D5D5D;
}
#modal-feedback .modal-container .feedback-detail-section {
  width: 545px;
  height: 644px;
}
#modal-feedback .modal-container .feedback-detail-section__button-back {
  position: absolute;
  top: 14px;
  cursor: pointer;
}
#modal-feedback .modal-container .feedback-detail-section__button-back img {
  width: 11px;
  height: 11px;
}
#modal-feedback .modal-container .feedback-detail-section__button-back p {
  display: inline;
  font-size: 15px;
  font-weight: 500;
  color: #5d5d5d;
  opacity: 0.8;
}
#modal-feedback .modal-container .feedback-detail-section__content {
  max-height: 500px;
  overflow: scroll;
  margin-top: 30px;
  padding-left: 2px;
  padding: 5px 20px 5px 5px;
}
#modal-feedback .modal-container .feedback-detail-section__replies div {
  margin-top: 30px;
}
#modal-feedback .modal-container .feedback-detail-section__detail, #modal-feedback .modal-container .feedback-detail-section__replies div {
  padding: 16px 18px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  color: #5D5D5D;
  font-size: 13px;
  border-radius: 4px;
  border: none;
}
#modal-feedback .modal-container .feedback-detail-section__detail p, #modal-feedback .modal-container .feedback-detail-section__replies div p {
  margin: 0;
  color: #5D5D5D;
  font-size: 14px;
  word-break: break-all;
}
#modal-feedback .modal-container .feedback-detail-section__detail p:last-child, #modal-feedback .modal-container .feedback-detail-section__replies div p:last-child {
  font-size: 13px;
  margin-top: 11px;
}
#modal-feedback .modal-container .feedback-detail-section__detail .feedback-list-item__image, #modal-feedback .modal-container .feedback-detail-section__replies div .feedback-list-item__image {
  margin-top: 10px;
  text-align: left;
}
#modal-feedback .modal-container .feedback-detail-section__detail .feedback-list-item__image img, #modal-feedback .modal-container .feedback-detail-section__replies div .feedback-list-item__image img {
  max-width: 100%;
}

#modal-feedback-upload-image-preview.hide {
  display: none;
}
#modal-feedback-upload-image-preview .modal-wrapper {
  padding-top: 28px;
}
#modal-feedback-upload-image-preview .modal-wrapper img {
  max-height: 400px;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

header {
  position: fixed;
  min-width: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: white;
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

input::-webkit-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-moz-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

.inflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.top-bar {
  position: relative;
  z-index: 1;
  height: 2.5rem;
  color: #8D8D8D;
}
.top-bar > .container {
  min-width: 1200px;
  height: 32px;
  overflow: visible;
}
@media screen and (min-width: 1900px) {
  .top-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .top-bar > .container {
    min-width: 1600px;
  }
}
.top-bar .login-items {
  margin-top: 8px;
  width: 85%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-bar .company-details {
  font-size: 12px;
  margin-right: 12px;
}
.top-bar .company-details .date {
  padding-right: 12px;
}
.top-bar .company-details .date-divider {
  display: inline-block;
  height: 10px;
  border-right: 1px solid black;
}
.top-bar .company-details .time {
  padding-left: 12px;
}
.top-bar .company-details .timenow {
  margin-right: 12px;
}
.top-bar .actions-wrapper {
  margin-left: auto;
}
.top-bar .after-login {
  margin-left: 20px;
}
.top-bar .logo {
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.top-bar .logo img {
  height: 30px;
  width: auto;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bottom-bar {
  width: 100%;
  margin-top: -28px;
  height: 4.5rem;
  background: transparent;
  color: #000;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bottom-bar > .container {
  height: 100%;
  padding-top: 5px;
  min-width: 1200px;
}
@media screen and (min-width: 1900px) {
  .bottom-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .bottom-bar > .container {
    min-width: 1600px;
  }
}
.bottom-bar .menu {
  margin-left: auto;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.bottom-bar .menu .menu-item {
  position: relative;
  font-size: 14px;
  text-align: center;
}
.bottom-bar .menu .menu-item a {
  color: #8D8D8D;
  position: relative;
}
.bottom-bar .menu .menu-item.active a {
  color: #FF8307;
}
.bottom-bar .menu .menu-item a:hover {
  color: #FF8307;
}
.bottom-bar .menu .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-left: 34px;
  margin-right: 34px;
  border-right: 1px solid #354660;
  height: 12px;
  z-index: 1;
}
.bottom-bar .actions-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .login-wrapper {
  width: 20rem;
  -webkit-box-flex: 20rem;
  -ms-flex: 20rem 0 0px;
  flex: 20rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bottom-bar .login-wrapper input.login {
  width: 6.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

body {
  min-width: 1200px;
}

body,
.container {
  min-width: 62.5rem;
}
body.large,
.container.large {
  min-width: 75rem;
}

@media (max-width: 1300px) {
  .container {
    padding-right: 50px;
  }
}
.tutorial-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-x: scroll;
  gap: 10px;
}
.tutorial-section .tutorial-container {
  color: #354660;
}
.tutorial-section .tutorial-container__image-wrapper {
  position: relative;
  width: 190px;
  height: 113px;
}
.tutorial-section .tutorial-container__image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 1px solid #DDDDDD;
}
.tutorial-section .tutorial-container__image-wrapper--overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tutorial-section .tutorial-container__image-wrapper--overlay img {
  width: initial;
  height: initial;
  border: none;
}
.tutorial-section .tutorial-container p {
  color: #354660;
  font-size: 15px;
  margin: 8px 0 0 0;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

header {
  position: fixed;
  min-width: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: white;
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

input::-webkit-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-moz-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

.inflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.top-bar {
  position: relative;
  z-index: 1;
  height: 2.5rem;
  color: #8D8D8D;
}
.top-bar > .container {
  min-width: 1200px;
  height: 32px;
  overflow: visible;
}
@media screen and (min-width: 1900px) {
  .top-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .top-bar > .container {
    min-width: 1600px;
  }
}
.top-bar .login-items {
  margin-top: 8px;
  width: 85%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-bar .company-details {
  font-size: 12px;
  margin-right: 12px;
}
.top-bar .company-details .date {
  padding-right: 12px;
}
.top-bar .company-details .date-divider {
  display: inline-block;
  height: 10px;
  border-right: 1px solid black;
}
.top-bar .company-details .time {
  padding-left: 12px;
}
.top-bar .company-details .timenow {
  margin-right: 12px;
}
.top-bar .actions-wrapper {
  margin-left: auto;
}
.top-bar .after-login {
  margin-left: 20px;
}
.top-bar .logo {
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.top-bar .logo img {
  height: 30px;
  width: auto;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bottom-bar {
  width: 100%;
  margin-top: -28px;
  height: 4.5rem;
  background: transparent;
  color: #000;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bottom-bar > .container {
  height: 100%;
  padding-top: 5px;
  min-width: 1200px;
}
@media screen and (min-width: 1900px) {
  .bottom-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .bottom-bar > .container {
    min-width: 1600px;
  }
}
.bottom-bar .menu {
  margin-left: auto;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.bottom-bar .menu .menu-item {
  position: relative;
  font-size: 14px;
  text-align: center;
}
.bottom-bar .menu .menu-item a {
  color: #8D8D8D;
  position: relative;
}
.bottom-bar .menu .menu-item.active a {
  color: #FF8307;
}
.bottom-bar .menu .menu-item a:hover {
  color: #FF8307;
}
.bottom-bar .menu .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-left: 34px;
  margin-right: 34px;
  border-right: 1px solid #354660;
  height: 12px;
  z-index: 1;
}
.bottom-bar .actions-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .login-wrapper {
  width: 20rem;
  -webkit-box-flex: 20rem;
  -ms-flex: 20rem 0 0px;
  flex: 20rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bottom-bar .login-wrapper input.login {
  width: 6.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

body {
  min-width: 1200px;
}

body,
.container {
  min-width: 62.5rem;
}
body.large,
.container.large {
  min-width: 75rem;
}

@media (max-width: 1300px) {
  .container {
    padding-right: 50px;
  }
}
.novice-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.novice-section .novice-container {
  width: 100%;
  min-height: 192px;
  padding: 16px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1019607843);
  border: 1px solid rgba(0, 0, 0, 0.0509803922);
  border-radius: 9px;
  background: #FFFFFF;
}
.novice-section .novice-container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.novice-section .novice-container__header p {
  margin: 0 0 0 7px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #5D5D5D;
}
.novice-section .novice-container__header img {
  width: 6px;
  height: 10px;
}
.novice-section .novice-container__header > img {
  width: 30px;
  height: 30px;
}
.novice-section .novice-container__body {
  color: #167DDE;
  line-height: 2;
}
.novice-section .novice-container__body ul {
  -webkit-padding-start: 25px;
  padding-inline-start: 25px;
}
.novice-section .novice-container__body a {
  font-size: 14px;
}

.faq-section {
  color: #5D5D5D;
}
.faq-section .faq-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 15px;
}
.faq-section .faq-nav__nav-item {
  cursor: pointer;
}
.faq-section .faq-nav__nav-item p {
  margin: 0;
}
.faq-section .faq-nav__nav-item .bottom-border {
  width: 39px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
}
.faq-section .faq-nav__nav-item.active p {
  font-weight: 400;
}
.faq-section .faq-nav__nav-item.active .bottom-border {
  background: #F46E3E;
  border-radius: 5px;
}
.faq-section .faq-content {
  display: none;
  position: relative;
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.faq-section .faq-content.active {
  display: block;
}
.faq-section .faq-content__iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.body-wrapper {
  max-height: 100vh;
}

.section-help {
  padding-top: 8rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
@media screen and (min-width: 1900px) {
  .section-help {
    width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .section-help {
    width: 1600px;
  }
}
.section-help .help-container {
  position: relative;
  width: 100%;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  color: #506F9F;
  background: #FFFFFF url("../img/help-background.png") no-repeat left top;
  background-size: contain;
}
.section-help .help-container__header {
  padding-left: 171px;
  padding-top: 37px;
}
.section-help .help-container__header h1, .section-help .help-container__header p {
  margin: 0;
}
.section-help .help-container__body {
  padding: 37px 35px;
  top: 140px;
}
.section-help .help-container__body h5 {
  font-size: 18px;
  font-weight: 500;
}
.section-help .help-container__body a {
  font-size: 16px;
}
.section-help .help-container__body a:hover {
  opacity: 0.8;
}
.section-help .help-container__body .link-more {
  color: #167DDE;
}
.section-help .help-contact-container {
  top: 6rem;
  position: sticky;
  max-width: 251px;
  min-width: 251px;
  margin-left: 16px;
  margin-right: 0;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 22px 22px 10px 22px;
}
.section-help .help-contact-container .title {
  text-align: left;
}
.section-help .help-contact-container .title h5 {
  color: #506F9F;
  font-weight: 500;
  letter-spacing: normal;
  margin-bottom: 50px;
}
.section-help .help-contact-container .title .model {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 0;
  width: 133px;
  height: 155px;
}

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

header {
  position: fixed;
  min-width: 100%;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: white;
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

input::-webkit-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-moz-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input:-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::-ms-input-placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

input::placeholder {
  color: #5D5D5D;
  opacity: 0.8;
}

.inflow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.top-bar {
  position: relative;
  z-index: 1;
  height: 2.5rem;
  color: #8D8D8D;
}
.top-bar > .container {
  min-width: 1200px;
  height: 32px;
  overflow: visible;
}
@media screen and (min-width: 1900px) {
  .top-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .top-bar > .container {
    min-width: 1600px;
  }
}
.top-bar .login-items {
  margin-top: 8px;
  width: 85%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.top-bar .company-details {
  font-size: 12px;
  margin-right: 12px;
}
.top-bar .company-details .date {
  padding-right: 12px;
}
.top-bar .company-details .date-divider {
  display: inline-block;
  height: 10px;
  border-right: 1px solid black;
}
.top-bar .company-details .time {
  padding-left: 12px;
}
.top-bar .company-details .timenow {
  margin-right: 12px;
}
.top-bar .actions-wrapper {
  margin-left: auto;
}
.top-bar .after-login {
  margin-left: 20px;
}
.top-bar .logo {
  height: 4.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.top-bar .logo img {
  height: 30px;
  width: auto;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.bottom-bar {
  width: 100%;
  margin-top: -28px;
  height: 4.5rem;
  background: transparent;
  color: #000;
  -webkit-transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: height 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.bottom-bar > .container {
  height: 100%;
  padding-top: 5px;
  min-width: 1200px;
}
@media screen and (min-width: 1900px) {
  .bottom-bar > .container {
    min-width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .bottom-bar > .container {
    min-width: 1600px;
  }
}
.bottom-bar .menu {
  margin-left: auto;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.bottom-bar .menu .menu-item {
  position: relative;
  font-size: 14px;
  text-align: center;
}
.bottom-bar .menu .menu-item a {
  color: #8D8D8D;
  position: relative;
}
.bottom-bar .menu .menu-item.active a {
  color: #FF8307;
}
.bottom-bar .menu .menu-item a:hover {
  color: #FF8307;
}
.bottom-bar .menu .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  margin-left: 34px;
  margin-right: 34px;
  border-right: 1px solid #354660;
  height: 12px;
  z-index: 1;
}
.bottom-bar .actions-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .login-wrapper {
  width: 20rem;
  -webkit-box-flex: 20rem;
  -ms-flex: 20rem 0 0px;
  flex: 20rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bottom-bar .login-wrapper input.login {
  width: 6.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-bar .button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.flex-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.flex.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

body {
  min-width: 1200px;
}

body,
.container {
  min-width: 62.5rem;
}
body.large,
.container.large {
  min-width: 75rem;
}

@media (max-width: 1300px) {
  .container {
    padding-right: 50px;
  }
}
.help-more-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 766px;
  width: 1200px;
  padding-top: 10rem;
}
.help-more-container__tab {
  min-width: 200px;
  background: #F0F4F9;
  padding: 40px 16px 40px 16px;
  border: 1px solid #DDDDDD;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.help-more-container__tab .tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  cursor: pointer;
}
.help-more-container__tab .tab-header:hover {
  opacity: 0.8;
}
.help-more-container__tab h5 {
  color: #506F9F;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0 16px;
}
.help-more-container__tab p {
  color: #354660;
}
.help-more-container__tab p.tab-title {
  font-size: 16px;
  margin: 20px 0 0 20px;
}
.help-more-container__tab p.tab-subtitle {
  font-size: 12px;
  margin: 12px 0 0 20px;
}
.help-more-container__tab ul {
  margin: 6px 0 6px 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  color: #167DDE;
  font-size: 14px;
  line-height: 1.8;
  list-style: inside;
  cursor: pointer;
}
.help-more-container__tab ul li {
  padding-left: 24px;
}
.help-more-container__tab ul li:hover {
  opacity: 0.8;
}
.help-more-container__tab ul li.active {
  background: #E1E7F0 0% 0% no-repeat padding-box;
  border-radius: 6px;
}
.help-more-container__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: 1px solid #DDDDDD;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #FFFFFF;
}
.help-more-container__content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  background: white;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", "Microsoft Yahei", sans-serif;
}

body .body-background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-color: white;
  background-image: url("../img/bg_home.webp");
  background-repeat: no-repeat;
  z-index: -5;
}

body .body-wrapper {
  overflow-x: initial;
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in;
  transition: opacity 150ms ease-in;
}

body.ready .body-wrapper {
  opacity: 1;
}

.btn {
  border: 0;
  border-style: solid;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  color: #354660;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5));
  background-image: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
  cursor: pointer;
  line-height: 2em;
  height: 27px;
  width: 88px;
  padding: 0 0.6em;
  margin: 0 0.3em;
  outline: none;
  color: black;
}
.btn:hover {
  background-image: linear-gradient(135deg, #fff 0%, #fefefe 100%);
  -webkit-transition: background-image 300ms ease;
  transition: background-image 300ms ease;
}
.btn:active, .btn.nice-select.open {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E5E5E5));
  background: linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%);
}

.btn.primary {
  color: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E8AC3A), to(#DE7035));
  background-image: linear-gradient(180deg, #E8AC3A 0%, #DE7035 100%);
}
.btn.primary:hover {
  background: #DE7035;
  -webkit-transition: background-image 300ms ease;
  transition: background-image 300ms ease;
}

.hide {
  display: none;
}

.title {
  text-align: center;
}
.title h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding: 0.5rem 0;
}
.title h5 {
  font-size: 1.1rem;
  font-weight: 100;
  letter-spacing: 0.2rem;
  margin: 0;
  padding: 0 0 0.5rem 0;
}
.title a {
  color: #f4cd30;
  font-size: 0.8rem;
}

.follower {
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  vertical-align: middle;
}
.follower > * {
  position: absolute;
  height: 1em;
  width: auto;
  top: -0.5em;
  right: 0.5rem;
  cursor: pointer;
}

.section-banner {
  position: relative;
  min-height: 30rem;
  height: 30rem;
  width: 1200px;
  margin: auto;
  padding-top: 5.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.section-banner .banner-carousel {
  height: calc(100% - 26px);
}
.section-banner .banner-carousel .flickity-page-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-banner .banner-carousel li.dot {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 66px;
  min-width: 10px;
  height: 9px;
  margin: 0 4px;
  border-radius: 5px;
  background: #F46E3E;
  opacity: 0.2;
}
.section-banner .banner-carousel li.dot.is-selected {
  opacity: 1;
}
.section-banner .carousel-cell {
  height: 100%;
  width: 100%;
}
.section-banner .carousel-cell > * {
  height: 100%;
}
.section-banner .carousel-cell > .img-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: blur(10px) grayscale(50%);
  filter: blur(10px) grayscale(50%);
  z-index: 1;
}
.section-banner .carousel-cell > img {
  position: inherit;
  display: block;
  width: 1200px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
  z-index: 2;
}

.section-spray-spots {
  width: 1200px;
  display: block;
  margin: 4vw auto 0 auto;
}
@media screen and (min-width: 1900px) {
  .section-spray-spots {
    width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .section-spray-spots {
    width: 1600px;
  }
}
.section-spray-spots .flag-platforms {
  background: url("../img/flag_bg.png") no-repeat center;
  background-size: contain;
  background-position: top;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 110px 45px 0px 45px;
  height: 420px;
}
@media screen and (min-width: 1900px) {
  .section-spray-spots .flag-platforms {
    height: 520px;
    padding-top: 150px;
  }
}
@media screen and (min-width: 2500px) {
  .section-spray-spots .flag-platforms {
    height: 620px;
    padding-top: 190px;
  }
}
.section-spray-spots .flag-platforms > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-spray-spots .flag-platforms .platforms-subheader {
  font-size: 18px;
  color: #506F9F;
}
.section-spray-spots .flag-platforms .platforms-header {
  font-size: 36px;
  color: #506F9F;
  font-weight: bold;
  margin-bottom: 26px;
}
.section-spray-spots .flag-platforms .platforms-group-header {
  color: #506F9F;
  margin: 12px 0 8px 0;
}
.section-spray-spots .flag-platforms .platforms-group-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 26px;
}
.section-spray-spots .flag-platforms .platforms-group-item-wrapper > button, .section-spray-spots .flag-platforms .platforms-group-item-wrapper > .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
  margin: 8px;
  max-width: 90px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 3px rgba(12, 51, 109, 0.5019607843);
  box-shadow: 0px 0px 3px rgba(12, 51, 109, 0.5019607843);
  border-radius: 8px;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #e5e5e5 100%) 0% 0% no-repeat padding-box;
  border: none;
  cursor: pointer;
  font-size: 15px;
  color: #5D5D5D;
}
.section-spray-spots .flag-platforms .platforms-group-item-wrapper > button:hover, .section-spray-spots .flag-platforms .platforms-group-item-wrapper > .btn:hover {
  background: #e5e5e5;
}

.app-banner.no-width {
  margin: 12px 28px;
}

.app-banner:not(.no-width) {
  margin: 4vw auto 0 auto;
  width: 1200px;
}
@media screen and (min-width: 1900px) {
  .app-banner:not(.no-width) {
    width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .app-banner:not(.no-width) {
    width: 1600px;
  }
}

.app-banner {
  text-align: center;
}
.app-banner > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.app-banner div > .app-banner-image > img {
  width: 110%;
}
.app-banner .subheader {
  color: #506F9F;
  font-size: 18px;
}
.app-banner .header {
  color: #F46E3E;
  font-size: 39px;
  font-weight: bold;
  margin: 14px 0 18px 0;
}
.app-banner .subtext {
  color: #8D8D8D;
  line-height: 1.6rem;
  padding: 0 75px;
  margin-bottom: 12px;
}
.app-banner .app-download-option-wrapper .app-download-option .app-download-option-header {
  color: #506F9F;
  font-size: 18px;
}
.app-banner .app-download-option-wrapper .app-download-option .app-download-option-button {
  margin: 12px;
}
.app-banner .app-download-option-wrapper .app-download-option .app-download-option-text {
  color: #8D8D8D;
  font-size: 16px;
  line-height: 1.7rem;
}
.app-banner .app-download-option-wrapper .app-download-option .highlight {
  color: #F46E3E;
}
.app-banner .app-download-option-wrapper .app-download-option .button3 {
  background: url("../img/box_bg.png") no-repeat;
  background-size: 100% 100%;
  height: 150px;
  width: 226px;
  font-size: 12px;
}
.app-banner .app-download-option-wrapper .app-download-option .button3 .mac-download-button {
  background: url("../img/app-download-macos.svg") no-repeat;
  background-size: contain;
  height: 65px;
  width: 65px;
  margin-top: 8px;
  cursor: pointer;
}
.app-banner .app-download-option-wrapper .app-download-option .button3 .mac-download-button:hover {
  opacity: 0.8;
}
.app-banner .app-download-option-wrapper .app-download-option .button3 .download-group-divider {
  margin: 12px 12px 24px 12px;
  border-left: 1px solid white;
  border-right: 1px solid #dae4ee;
  height: 40%;
}
.app-banner .app-download-option-wrapper .app-download-option .button3 .windows-download-button {
  background: url("../img/app-download-windows.svg") no-repeat;
  background-size: contain;
  height: 65px;
  width: 65px;
  margin-top: 8px;
  cursor: pointer;
}
.app-banner .app-download-option-wrapper .app-download-option .button3 .windows-download-button:hover {
  opacity: 0.8;
}
.app-banner .option-wrapper {
  gap: 25px;
}
.app-banner .option-wrapper .option .option-header {
  color: #506F9F;
  font-size: 18px;
}
.app-banner .option-wrapper .option .option-button {
  margin: 12px auto 12px auto;
}
.app-banner .option-wrapper .option .option-text {
  color: #8D8D8D;
  font-size: 16px;
  line-height: 1.7rem;
}
.app-banner .option-wrapper .option .option-text__mobile_site-url {
  text-overflow: ellipsis;
}
.app-banner .option-wrapper .option .highlight {
  color: #506F9F;
}
.app-banner .option-wrapper .option .mobile-site-url {
  background: url("../img/app-download-mobile.svg") no-repeat;
  background-size: contain;
  background-size: contain;
  cursor: pointer;
  height: 150px;
  width: 160px;
}
.app-banner .option-wrapper .option .mobile-site-url:hover {
  opacity: 0.8;
}
.app-banner .option-wrapper .option .button-qr {
  position: relative;
  cursor: pointer;
  background: url("../img/box_bg.png") no-repeat;
  background-size: contain;
  height: 150px;
  width: 160px;
}
.app-banner .option-wrapper .option .button-qr .qr-code {
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.app-banner .option-wrapper .option .button-qr .tooltip {
  position: absolute;
  top: -150px;
  left: 20px;
  padding: 0.5rem;
  background-color: white;
  -webkit-box-shadow: 0px 0px 3px rgba(101, 149, 222, 0.3019607843);
  box-shadow: 0px 0px 3px rgba(101, 149, 222, 0.3019607843);
  -webkit-transition: opacity 300ms ease-in-out, visibility 300ms;
  transition: opacity 300ms ease-in-out, visibility 300ms;
  visibility: hidden;
  opacity: 0;
}
.app-banner .option-wrapper .option .button-qr .tooltip::after {
  content: "";
  background-color: white;
  -webkit-box-shadow: 2px 2px 2px -1px rgba(101, 149, 222, 0.3019607843);
  box-shadow: 2px 2px 2px -1px rgba(101, 149, 222, 0.3019607843);
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50px;
  bottom: -7px;
  -webkit-transform: rotate(32deg) skew(-22deg);
  -ms-transform: rotate(32deg) skew(-22deg);
  transform: rotate(32deg) skew(-22deg);
}
.app-banner .option-wrapper .option .button-qr:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
.app-banner img.aff-management {
  width: 106px;
  height: 106px;
  margin-right: 18px;
}

.service-flow {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 3vw auto 6vw auto;
  text-align: center;
  width: 1200px;
}
@media screen and (min-width: 1900px) {
  .service-flow {
    width: 1400px;
  }
}
@media screen and (min-width: 2500px) {
  .service-flow {
    width: 1600px;
  }
}
.service-flow .service-subheader {
  font-size: 18px;
  color: #506F9F;
}
.service-flow .service-header {
  font-size: 36px;
  color: #F46E3E;
  font-weight: bold;
  margin: 8px 0 36px 0;
}
.service-flow .service-flow-item-container {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-flow .service-flow-item {
  max-width: 270px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-flow .service-flow-item .service-flow-item-header {
  color: #506F9F;
  font-size: 24px;
  margin: 18px 0 24px 0;
}
.service-flow .service-flow-item .service-flow-item-text {
  color: #8D8D8D;
  font-size: 16px;
  max-width: 270px;
  line-height: 1.8rem;
}
.service-flow .service-image > img {
  width: 208px;
  height: 208px;
}

.marquee-container {
  gap: 20px;
}

.marquee {
  white-space: nowrap;
}

.marquee-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

.marquee-wrapper {
  width: 500px;
  font-size: 0.8rem;
  color: #5D5D5D;
  line-height: 2.2rem;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
  -webkit-box-shadow: inset 0px 0px 13px rgba(108, 108, 108, 0.2);
  box-shadow: inset 0px 0px 13px rgba(108, 108, 108, 0.2);
}
.marquee-wrapper .info-container {
  padding: 4px 0;
}
.marquee-wrapper .info-container .info-title {
  color: #F46E3E;
  padding: 0 12px 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.marquee-wrapper .info-container .info-title p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
}
.marquee-wrapper .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  height: 2.2rem;
  cursor: pointer;
}
.marquee-wrapper .info-wrapper .info {
  position: absolute;
  max-width: 380px;
  padding-left: 0.75rem;
  top: 0;
  left: 0;
  -webkit-animation: infoHide 300ms ease;
  animation: infoHide 300ms ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.marquee-wrapper .info-wrapper .info.active {
  -webkit-animation: infoShow 300ms ease;
  animation: infoShow 300ms ease;
}

@-webkit-keyframes infoShow {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes infoShow {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes infoHide {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes infoHide {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
[aria-selected=false] .banner1 .img,
.section-banner:not(.active) .banner1 .img {
  opacity: 0;
}
[aria-selected=false] .banner1 .img-ribbon-left,
[aria-selected=false] .banner1 .img-ribbon-right,
.section-banner:not(.active) .banner1 .img-ribbon-left,
.section-banner:not(.active) .banner1 .img-ribbon-right {
  opacity: 0;
}
[aria-selected=false] .banner1 .img-splash,
.section-banner:not(.active) .banner1 .img-splash {
  opacity: 0;
}
[aria-selected=false] .banner1 .img-macau,
.section-banner:not(.active) .banner1 .img-macau {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
[aria-selected=false] .banner1 .img-text,
.section-banner:not(.active) .banner1 .img-text {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
[aria-selected=false] .banner1 .img-title,
.section-banner:not(.active) .banner1 .img-title {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
[aria-selected=false] .banner2 .img,
.section-banner:not(.active) .banner2 .img {
  opacity: 0;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}
[aria-selected=false] .banner2 .game-label,
.section-banner:not(.active) .banner2 .game-label {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.section-banner.active [aria-selected=true] .spot,
.section-banner.active [aria-selected=true] .img {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.section-banner.active [aria-selected=true] .game-label {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes ribbon-flag-left {
  from {
    -webkit-transform: rotateZ(4deg) scale(1.1, 1);
    transform: rotateZ(4deg) scale(1.1, 1);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes ribbon-flag-left {
  from {
    -webkit-transform: rotateZ(4deg) scale(1.1, 1);
    transform: rotateZ(4deg) scale(1.1, 1);
  }
  to {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@-webkit-keyframes ribbon-flag-right {
  from {
    -webkit-transform: rotateZ(-4deg) scale(1.1, 1);
    transform: rotateZ(-4deg) scale(1.1, 1);
  }
  to {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }
}
@keyframes ribbon-flag-right {
  from {
    -webkit-transform: rotateZ(-4deg) scale(1.1, 1);
    transform: rotateZ(-4deg) scale(1.1, 1);
  }
  to {
    -webkit-transform: rotateZ(0deg) scale(1, 1);
    transform: rotateZ(0deg) scale(1, 1);
  }
}
.section-leakage {
  position: relative;
  height: 8.75rem;
  background-size: 100% 100%;
  z-index: 1;
}

.features-wrapper .feature {
  position: relative;
  width: 50%;
}
.features-wrapper .feature:before {
  content: "";
  position: absolute;
  top: 10%;
  width: 70%;
  height: 80%;
  background: white;
  z-index: -1;
}
.features-wrapper .feature:nth-of-type(1)::before {
  right: 0;
}
.features-wrapper .feature:nth-of-type(2)::before {
  left: 0;
}
.features-wrapper .feature.gift {
  margin-right: 0.5rem;
}
.features-wrapper .feature.gift .icon {
  background: url("../img/feature_left.png") center top/100% auto no-repeat;
}
.features-wrapper .feature.gift .gift-wrapper {
  width: calc(100% - 14rem);
}
.features-wrapper .feature.gift .gift-wrapper .image-wrapper {
  height: 5.5rem;
  min-width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.features-wrapper .feature.gift .gift-wrapper .text {
  height: 1rem;
  font-size: 0.6rem;
}
.features-wrapper .feature.promo {
  margin-left: 0.5rem;
}
.features-wrapper .feature.promo .icon {
  background: url("../img/feature_right.png") center top/100% auto no-repeat;
}
.features-wrapper .feature.promo .text {
  text-align: left;
  width: calc(100% - 14rem);
  height: 100%;
}
.features-wrapper .feature.promo .text .title {
  color: #ffc92d;
  font-size: 1.25rem;
  margin: 0 0 0.5rem 0;
  font-weight: bold;
  text-align: left;
}
.features-wrapper .feature.promo .text p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1rem;
}
.features-wrapper .feature .icon {
  position: relative;
  overflow: hidden;
  height: 8.75rem;
  width: 14rem;
  margin: 0 -1rem;
}
.features-wrapper .feature .icon img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.features-wrapper .feature .text {
  font-size: 0.875rem;
  line-height: 1.2rem;
  text-align: center;
  padding: 0rem 0.5rem;
}
.features-wrapper .feature .text a {
  color: #f4cd30;
}

.section-header {
  background-image: url("../img/bg_header_regular.jpg");
  margin-top: 5rem;
  position: relative;
  text-align: center;
}
.section-header svg.bg-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-header svg.title {
  position: relative;
  margin-top: 2rem;
}

.section-faq {
  width: 100%;
  background-color: #e9eef3;
}
.section-faq .section-wrapper {
  width: 75%;
  margin: 0 auto;
}
.section-faq.section-header {
  background-image: url("../img/banner_faq.jpg"), url("../img/banner_faq_tile.jpg");
  background-position: top center;
  background-repeat: no-repeat, repeat-x;
  padding-top: 11rem;
  text-align: left;
  height: auto;
  margin-bottom: 0;
}
.section-faq.section-header .title {
  color: #3f5fa8;
  font-size: 23px;
  text-align: left;
}
.section-faq.section-header .subtitle {
  color: #a5a5a5;
  font-size: 14px;
}
.section-faq.section-content {
  margin-top: 0;
  padding: 0 0 5rem;
}
.section-faq.section-content .container {
  width: 100%;
  min-width: 100%;
  margin-top: 20px;
}
.section-faq.section-content .container .tab-wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.section-faq.section-content .container .tab-wrapper ul li {
  cursor: pointer;
  width: 180px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 12px;
  color: #b5b5b5;
  padding: 12px 0;
  border: 1px solid #ffffff;
}
.section-faq.section-content .container .tab-wrapper ul li.active {
  background-color: #3f5fa8;
  border: 1px solid #3f5fa8;
  color: #ffffff;
  font-weight: bold;
}
.section-faq.section-content .tab-content {
  display: none;
  min-height: 600px;
  position: relative;
  width: 100%;
  border: 1px solid #c7c7c7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
}
.section-faq.section-content .tab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-faq.section-content .tab-content .subtab-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  margin: 23px 0;
  position: relative;
  border-right: 1px solid #d0d0d0;
}
.section-faq.section-content .tab-content .subtab-wrapper ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0 17px 0 0;
}
.section-faq.section-content .tab-content .subtab-wrapper ul li {
  cursor: pointer;
  color: rgba(69, 92, 163, 0.8);
  padding: 13px 0 13px 33px;
  margin: 5px 0;
  font-size: 12px;
}
.section-faq.section-content .tab-content .subtab-wrapper ul li.active {
  font-weight: bold;
  background: #eef0f5;
  border-radius: 0px 10px 10px 0px;
}
.section-faq.section-content .tab-content .subtab-content {
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: none;
}
.section-faq.section-content .tab-content .subtab-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-faq.section-content .tab-content .subtab-content.alwaysActive {
  width: calc(100% - 50px);
  display: block;
  padding: 15px 25px;
}
.section-faq.section-content .tab-content .subtab-content iframe {
  width: calc(100% - 30px);
  height: 100%;
  border: 0;
}

.section-affindex.section-header {
  background-image: url("../img/banner_aff.jpg");
}

.section-forgetpwd.section-header {
  background-image: url("../img/banner_fgtpassword.jpg");
}

.section-promo.section-header {
  background-image: url("../img/banner_promo.jpg");
}

.section-title {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #8448c2;
}
.section-title .header-title {
  color: white;
  font-style: italic;
  text-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.75);
  text-align: center;
}
.section-title .header-title .title-wrapper {
  width: 40rem;
  padding: 5rem 0;
}
.section-title .header-title .title-wrapper :first-child {
  text-align: left;
}
.section-title .header-title .title-wrapper :last-child {
  text-align: right;
}
.section-title .header-title h1 {
  margin: 0;
  font-size: 3.5rem;
}
.section-title .header-title h3 {
  margin: 0;
  font-size: 2.4rem;
}

.section-header {
  background-repeat: no-repeat;
  background-position: center top;
  height: 38rem;
  margin-bottom: -22rem;
}

.section-content {
  margin-top: -5rem;
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 27rem;
}
.section-content .title {
  position: relative;
  color: #6041a8;
  padding-bottom: 3rem;
}
.section-content button.action, .section-content .action.btn {
  margin-top: 0.5rem;
  line-height: 2.7em;
  letter-spacing: 1px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#0265e5), color-stop(#2abff3), to(#03d8ba));
  background: linear-gradient(to right, #0265e5, #2abff3, #03d8ba);
  color: white;
  outline: none;
  -webkit-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-content button.action:active, .section-content .action.btn:active, .section-content button.action.nice-select.open, .section-content .action.btn.nice-select.open {
  -webkit-transform: translate(0.2rem, 0.2rem);
  -ms-transform: translate(0.2rem, 0.2rem);
  transform: translate(0.2rem, 0.2rem);
}
.section-content .btn-wrapper {
  margin-bottom: 1rem;
}
.section-content button.btn, .section-content .btn {
  font-size: 1.2rem;
  width: 15rem;
  margin: 0 0.2rem;
}
.section-content button.btn.purple, .section-content .btn.purple {
  background: -webkit-gradient(linear, left top, right top, from(#8a5dd4), to(#3a2a76));
  background: linear-gradient(to right, #8a5dd4, #3a2a76);
  -webkit-box-shadow: 0.2rem 0.2rem 0 #b3a7e1;
  box-shadow: 0.2rem 0.2rem 0 #b3a7e1;
}
.section-content button.btn.purple:active, .section-content .btn.purple:active, .section-content .btn.purple.nice-select.open {
  -webkit-box-shadow: 0 0 0 #b3a7e1;
  box-shadow: 0 0 0 #b3a7e1;
}
.section-content .sub-pages {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ffffff;
}
.section-content .sub-pages .nav {
  padding: 1rem 0;
}
.section-content .sub-pages .nav a {
  position: relative;
  width: 100%;
}
.section-content .sub-pages .nav a span {
  vertical-align: middle;
  line-height: 3rem;
}
.section-content .sub-pages .nav a .number {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
  margin-right: 1em;
}
.section-content .sub-pages .nav a .number .bg {
  font-size: 2.21rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1em;
  height: 1em;
  background-color: #e5f9f9;
  background-position: center center;
  z-index: -1;
}
.section-content .sub-pages .nav a .number .bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8em;
  height: 0.8em;
  color: #d9f1f2;
  -webkit-box-shadow: -0.14em -0.14em 0 currentColor;
  box-shadow: -0.14em -0.14em 0 currentColor;
  z-index: -1;
}
.section-content .sub-pages .nav a .number .bg:after {
  content: "";
  position: absolute;
  width: 0.3em;
  height: 0.3em;
  right: -0.15em;
  bottom: -0.15em;
  background-color: #61e2e2;
  z-index: 1;
}
.section-content .sub-pages .nav .tab {
  position: relative;
  line-height: 3rem;
  width: 100%;
  text-align: center;
  z-index: 0;
  color: #2299ab;
  padding-top: 2rem;
}
.section-content .sub-pages .nav .tab span {
  line-height: 1.5rem;
  margin-right: 0.5rem;
}
.section-content .sub-pages .nav .tab svg {
  fill: #2299ab;
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
}
.section-content .sub-pages .nav .tab .icon > svg {
  position: absolute;
  top: -0.1rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.8rem;
  height: 1.8rem;
}
.section-content .sub-pages .nav .tab:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.section-content .sub-pages .nav .tab.active {
  color: #189bff;
  pointer-events: none;
}
.section-content .sub-pages .nav .tab.active svg {
  fill: white;
}
.section-content .sub-pages .nav .tab.active .number .bg {
  background-color: #189bff;
  background-image: linear-gradient(108deg, #02a0e5, #2ac5f3 30%, #2ab1f3 56%, #0265e5);
}
.section-content .sub-pages .nav .tab.active .number .bg:before {
  color: #d3f6ff;
}
.section-content .sub-pages .nav .tab.active .number .bg:after {
  background-color: #fecf22;
  -webkit-animation: bounce 300ms alternate cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: bounce 300ms alternate cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.section-content .sub-pages .nav.nav-vertical {
  position: relative;
  width: 19rem;
  padding: 2rem 2rem 3rem 1rem;
}
.section-content .sub-pages .nav.nav-vertical .tab {
  text-align: left;
  padding: 1rem 0;
}
.section-content .sub-pages .nav.nav-vertical .tab .number {
  margin-right: 2.2rem;
  margin-left: 3rem;
}
.section-content .sub-pages .nav.nav-vertical + .pages {
  position: relative;
  padding: 3rem 3rem;
  min-height: 40rem;
}
.section-content .sub-pages .nav.nav-vertical + .pages:after {
  content: "";
  height: calc(100% - 4rem);
  width: 1px;
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0265e5), color-stop(#2abff3), to(#03d8ba));
  background-image: linear-gradient(to top, #0265e5, #2abff3, #03d8ba);
}
.section-content .sub-pages .nav.nav-horizontal {
  margin: 0 2rem;
  padding: 2rem 0;
  width: calc(100% - 4rem);
  border-bottom: 1px solid #03d8ba;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.section-content .sub-pages .nav.nav-horizontal .tab {
  position: relative;
  width: 100%;
  padding: 0 0.5rem;
}
.section-content .sub-pages .nav.nav-horizontal .tab:first-child {
  padding-left: 0;
}
.section-content .sub-pages .nav.nav-horizontal .tab:last-child {
  padding-right: 0;
}
.section-content .sub-pages .nav.nav-horizontal .tab a {
  line-height: 2.3rem;
  display: block;
  width: 100%;
  height: 100%;
}
.section-content .sub-pages .nav.nav-horizontal.nav-promo a {
  background: #e7fbfa;
}
.section-content .sub-pages .nav.nav-horizontal.nav-promo .tab {
  width: 8rem;
}
.section-content .sub-pages .nav.nav-horizontal.nav-promo .tab.active a {
  background-color: #fff3c9;
  border: 2px solid #fcd329;
}
.section-content .sub-pages .pages {
  width: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-content .sub-pages .pages .page {
  width: 100%;
}
.section-content .sub-pages .pages .page:not(.active) {
  display: none;
}
.section-content .sub-pages .pages .item {
  border: 1rem solid white;
  border-width: 0 1rem;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-content .sub-pages .pages .item img {
  width: 100%;
  height: auto;
  font-size: 0;
}
.section-content .sub-pages .pages .item.ready .item-head .text .left-pattern {
  -webkit-transform: rotate(-45deg) translateX(0);
  -ms-transform: rotate(-45deg) translateX(0);
  transform: rotate(-45deg) translateX(0);
}
.section-content .sub-pages .pages .item.ready .item-head .text .right-pattern {
  -webkit-transform: rotate(-45deg) translateX(0);
  -ms-transform: rotate(-45deg) translateX(0);
  transform: rotate(-45deg) translateX(0);
}
.section-content .sub-pages .pages .item .item-head {
  min-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4369e8), to(#90dffe));
  background: linear-gradient(to bottom, #4369e8, #90dffe);
  overflow: hidden;
  margin: 0;
}
.section-content .sub-pages .pages .item .item-head.image {
  display: block;
  width: 100%;
}
.section-content .sub-pages .pages .item .item-head .text {
  display: table;
  left: 0;
  position: relative;
  width: 100%;
  min-height: 165px;
  color: #fff;
  border-radius: 1.6rem;
  border: 1rem solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 6px white inset;
  box-shadow: 0 0 0 6px white inset;
}
.section-content .sub-pages .pages .item .item-head .text .left-pattern {
  width: 400px;
  height: 4rem;
  top: 20%;
  left: -9%;
  position: absolute;
  border-radius: 10rem;
  -webkit-transform: rotate(-45deg) translateX(100%);
  -ms-transform: rotate(-45deg) translateX(100%);
  transform: rotate(-45deg) translateX(100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(127, 111, 239, 0.5)), to(rgba(255, 255, 255, 0.01)));
  background: linear-gradient(to right, rgba(127, 111, 239, 0.5), rgba(255, 255, 255, 0.01));
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.section-content .sub-pages .pages .item .item-head .text .left-pattern:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 600px;
  height: 4rem;
  border-radius: 10rem;
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
  background: rgba(43, 153, 241, 0.5);
}
.section-content .sub-pages .pages .item .item-head .text .left-pattern:after {
  content: "";
  position: absolute;
  top: -48%;
  left: 38%;
  width: 200px;
  height: 3.5rem;
  border-radius: 10rem;
  background: rgba(144, 85, 249, 0.7);
}
.section-content .sub-pages .pages .item .item-head .text .right-pattern {
  width: 400px;
  height: 5rem;
  top: -40%;
  right: -25%;
  border-radius: 10rem;
  position: absolute;
  -webkit-transform: rotate(-45deg) translateX(100%);
  -ms-transform: rotate(-45deg) translateX(100%);
  transform: rotate(-45deg) translateX(100%);
  background: rgba(37, 175, 241, 0.7);
  -webkit-transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.section-content .sub-pages .pages .item .item-head .text .right-pattern:before {
  content: "";
  position: absolute;
  top: 120%;
  left: 18%;
  width: 600px;
  height: 4rem;
  border-radius: 10rem;
  -webkit-transform: translateY(-4rem);
  -ms-transform: translateY(-4rem);
  transform: translateY(-4rem);
  background: rgba(144, 85, 249, 0.7);
}
.section-content .sub-pages .pages .item h1 {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  color: #fcd329;
  text-align: center;
  font-style: italic;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.section-content .sub-pages .pages .item .item-content {
  padding: 0.5rem;
  display: none;
}
.section-content .sub-pages .page-faq {
  font-size: 0.8rem;
  min-height: 320px;
}
.section-content .sub-pages .page-faq h3 {
  margin: 0 0 2rem 0;
  color: #277bd2;
  font-size: 2rem;
}
.section-content .sub-pages .page-faq h5 {
  margin: 0.5rem 0;
}
.section-content .sub-pages .page-faq p,
.section-content .sub-pages .page-faq li {
  font-size: 0.8rem;
  margin: 0.5rem 0;
}
.section-content .sub-pages .page-faq a {
  color: blue;
}

.promo-item {
  margin-bottom: 2rem;
}
.promo-item .promo-title {
  cursor: pointer;
}
.promo-item .promo-title h1 {
  color: #2879b1;
  margin: 0 0 0.5rem 0;
}
.promo-item .promo-title img {
  max-width: 100%;
}
.promo-item .promo-content {
  display: none;
}

.svg-bling-bling {
  -webkit-animation: flashing 4000ms infinite ease;
  animation: flashing 4000ms infinite ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.svg-bling-bling:nth-of-type(1) {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.svg-bling-bling:nth-of-type(2) {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.svg-bling-bling:nth-of-type(3) {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.svg-bling-bling:nth-of-type(4) {
  -webkit-animation-delay: 2400ms;
  animation-delay: 2400ms;
}

.svg-bling-bling:nth-of-type(5) {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

@-webkit-keyframes flashing {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes flashing {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30%, 30%);
    transform: translate(30%, 30%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30%, 30%);
    transform: translate(30%, 30%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.animate-left {
  position: relative;
  -webkit-animation: animateleft 1s;
  animation: animateleft 1s;
}

@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
.animate-right {
  position: relative;
  -webkit-animation: animateright 1s;
  animation: animateright 1s;
}

@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}
.animate-top {
  position: relative;
  -webkit-animation: animateTop 1s;
  animation: animateTop 1s;
}

@-webkit-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

@keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
.animate-bottom {
  position: relative;
  -webkit-animation: animateBottom 1s;
  animation: animateBottom 1s;
}

@-webkit-keyframes animateBottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes animateBottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
.otp-container {
  -webkit-box-align: initial !important;
  -ms-flex-align: initial !important;
  align-items: initial !important;
  border-radius: 18px !important;
  padding: 0 !important;
  text-align: center;
}
.otp-container > div:first-child {
  display: none !important;
}
.otp-container > div:last-child {
  background: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.otp-container > div:last-child h5 {
  display: none;
}
.otp-container h1 {
  display: block;
  width: 100%;
  font-size: 16px !important;
  padding: 14px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #506F9F;
  font-weight: bold;
}
.otp-container p {
  color: #5D5D5D;
  font-size: 14px !important;
}
.otp-container__description {
  margin-top: 4px !important;
}
.otp-container__title {
  font-size: 12px;
}
.otp-container input {
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 4px;
  border: none;
  margin-bottom: 12px;
}
.otp-container__button:not(.btn-confirm) {
  display: inline;
  font-size: 14px !important;
  color: #167DDE !important;
}
.otp-container__button:not(.btn-confirm) + p {
  margin-left: 6px;
  display: inline;
  color: rgb(128, 128, 128);
  opacity: 0.8;
}
.otp-container__button:not(.btn-confirm)[disabled=disabled] {
  color: rgb(128, 128, 128) !important;
  opacity: 0.8;
}
.otp-container__button.btn-confirm {
  width: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8AC3A), to(#DE7035)) !important;
  background: linear-gradient(180deg, #E8AC3A 0%, #DE7035 100%) !important;
  margin-bottom: 35px;
}
.otp-container__button.btn-confirm:hover {
  background: #DE7035 !important;
}

.alert-box-wrapper:not(.otp-wrapper) .alert-box {
  padding: 0 !important;
  border-radius: 8px !important;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box .alert-box-icon {
  position: initial !important;
  display: block !important;
  width: 100%;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  text-align: center;
  line-height: 1.5 !important;
  background: none !important;
  border: none !important;
  border-radius: 0;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box .alert-box-icon span {
  display: none;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box .alert-box-icon::before {
  display: block;
  width: 100%;
  padding: 8px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #506F9F;
  font-weight: 500;
  font-size: 16px;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.error .alert-box-icon::before, .alert-box-wrapper:not(.otp-wrapper) .alert-box.success .alert-box-icon::before, .alert-box-wrapper:not(.otp-wrapper) .alert-box.info .alert-box-icon::before {
  margin-bottom: 20px;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.error .alert-box-icon::after, .alert-box-wrapper:not(.otp-wrapper) .alert-box.success .alert-box-icon::after, .alert-box-wrapper:not(.otp-wrapper) .alert-box.info .alert-box-icon::after {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.info .alert-box-icon::before {
  content: "消息";
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.info .alert-box-icon::after {
  content: url("../img/icon-modal-info.svg");
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.error .alert-box-icon::before {
  content: "错误";
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.error .alert-box-icon::after {
  content: url("../img/icon-modal-error.svg");
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.success .alert-box-icon::before {
  content: "消息";
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.success .alert-box-icon > * {
  display: none;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.success .alert-box-icon::after {
  content: url("../img/icon-modal-success.svg");
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.err p {
  margin: 0px !important;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box.err p::before {
  content: "错误";
  display: block;
  width: 100%;
  height: 110px;
  padding: 8px 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: #FF8307;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  background: url("../img/icon-modal-error.svg") no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
.alert-box-wrapper:not(.otp-wrapper) .alert-box p {
  margin: 0 16px !important;
  color: #5D5D5D;
}
.alert-box-wrapper:not(.otp-wrapper) .action {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 30px auto;
}
.alert-box-wrapper:not(.otp-wrapper) .action .btn-cancel {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #e5e5e5 100%) 0% 0% no-repeat padding-box;
  color: #5D5D5D;
}
.alert-box-wrapper:not(.otp-wrapper) .action .btn-cancel:hover {
  background: #e5e5e5;
}
.alert-box-wrapper:not(.otp-wrapper) .action .btn-confirm {
  background: -webkit-gradient(linear, left top, left bottom, from(#E8AC3A), to(#DE7035)) !important;
  background: linear-gradient(180deg, #E8AC3A 0%, #DE7035 100%) !important;
  color: white !important;
  width: 105px;
}
.alert-box-wrapper:not(.otp-wrapper) .action .btn-confirm:hover {
  background: #DE7035 !important;
}

.contact-list {
  width: 100%;
}
.contact-list div:not(.contact-dropdown, .contact-wrapper) {
  width: 100%;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #dddddd;
}
.contact-list div:not(.contact-dropdown, .contact-wrapper):last-child {
  border-bottom: none;
}
.contact-list div:not(.contact-dropdown, .contact-wrapper).contact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact-list div:not(.contact-dropdown, .contact-wrapper) p {
  max-width: 146px;
  width: 146px;
  margin: 0 0 0 18.5px;
  color: #5D5D5D;
  font-size: 13px;
  text-wrap: nowrap;
  text-align: left;
}
.contact-list div:not(.contact-dropdown, .contact-wrapper) p.contact-name {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-list div:not(.contact-dropdown, .contact-wrapper) p.contact-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
}
.contact-list .icon-contact {
  min-width: 27px;
}
.contact-list .contact-accordion-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  gap: 6px;
  padding: 0px !important;
}
.contact-list .contact-accordion-dropdown div {
  border-bottom: none !important;
}
.contact-list .contact-accordion-dropdown img {
  background-color: transparent !important;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion {
  border-radius: 4px;
  background-color: rgba(237, 212, 173, 0.2);
}
.contact-list .contact-accordion-dropdown .contact-item-accordion div:not(:first-child) {
  padding-bottom: 0;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .icon-caret {
  margin-right: 6px;
  float: right;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .icon-caret.active {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-qrcode-wrapper img {
  width: calc(100% - 10px);
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-button {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
  cursor: pointer;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-button .icon-contact {
  margin-left: 6px;
  width: 33px;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-button .contact-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  margin-left: 6px;
  font-size: 13px;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-qrcode-wrapper {
  padding: 0px;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 9px 6px;
  padding: 3px 0px;
  width: calc(100% - 12px);
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#E8AC3A), to(#DE7035));
  background: linear-gradient(180deg, #E8AC3A 0%, #DE7035 100%);
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-copy-button p {
  color: #f1f1f1;
  font-weight: 500;
  text-align: center;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-copy-button:hover {
  background: #DE7035;
}
.contact-list .contact-accordion-dropdown .contact-item-accordion .contact-item-accordion-copy-button .icon-copy {
  height: 24px;
  padding-left: 0px;
  z-index: 1;
}
.contact-list .icon-copy {
  height: 24px;
  padding-left: 35px;
  z-index: 1;
  cursor: pointer;
}
.contact-list .icon-copy:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=../maps/main.css.map */
