/* start - scss declaration */
/* end - scss declaration */
/* start - general */
/* line 25, static_files/website/scss/style.scss */
body, html {
  height: 100%; }

/* line 29, static_files/website/scss/style.scss */
hr {
  border-bottom: none;
  border-top: 1px dashed #A7A9AC; }

/* line 34, static_files/website/scss/style.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Gotham-Light"; }

/* line 40, static_files/website/scss/style.scss */
h1 {
  font-size: 24px; }

/* line 44, static_files/website/scss/style.scss */
h2 {
  font-size: 20px; }

/* line 48, static_files/website/scss/style.scss */
h3 {
  font-size: 16px; }

/* line 52, static_files/website/scss/style.scss */
.flex-center {
  display: flex;
  align-items: center; }

/* line 58, static_files/website/scss/style.scss */
.box .content-wrapper {
  width: 1080px; }

/* line 62, static_files/website/scss/style.scss */
.box .content-block {
  background: #F6F6F6; }

/* line 67, static_files/website/scss/style.scss */
.button {
  color: #A48053;
  padding: 7px 15px;
  outline: none;
  cursor: pointer;
  border: 1px solid #A48053;
  background-color: #fff;
  outline: none;
  text-transform: uppercase; }

/* line 78, static_files/website/scss/style.scss */
.columns {
  display: block; }
  /* line 81, static_files/website/scss/style.scss */
  .columns .two-column, .columns .three-column, .columns .five-column, .columns .two-column-offside {
    float: left; }
  /* line 85, static_files/website/scss/style.scss */
  .columns .two-column {
    width: 49%;
    margin-right: 2%; }
  /* line 90, static_files/website/scss/style.scss */
  .columns .three-column {
    width: 32%;
    margin-right: 2%; }
  /* line 95, static_files/website/scss/style.scss */
  .columns .five-column {
    width: 18%;
    margin-right: 2%; }
  /* line 100, static_files/website/scss/style.scss */
  .columns .two-column:nth-child(2n),
  .columns .three-column:nth-child(3n),
  .columns .five-column:nth-child(5n),
  .columns .two-column-offside:nth-child(2n) {
    margin-right: 0; }

/* line 108, static_files/website/scss/style.scss */
.bottom-footer:after {
  clear: both;
  content: "";
  display: block; }

/* line 115, static_files/website/scss/style.scss */
.clear {
  clear: both; }

/* line 119, static_files/website/scss/style.scss */
.content-block {
  background-color: #fff;
  display: table;
  height: 100%;
  padding: 50px 0;
  width: 100%; }

/* line 127, static_files/website/scss/style.scss */
.content-wrapper {
  margin: 0 auto;
  width: 1024px; }

/* line 132, static_files/website/scss/style.scss */
.line {
  border-top: 1px solid #808080; }

/* line 136, static_files/website/scss/style.scss */
.text-left {
  text-align: left; }

/* line 140, static_files/website/scss/style.scss */
.text-right {
  text-align: right; }

/* line 144, static_files/website/scss/style.scss */
button {
  outline: none;
  border: none;
  border: 1px solid #A48053;
  background: transparent;
  color: #A48053;
  cursor: pointer;
  text-transform: uppercase; }

/* line 154, static_files/website/scss/style.scss */
input[type=text] {
  border: none;
  border-bottom: 1px solid #858585;
  font-family: "Gotham-Light";
  color: #000;
  font-size: 16px;
  background: transparent;
  width: 100%;
  box-sizing: border-box;
  min-height: 30px; }

/* line 166, static_files/website/scss/style.scss */
.link-button {
  display: block;
  width: 100%;
  border: 1px solid #A48053;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #A48053; }

/* line 176, static_files/website/scss/style.scss */
.link-button-outline {
  border: none;
  font-weight: 300;
  font-size: 13px; }

/* line 182, static_files/website/scss/style.scss */
.errorlist {
  padding-left: 0;
  list-style: none; }

/* line 187, static_files/website/scss/style.scss */
.errorlist li {
  padding-right: 0;
  color: #ff0000; }

/* end - general */
/* start - header */
/* line 195, static_files/website/scss/style.scss */
.header-block {
  background: #333333; }
  /* line 198, static_files/website/scss/style.scss */
  .header-block .mobile {
    display: none; }
    /* line 201, static_files/website/scss/style.scss */
    .header-block .mobile .logo, .header-block .mobile .close {
      display: none; }

/* line 207, static_files/website/scss/style.scss */
.header-wrapper {
  width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 65px;
  margin: 0 auto; }
  /* line 215, static_files/website/scss/style.scss */
  .header-wrapper .logo {
    height: 20px;
    width: 106px; }
  /* line 220, static_files/website/scss/style.scss */
  .header-wrapper .menu a {
    color: #FFF;
    font-size: 17px;
    font-family: "Gotham-Medium"; }
    /* line 225, static_files/website/scss/style.scss */
    .header-wrapper .menu a.active, .header-wrapper .menu a:hover {
      color: #A48053;
      border-bottom: 2px solid #A48053; }
  /* line 231, static_files/website/scss/style.scss */
  .header-wrapper .login-button {
    color: #FFF;
    background: #A48053; }
  /* line 236, static_files/website/scss/style.scss */
  .header-wrapper .right-menu {
    display: flex;
    justify-content: flex-end; }
    /* line 240, static_files/website/scss/style.scss */
    .header-wrapper .right-menu a {
      color: #FFF;
      font-size: 14px;
      font-family: "Gotham-Book";
      gap: 3px;
      align-items: end; }
      /* line 247, static_files/website/scss/style.scss */
      .header-wrapper .right-menu a:first-child {
        margin-right: 25px; }
    /* line 252, static_files/website/scss/style.scss */
    .header-wrapper .right-menu .logout {
      color: #BDBDBD; }
  /* line 257, static_files/website/scss/style.scss */
  .header-wrapper .button {
    padding: 8px 20px;
    font-size: 14px;
    font-family: "Gotham-Medium"; }

/* line 264, static_files/website/scss/style.scss */
.header-block ul {
  list-style: none; }

/* line 268, static_files/website/scss/style.scss */
.header-block li {
  display: inline;
  padding-right: 40px; }

/* line 273, static_files/website/scss/style.scss */
ul.messages {
  overflow-x: inherit;
  white-space: normal;
  padding: 0;
  height: auto;
  margin-bottom: 30px;
  list-style: none; }

/* line 282, static_files/website/scss/style.scss */
li.error {
  padding-right: 0;
  line-height: 1.2;
  color: #ff0000; }

/* line 288, static_files/website/scss/style.scss */
a {
  text-decoration: none;
  outline: none;
  color: inherit; }

/* end - header */
/* start - footer */
/* line 297, static_files/website/scss/style.scss */
.footer-block {
  background-color: #231F20;
  height: 135px; }

/* line 302, static_files/website/scss/style.scss */
.footer-wrapper {
  width: 1024px;
  margin: 0 auto; }
  /* line 306, static_files/website/scss/style.scss */
  .footer-wrapper .brands-logo {
    max-width: 80px;
    margin-right: 20px; }
  /* line 311, static_files/website/scss/style.scss */
  .footer-wrapper .columns:first-child {
    padding: 20px 0; }
  /* line 315, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside:first-child {
    width: 55%;
    margin-right: 2%; }
  /* line 320, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside:nth-child(2) {
    width: 43%; }
  /* line 324, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside span {
    color: #808080;
    font-size: 10px;
    margin-bottom: 5px; }
  /* line 330, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside span:first-child {
    position: absolute;
    margin-top: -5px; }
  /* line 335, static_files/website/scss/style.scss */
  .footer-wrapper .two-column-offside .columns {
    margin-top: 10px; }
  /* line 341, static_files/website/scss/style.scss */
  .footer-wrapper .two-column span {
    font-size: 12px;
    color: #fff; }
  /* line 346, static_files/website/scss/style.scss */
  .footer-wrapper .bottom-footer {
    padding: 15px 0 !important; }

/* line 351, static_files/website/scss/style.scss */
.appstore, .playstore {
  border: 1px solid #808080;
  padding: 4px 12px;
  background: transparent;
  border-radius: 4px;
  text-align: center; }
  /* line 358, static_files/website/scss/style.scss */
  .appstore span, .playstore span {
    font-size: 10px !important;
    color: #808080;
    margin-left: 6px;
    position: relative;
    top: -3px; }
  /* line 366, static_files/website/scss/style.scss */
  .appstore img, .playstore img {
    max-width: 15px; }

/* end - footer */
/* start - content */
/* line 374, static_files/website/scss/style.scss */
.content-block {
  background-image: url("/static/website/img/cmk-bg-3.jpg?c94588457378");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
  position: relative; }

/* line 383, static_files/website/scss/style.scss */
.box-content {
  width: 350px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85); }
  /* line 390, static_files/website/scss/style.scss */
  .box-content span {
    line-height: 1.6; }
  /* line 394, static_files/website/scss/style.scss */
  .box-content .info {
    display: block;
    margin-bottom: 35px; }
  /* line 400, static_files/website/scss/style.scss */
  .box-content .input-wrapper div {
    float: left;
    border-bottom: 1px solid #858585; }
  /* line 405, static_files/website/scss/style.scss */
  .box-content .input-wrapper div:first-child {
    width: 12%;
    height: 30px;
    padding-top: 5px; }
  /* line 411, static_files/website/scss/style.scss */
  .box-content .input-wrapper div:last-child {
    width: 88%; }
  /* line 415, static_files/website/scss/style.scss */
  .box-content .input-wrapper input[type=text] {
    width: 100%;
    border-bottom: 1px solid #858585;
    height: 35px;
    margin-bottom: 30px; }
  /* line 422, static_files/website/scss/style.scss */
  .box-content .input-wrapper input[type=text].validate-mobile {
    border: none;
    margin-bottom: 0px; }
  /* line 427, static_files/website/scss/style.scss */
  .box-content .input-wrapper.small input {
    margin-bottom: 5px; }
  /* line 432, static_files/website/scss/style.scss */
  .box-content .input-wrapper:after {
    clear: both;
    content: '';
    display: block; }
  /* line 438, static_files/website/scss/style.scss */
  .box-content .button-wrapper {
    margin-top: 35px; }
    /* line 441, static_files/website/scss/style.scss */
    .box-content .button-wrapper button {
      padding: 10px 20px;
      width: 100%; }

/* line 448, static_files/website/scss/style.scss */
.separator-small {
  display: table;
  clear: both;
  margin-bottom: 10px; }

/* line 454, static_files/website/scss/style.scss */
.separator-medium {
  display: table;
  clear: both;
  margin-bottom: 15px; }

/* line 460, static_files/website/scss/style.scss */
.input-otp {
  text-align: center;
  font: 32px/32px "Gotham-Medium" !important;
  letter-spacing: 12px;
  min-height: 50px !important; }

/* line 467, static_files/website/scss/style.scss */
.resend-otp-wrapper {
  margin-top: 35px;
  font-size: 14px; }
  /* line 471, static_files/website/scss/style.scss */
  .resend-otp-wrapper .link {
    line-height: 1.6;
    color: #A48053;
    text-decoration: none; }

/* line 478, static_files/website/scss/style.scss */
.terms-and-privacy {
  margin-top: 30px;
  line-height: 1.6;
  font-size: 14px; }
  /* line 483, static_files/website/scss/style.scss */
  .terms-and-privacy a.link {
    color: #A48053; }

/* line 489, static_files/website/scss/style.scss */
.update-profile .input-wrapper {
  position: relative; }

/* line 493, static_files/website/scss/style.scss */
.update-profile .autocomplete-wrapper {
  position: relative;
  text-align: left;
  margin-bottom: 20px; }
  /* line 498, static_files/website/scss/style.scss */
  .update-profile .autocomplete-wrapper ul {
    list-style: none;
    padding-left: 0;
    font-size: 12px; }
  /* line 504, static_files/website/scss/style.scss */
  .update-profile .autocomplete-wrapper .floating-label {
    top: -12px;
    font-size: 12px; }
  /* line 509, static_files/website/scss/style.scss */
  .update-profile .autocomplete-wrapper .visually-hidden {
    font-size: 10px; }

/* line 514, static_files/website/scss/style.scss */
.update-profile .floating-label {
  position: absolute;
  left: 0;
  top: 5px; }

/* line 520, static_files/website/scss/style.scss */
.update-profile input[type="text"]:required:invalid {
  box-shadow: none; }

/* line 524, static_files/website/scss/style.scss */
.update-profile input[type="text"]:focus + .floating-label,
.update-profile input[type="text"]:not(:focus) + .floating-label {
  transition: .2s linear;
  top: -12px;
  left: 1px;
  font-size: 12px; }

/* line 532, static_files/website/scss/style.scss */
.update-profile ul.errorlist {
  margin: 5px 0px;
  font-size: 13px;
  font-weight: bold;
  text-align: left; }
  /* line 538, static_files/website/scss/style.scss */
  .update-profile ul.errorlist.nonfield {
    margin: 25px 0 15px 0; }

/* line 544, static_files/website/scss/style.scss */
.birthday-wrapper, .gender-wrapper {
  text-align: left;
  margin-top: 15px; }
  /* line 548, static_files/website/scss/style.scss */
  .birthday-wrapper span, .gender-wrapper span {
    display: block;
    margin-bottom: 3px;
    font-size: 12px; }
  /* line 554, static_files/website/scss/style.scss */
  .birthday-wrapper select, .gender-wrapper select {
    border: 1px solid #808080;
    padding: 3px 0;
    width: 145px; }

/* line 561, static_files/website/scss/style.scss */
.gender-wrapper {
  margin-top: 20px; }
  /* line 564, static_files/website/scss/style.scss */
  .gender-wrapper input[type="radio"] {
    margin-right: 3px; }
  /* line 568, static_files/website/scss/style.scss */
  .gender-wrapper label span {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 16px;
    margin-right: 5px; }

/* line 579, static_files/website/scss/style.scss */
.privacy-policy .content-block, .faq .content-block {
  background-image: none;
  background-color: white;
  line-height: 1.2;
  text-align: justify; }

/* line 586, static_files/website/scss/style.scss */
.privacy-policy ul, .faq ul {
  list-style: none; }

/* line 590, static_files/website/scss/style.scss */
.privacy-policy li, .faq li {
  margin-bottom: 20px; }

/* line 595, static_files/website/scss/style.scss */
.faq h4:not(:first-of-type) {
  margin-top: 40px; }

/* line 599, static_files/website/scss/style.scss */
select[name=birthday_month] {
  width: 47%;
  margin-right: 3%; }

/* line 604, static_files/website/scss/style.scss */
select[name=birthday_day] {
  width: 17%;
  margin-right: 3%; }

/* line 609, static_files/website/scss/style.scss */
select[name=birthday_year] {
  width: 30%; }

/* line 614, static_files/website/scss/style.scss */
.button_container.active {
  position: fixed; }

/* line 618, static_files/website/scss/style.scss */
.button_container {
  position: absolute;
  top: 20px;
  right: 25px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 900; }
  /* line 627, static_files/website/scss/style.scss */
  .button_container:hover {
    opacity: .9; }

/* line 632, static_files/website/scss/style.scss */
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s;
  overflow: hidden; }
  /* line 644, static_files/website/scss/style.scss */
  .overlay.open {
    opacity: 1;
    visibility: visible;
    z-index: 800; }
  /* line 650, static_files/website/scss/style.scss */
  .overlay nav {
    position: absolute;
    right: 6px;
    background: white;
    top: 72px;
    border-radius: 4px;
    width: 222px;
    padding: 24px 0px;
    box-sizing: border-box; }
  /* line 661, static_files/website/scss/style.scss */
  .overlay ul {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box; }
    /* line 671, static_files/website/scss/style.scss */
    .overlay ul li {
      display: block;
      position: relative;
      padding: 0px 20px; }
    /* line 677, static_files/website/scss/style.scss */
    .overlay ul a {
      min-height: 20px;
      display: block;
      position: relative;
      color: #231F20;
      text-decoration: none;
      overflow: hidden;
      font: 14px/11.48px "Gotham-Book"; }
    /* line 687, static_files/website/scss/style.scss */
    .overlay ul a.active {
      color: #A48053; }
    /* line 691, static_files/website/scss/style.scss */
    .overlay ul .small a {
      font-size: 25px; }
  /* line 696, static_files/website/scss/style.scss */
  .overlay hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px solid #DDDDDD; }
  /* line 702, static_files/website/scss/style.scss */
  .overlay .logout {
    padding: 0px 20px;
    margin-top: 16px;
    gap: 8px; }

/* line 709, static_files/website/scss/style.scss */
body.active {
  overflow: hidden; }
  /* line 713, static_files/website/scss/style.scss */
  body.active .mobile .logo, body.active .mobile .close {
    display: block; }
  /* line 717, static_files/website/scss/style.scss */
  body.active .mobile .logo {
    z-index: 850; }
  /* line 721, static_files/website/scss/style.scss */
  body.active .mobile .burger {
    display: none; }

/* line 728, static_files/website/scss/style.scss */
.error-404 .content-block {
  background-image: initial;
  background-repeat: initial;
  background-attachment: initial;
  background-size: initial;
  background-color: #fff;
  width: 100%;
  position: relative; }

/* line 738, static_files/website/scss/style.scss */
.error-404 .left {
  padding: 90px 0; }

/* line 742, static_files/website/scss/style.scss */
.error-404 .right {
  padding: 60px 0; }

/* line 746, static_files/website/scss/style.scss */
.error-404 h1 {
  font-size: 72px;
  color: #A48053;
  margin-bottom: 30px;
  font-weight: normal;
  font-family: "Gotham-Extra-Light"; }

/* line 754, static_files/website/scss/style.scss */
.error-404 h4 {
  font-size: 16px;
  margin: 0;
  font-family: "Gotham-Medium";
  font-weight: normal; }

/* line 761, static_files/website/scss/style.scss */
.error-404 p {
  color: #A7A9AC;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Gotham-Book"; }

/* line 768, static_files/website/scss/style.scss */
.error-404 .link-outline {
  display: inline-block;
  margin-top: 15px;
  border: 2px solid #A48053;
  padding: 13px 30px 10px 30px;
  color: #A48053;
  font-size: 14px;
  font-family: "Gotham-Book"; }

/* line 780, static_files/website/scss/style.scss */
.download-app .content-block {
  display: block;
  padding-top: 40px;
  background-image: url("/static/website/img/app-download-image-2.jpg?c94588457378"), url("/static/website/img/download-page-kalung.jpg?c94588457378");
  background-size: 20%, 16%;
  background-position-y: 40%, -5%;
  background-position-x: 17%, 83%;
  background-attachment: scroll; }

/* line 790, static_files/website/scss/style.scss */
.download-app .handphone-wrapper {
  display: none; }

/* line 794, static_files/website/scss/style.scss */
.download-app .brand-wrapper {
  display: block;
  padding: 20px 0;
  width: 100%;
  text-align: center; }

/* line 801, static_files/website/scss/style.scss */
.download-app .brand-logo {
  width: 40px; }

/* line 805, static_files/website/scss/style.scss */
.download-app .message-wrapper {
  width: 43%;
  padding: 18% 28% 0 30%; }
  /* line 809, static_files/website/scss/style.scss */
  .download-app .message-wrapper h1 {
    color: #A48053;
    font-size: 36px;
    font-family: "Gotham-Thin";
    margin: 0 0 10px 0;
    line-height: 46px; }
  /* line 817, static_files/website/scss/style.scss */
  .download-app .message-wrapper span {
    font-family: "Gotham-Light";
    color: #858585;
    line-height: 24px; }
  /* line 823, static_files/website/scss/style.scss */
  .download-app .message-wrapper a {
    display: inline-block;
    margin-top: 30px; }
  /* line 828, static_files/website/scss/style.scss */
  .download-app .message-wrapper img {
    width: 200px; }

/* line 834, static_files/website/scss/style.scss */
.portal {
  background: #FFF;
  padding: 19px 25px 60px 25px; }
  /* line 838, static_files/website/scss/style.scss */
  .portal .title-section {
    font-family: "Gotham-Light";
    padding-bottom: 40px; }
    /* line 842, static_files/website/scss/style.scss */
    .portal .title-section h3 {
      font-size: 36px;
      margin: 0; }
  /* line 848, static_files/website/scss/style.scss */
  .portal .shortcut {
    cursor: pointer;
    border: 1px #A48053 solid;
    height: 50px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box; }
  /* line 859, static_files/website/scss/style.scss */
  .portal .shortcut-text {
    color: #231F20;
    font: 18px/22px "Gotham-Book"; }
  /* line 864, static_files/website/scss/style.scss */
  .portal .shortcut-icon img {
    height: 18px;
    width: 18px; }
  /* line 869, static_files/website/scss/style.scss */
  .portal .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 24px;
    row-gap: 16px;
    column-gap: 8px; }
  /* line 877, static_files/website/scss/style.scss */
  .portal .col-2 {
    width: 100%; }

/* end - content */
/* start - responsive */
@media only screen and (max-width: 1366px) {
  /* line 887, static_files/website/scss/style.scss */
  .download-app .message-wrapper {
    width: 43%;
    padding: 18% 25% 0 33%; } }

@media only screen and (max-width: 1024px) {
  /* line 899, static_files/website/scss/style.scss */
  .header-block .mobile {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    align-items: center; }
    /* line 905, static_files/website/scss/style.scss */
    .header-block .mobile .logo {
      display: block; }
    /* line 909, static_files/website/scss/style.scss */
    .header-block .mobile .logo img {
      height: 18px; }
    /* line 913, static_files/website/scss/style.scss */
    .header-block .mobile .account {
      margin-left: auto;
      gap: 8px;
      color: white;
      align-items: center; }
    /* line 920, static_files/website/scss/style.scss */
    .header-block .mobile .button_container {
      position: relative;
      top: unset;
      left: unset;
      right: unset;
      margin-left: 12px; }
    /* line 928, static_files/website/scss/style.scss */
    .header-block .mobile .burger, .header-block .mobile .close {
      width: 100%; }
  /* line 933, static_files/website/scss/style.scss */
  .header-block .website {
    display: none; }
  /* line 938, static_files/website/scss/style.scss */
  .content-block {
    padding-top: 120px; }
  /* line 942, static_files/website/scss/style.scss */
  .content-wrapper {
    margin: 0 auto;
    width: 90%; }
  /* line 947, static_files/website/scss/style.scss */
  .footer-block {
    height: auto; }
  /* line 951, static_files/website/scss/style.scss */
  .footer-wrapper {
    margin: 0 auto;
    width: 90%; }
  /* line 957, static_files/website/scss/style.scss */
  .error-404 .right {
    padding: 120px 0;
    text-align: center; }
  /* line 962, static_files/website/scss/style.scss */
  .error-404 .right img {
    height: 260px; }
  /* line 966, static_files/website/scss/style.scss */
  .error-404 .left {
    padding: 80px 0; }
  /* line 972, static_files/website/scss/style.scss */
  .download-app .handphone-wrapper {
    display: block;
    text-align: center;
    margin-top: 50px; }
    /* line 977, static_files/website/scss/style.scss */
    .download-app .handphone-wrapper img {
      width: 280px; }
  /* line 982, static_files/website/scss/style.scss */
  .download-app .content-block {
    display: table;
    padding-top: 0px;
    background-image: unset;
    background-size: usnet;
    background-position-y: unset;
    background-position-x: unset;
    background-attachment: unset; }
  /* line 992, static_files/website/scss/style.scss */
  .download-app .message-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    text-align: center; }
  /* line 999, static_files/website/scss/style.scss */
  .download-app .app-wrapper {
    margin-top: 25px; }
    /* line 1002, static_files/website/scss/style.scss */
    .download-app .app-wrapper a {
      display: block;
      margin-top: 5px; }
  /* line 1010, static_files/website/scss/style.scss */
  .faq .content-block {
    padding-top: 50px; } }

@media only screen and (max-width: 768px) {
  /* line 1017, static_files/website/scss/style.scss */
  .footer-wrapper .columns .two-column-offside {
    width: 100%; }
    /* line 1020, static_files/website/scss/style.scss */
    .footer-wrapper .columns .two-column-offside:first-child {
      text-align: center;
      margin-bottom: 20px; }
  /* line 1027, static_files/website/scss/style.scss */
  .error-404 .columns.error {
    display: flex;
    flex-direction: column-reverse; }
  /* line 1032, static_files/website/scss/style.scss */
  .error-404 .left, .error-404 .right {
    width: 100%; }
  /* line 1036, static_files/website/scss/style.scss */
  .error-404 .right {
    padding: 0;
    text-align: center; }
  /* line 1041, static_files/website/scss/style.scss */
  .error-404 .right img {
    height: 260px; }
  /* line 1045, static_files/website/scss/style.scss */
  .error-404 .left {
    padding: 30px 0; }
  /* line 1051, static_files/website/scss/style.scss */
  .box .content-wrapper {
    width: 100%; }
  /* line 1055, static_files/website/scss/style.scss */
  .box .content-block {
    padding-top: 0px; }
  /* line 1061, static_files/website/scss/style.scss */
  .portal .row {
    grid-template-columns: minmax(0, 1fr); } }

@media only screen and (max-width: 600px) {
  /* line 1070, static_files/website/scss/style.scss */
  .box-content {
    width: 350px; }
  /* line 1074, static_files/website/scss/style.scss */
  .faq .content-block {
    height: auto;
    padding-top: 0px; }
    /* line 1078, static_files/website/scss/style.scss */
    .faq .content-block .content-wrapper {
      height: 100%; }
    /* line 1082, static_files/website/scss/style.scss */
    .faq .content-block h1 {
      text-align: center; }
  /* line 1088, static_files/website/scss/style.scss */
  .portal .title-section {
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 0px; }
    /* line 1094, static_files/website/scss/style.scss */
    .portal .title-section h3 {
      font: 25px / 30px "Gotham-Book"; } }

@media only screen and (max-width: 420px) {
  /* line 1103, static_files/website/scss/style.scss */
  .content-wrapper, .footer-wrapper {
    margin: 0 auto;
    width: 80%; }
  /* line 1108, static_files/website/scss/style.scss */
  .box-content {
    width: initial; }
    /* line 1113, static_files/website/scss/style.scss */
    .box-content .input-wrapper div:first-child {
      width: 18%;
      height: 31px;
      padding-top: 4px; }
    /* line 1119, static_files/website/scss/style.scss */
    .box-content .input-wrapper div:last-child {
      width: 82%; }
  /* line 1126, static_files/website/scss/style.scss */
  .two-column-offside:nth-child(2) .columns .two-column {
    width: 100%; }
    /* line 1129, static_files/website/scss/style.scss */
    .two-column-offside:nth-child(2) .columns .two-column:first-child {
      margin-bottom: 10px; }
  /* line 1134, static_files/website/scss/style.scss */
  .bottom-footer .two-column {
    width: 100%;
    text-align: left; }
    /* line 1138, static_files/website/scss/style.scss */
    .bottom-footer .two-column:last-child {
      margin-top: 25px; } }

/* end - responsive */
/* line 1147, static_files/website/scss/style.scss */
.flex {
  display: flex; }

/* line 1151, static_files/website/scss/style.scss */
.flex-column {
  flex-direction: column; }

/* line 1155, static_files/website/scss/style.scss */
li[role="option"] {
  font-size: large; }
