/*! 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 {
  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,
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,
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,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-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,
[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 {
  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] {
  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;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #707070;
}
@media (max-width: 992px) {
  html,
body {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  html,
body {
    font-size: 14px;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.35s ease-in-out;
}
a:hover {
  text-decoration: none;
}

button {
  transition: all 0.35s ease-in-out;
}

p {
  font-size: 1rem;
}

.para {
  font-weight: 700;
}
@media (max-width: 576px) {
  .para {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .btn-holder {
    text-align: center;
    margin-top: 25px !important;
  }
}

.page {
  background: url(/images/pattern.png?580f077c4108b934fbce4e88e17ff6c9) repeat-x;
  background-size: auto 100%;
  overflow-x: hidden;
}
.page--subpage {
  background-color: #F7F7F7;
  background-image: url(/images/pattern.png?580f077c4108b934fbce4e88e17ff6c9);
  background-repeat: repeat-y;
  background-size: 35% auto;
}
@media (max-width: 992px) {
  .page--subpage {
    background-size: auto 100%;
  }
}

.page-header {
  padding: 28px 140px 0 28px;
}
@media (max-width: 992px) {
  .page-header {
    padding: 28px 28px 0 28px;
  }
}
@media (max-width: 576px) {
  .page-header {
    background: #fff;
    padding: 13px 0;
  }
}
.page-header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-header__row a:hover {
  opacity: 0.8;
}
@media (max-width: 992px) {
  .page-header__row img {
    max-width: 200px;
  }
}
@media (max-width: 576px) {
  .page-header__row img {
    max-width: 126px;
  }
}
.page-header__lang {
  display: flex;
  align-items: center;
}
.page-header__lang li {
  padding: 0 10px;
  margin: 0;
  font-size: 1rem;
  color: #707070;
  line-height: 1;
  cursor: pointer;
  border-right: 2px solid #707070;
}
.page-header__lang li:last-child {
  border: none;
}
.page-header__lang li:hover {
  color: #21B1B0;
}
.page-header__lang li a {
  font-size: 1rem;
  color: #707070;
}
.page-header__lang li a:hover {
  color: #21B1B0;
}
.page-header__lang li span.active {
  color: #21B1B0;
}
.page-header--subpage {
  padding: 30px 20px 0 20px;
}
@media (max-width: 576px) {
  .page-header--subpage {
    padding: 13px 0;
  }
}

.btn-group {
  margin-top: 30px;
}
@media (max-width: 576px) {
  .btn-group {
    max-width: 200px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.btn-group button {
  margin-right: 35px;
}
@media (max-width: 576px) {
  .btn-group button {
    margin: 0 0 30px 0;
  }
}

.btn-primary {
  background: #21B1B0;
  min-width: 204px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  font-size: 1rem;
  border-radius: 10px;
  outline: none;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 576px) {
  .btn-primary {
    height: 50px;
  }
}
.btn-primary img {
  margin-right: 10px;
}
.btn-primary--sm {
  min-width: 149px;
}
@media (max-width: 576px) {
  .btn-primary--sm {
    min-width: 120px;
    height: 50px;
  }
}
.btn-primary--send {
  min-width: 108px;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background: #000 !important;
  border: none !important;
  box-shadow: none !important;
}

.btn-secondary {
  background: #A09543;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 197px;
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  font-size: 0.9rem;
  border: none;
}
@media (max-width: 576px) {
  .btn-secondary {
    height: 50px;
  }
}
.btn-secondary img {
  margin-right: 10px;
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background: #000;
}

.block--steps {
  text-align: center;
  padding-bottom: 140px;
}
@media (max-width: 576px) {
  .block--steps {
    padding-bottom: 10px;
  }
}
.block--steps .steps-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .block--steps .steps-top {
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .block--steps .steps-top {
    display: block;
  }
}
.block--steps .steps-top__text {
  display: block;
  background: #FFF;
  padding: 13px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 25px;
  color: #21b1b0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 576px) {
  .block--steps .steps-top__text {
    font-size: 16px;
    display: block;
    padding: 7px 18px;
  }
}
@media (max-width: 576px) {
  .block--steps .steps-top {
    width: 100%;
  }
}
.block--steps .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .block--steps .steps {
    flex-wrap: wrap;
    width: 100%;
  }
}
.block--steps .steps__item {
  background: url(/images/circle.png?a4a5627e7af05f22bde84a4213080ee4) no-repeat;
  background-position: center;
  background-size: contain;
  height: 202px;
  width: 203px;
  margin: 0 28px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #21B1B0;
  padding: 0 35px;
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 992px) {
  .block--steps .steps__item {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .block--steps .steps__item {
    height: 137px;
    width: 138px;
    margin: 0 14px;
    font-size: 13px;
    padding: 0 15px;
    margin-bottom: 10px;
  }
}
.block--steps .steps .triangle {
  width: 83px;
  height: 92px;
  background: url(/images/triangle.png?b94372ed41d7174a4889fc18e23443e3) no-repeat;
  background-size: contain;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}
@media (max-width: 576px) {
  .block--steps .steps .triangle {
    left: -5px;
    top: 20px;
    width: 58px;
    height: 53px;
  }
}
.block--steps .steps .triangle span {
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 576px) {
  .block--steps .steps .triangle span {
    top: 15px;
    left: 12px;
  }
}

.main-block {
  min-height: 100vh;
}
.main-block .col-left {
  padding: 70px 40px 0 40px;
}
@media (max-width: 992px) {
  .main-block .col-left {
    display: none;
  }
}
.main-block .col-left img.phone-graphics {
  display: block;
  margin: 0 auto -30px auto;
}
@media (max-width: 992px) {
  .main-block .col-left img.phone-graphics {
    max-width: 200px;
  }
}
.main-block .col-left h1 {
  font-size: 25px;
  font-weight: 400;
  color: #707070;
}
.main-block .col-left p {
  color: #707070;
}
@media (max-width: 1100px) {
  .main-block .col-left p {
    padding-right: 20px;
  }
}
.main-block .col-left .page-footer {
  background: none;
}

@media (max-width: 992px) {
  .numbers {
    order: -1;
    max-width: 100%;
    flex: 1;
  }
}

.slide-stepper {
  position: absolute;
  margin: 0 auto;
  width: 100px;
  height: calc(100% + 200px);
  left: 50%;
  transform: translate(-100px, 0);
  top: -200px;
}
@media (max-width: 992px) {
  .slide-stepper {
    position: static;
    transform: none;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 45px 0 40px 0;
  }
}
@media (max-width: 576px) {
  .slide-stepper {
    padding: 45px 30px 10px 30px;
  }
}
@media (max-width: 320px) {
  .slide-stepper {
    padding: 45px 10px 10px 10px;
  }
}
.slide-stepper .line {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background: linear-gradient(to bottom, rgb(242, 225, 181) 0%, rgb(243, 220, 142) 20%, rgb(241, 214, 122) 39%, rgb(236, 207, 105) 60%, rgb(223, 183, 82) 100%);
}
@media (max-width: 992px) {
  .slide-stepper .line {
    display: none;
  }
}
.slide-stepper .step {
  background-color: #F2F2F2;
  position: absolute;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 99px;
  border-radius: 50%;
  transform: translate(-50%, 0);
  border: double 4px transparent;
  background-image: linear-gradient(white, white), radial-gradient(circle at top, #f3e4c3, #dfb851);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
@media (max-width: 576px) {
  .slide-stepper .step {
    width: 71px;
    height: 71px;
  }
}
.slide-stepper .step.active {
  background-image: none;
  background-clip: none;
  background-origin: none;
}
.slide-stepper .step.active .mask {
  clip: rect(0px, 100px, 100px, 48px);
}
@media (max-width: 576px) {
  .slide-stepper .step.active .mask {
    clip: rect(0px, 70px, 70px, 34px);
  }
}
.slide-stepper .step.active .mask,
.slide-stepper .step.active .fill {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .slide-stepper .step.active .mask,
.slide-stepper .step.active .fill {
    width: 70px;
    height: 70px;
  }
}
.slide-stepper .step.active .mask .fill {
  clip: rect(0px, 52px, 100px, 0px);
  background: linear-gradient(to bottom, rgb(223, 184, 81) 0%, rgb(243, 228, 195) 100%);
}
@media (max-width: 576px) {
  .slide-stepper .step.active .mask .fill {
    clip: rect(0px, 36px, 70px, 0px);
  }
}
.slide-stepper .step.active .mask.half .fill {
  background: linear-gradient(to bottom, rgb(243, 228, 195) 0%, rgb(223, 184, 81) 100%);
}
.slide-stepper .step.active .mask.full .fill {
  -webkit-animation: left 1s linear both;
          animation: left 1s linear both;
}
.slide-stepper .step.active .mask.half .fill {
  -webkit-animation: right 1s linear both;
          animation: right 1s linear both;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.slide-stepper .step.active .mask.half {
  transform: rotate(180deg);
}
@-webkit-keyframes left {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes left {
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes right {
  100% {
    transform: rotate(180deg);
  }
}
@keyframes right {
  100% {
    transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  .slide-stepper .step {
    position: static;
    transform: none;
  }
}
.slide-stepper .step__button {
  width: 63px;
  height: 63px;
  font-size: 25px;
  color: #707070;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .slide-stepper .step__button {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .slide-stepper .step__button {
    width: 45px;
    height: 45px;
  }
}
.slide-stepper .step-01 {
  top: 33%;
  left: 50%;
}
.slide-stepper .step-02 {
  top: 47%;
  left: 50%;
}
.slide-stepper .step-03 {
  top: 61%;
  left: 50%;
}

.right-col {
  max-width: 880px;
  margin-top: -20px;
}
@media (max-width: 992px) {
  .right-col {
    margin-top: 30px;
    order: -1;
    max-width: 100%;
    flex: 100%;
    width: 100%;
  }
}
.right-col .inner-content {
  padding: 0 15px;
}
@media (max-width: 992px) {
  .right-col .inner-content {
    max-width: 500px;
    margin: 0 auto;
  }
}

.status-bar {
  margin-bottom: 28px;
  color: #21B1B0;
  font-size: 25px;
}
@media (max-width: 992px) {
  .status-bar {
    margin-bottom: 17px;
    font-size: 20px;
    text-align: center;
  }
  .status-bar--contact {
    font-size: 25px;
    line-height: 1.3;
    padding: 0 5px;
  }
  .status-bar--title {
    padding: 64px 0 50px 0;
    font-size: 25px;
  }
}
.status-bar span {
  display: inline-block;
  margin-right: 30px;
}

.title-bar {
  margin-bottom: 35px;
  background: #21B1B0;
  color: #fff;
  line-height: 1;
  border-radius: 20px;
  padding: 18px 38px;
}
@media (max-width: 576px) {
  .title-bar {
    margin-bottom: 17px;
    padding: 20px 30px;
  }
}

@media (max-width: 576px) {
  .category-boxes {
    padding: 0 10px;
  }
}
.category-boxes .category-col {
  padding: 0 10px;
  margin-bottom: 20px;
}
.category-boxes .item-box {
  cursor: pointer;
  padding: 20px 5px;
  background: #fff;
  border: 1px solid #D0D0D0;
  margin-bottom: 20px;
  border-radius: 20px;
  font-size: 20px;
  height: 100%;
  transition: all 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-boxes .item-box img {
  margin-right: 30px;
}
.category-boxes .item-box i {
  color: #000;
  margin-right: 10px;
  font-size: 30px;
  display: inline-block;
}
@media (max-width: 576px) {
  .category-boxes .item-box {
    padding: 14px 13px;
    border-radius: 5px;
    font-size: 14px;
  }
  .category-boxes .item-box img {
    margin-right: 16px;
    max-width: 22px;
  }
}
.category-boxes .item-box:active, .category-boxes .item-box.active {
  border: 1px solid #21B1B0;
  color: #21B1B0;
}

.group {
  margin-top: 20px;
}
.group__title {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 20px;
  color: #707070;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .group__title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.group__title:first-child {
  margin-top: 0;
}
.group__item {
  cursor: pointer;
  color: #707070;
  background: #fff;
  border: 1px solid #D0D0D0;
  border-radius: 20px;
  height: 56px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 576px) {
  .group__item {
    border-radius: 5px;
    font-size: 14px;
    margin-right: 0;
    height: 49px;
    margin-bottom: 7px;
  }
}
.group__item:active,
.group__item .active {
  border: 1px solid #21B1B0;
  color: #21B1B0;
}

form {
  padding-bottom: 30px;
}
@media (max-width: 992px) {
  form {
    text-align: center;
    padding-bottom: 80px;
  }
}
form .radios {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  form .radios {
    justify-content: center;
  }
}
form .radios .radio-wrapper {
  margin-right: 10px;
}
form a {
  color: #21B1B0;
}
form a:hover {
  color: #000;
}
form .form-title {
  color: #707070;
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  form .form-title {
    max-width: 272px;
    margin: 0 auto 20px auto;
  }
}
form .terms {
  color: #707070;
  font-size: 1rem;
  margin-top: 15px;
}
form label {
  color: #707070;
}
form .form-group {
  max-width: 497px;
}
@media (max-width: 576px) {
  form .form-group {
    margin-bottom: 30px;
  }
}
form textarea {
  min-height: 162px;
}
form .form-control {
  border: 1px solid #707070;
  border-radius: 0;
}
@media (max-width: 576px) {
  form .form-control {
    background: transparent;
    max-width: 281px;
    margin: 0 auto;
  }
}
form .form-error {
  clear: both;
  color: red;
  font-size: 13px;
}
form .select-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  form .select-wrapper {
    display: block;
  }
}
@media (max-width: 576px) {
  form .select-wrapper {
    max-width: 281px;
    margin: 0 auto;
  }
}
form .select-wrapper select {
  margin-right: 10px;
  max-width: 200px;
}
@media (max-width: 992px) {
  form .select-wrapper select {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
form .select-wrapper input {
  flex: 1;
}

.result-box {
  background: #fff;
  color: #fff;
  min-height: 134px;
  background-color: #20abaa;
  background-image: url(/images/pattern.png?580f077c4108b934fbce4e88e17ff6c9);
  background-position: center;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  margin-bottom: 60px;
  max-width: 497px;
  border-radius: 20px;
  padding: 33px;
  background-blend-mode: multiply;
}
@media (max-width: 576px) {
  .result-box {
    max-width: 281px;
    margin: 0 auto 35px auto;
  }
}
.result-box .item {
  display: flex;
}
.result-box .item .label {
  margin-right: 22px;
  white-space: nowrap;
}

.page-footer {
  background: #fff;
  padding: 30px 0 0 0;
  position: relative;
  color: #707070;
}
@media (max-width: 576px) {
  .page-footer {
    padding: 15px 20px 10px 20px;
    box-shadow: 0 -3px 6px -3px rgba(0, 0, 0, 0.1);
  }
}
.page-footer .logo {
  display: flex;
  width: 100%;
  margin-bottom: 14px;
  align-items: center;
}
@media (max-width: 576px) {
  .page-footer .logo img {
    max-width: 50px;
  }
}
.page-footer .logo .text {
  color: #21B1B0;
  margin-left: 22px;
  font-weight: 700;
}
@media (max-width: 576px) {
  .page-footer .logo .text {
    font-size: 12px;
    margin-left: 12px;
  }
}
.page-footer .app-logos {
  width: 100%;
  display: flex;
}
.page-footer .app-logos img {
  margin-right: 14px;
}
@media (max-width: 576px) {
  .page-footer .app-logos img {
    max-width: 90px;
    margin-right: 5px;
  }
}
.page-footer .footer-bottom-text {
  color: #707070;
  margin-top: 17px;
}
@media (max-width: 576px) {
  .page-footer .footer-bottom-text {
    font-size: 12px;
  }
}

.delay-1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes loading {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}

@keyframes loading {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}
